/*
 * Leverkusen default-Stylesheet */
body {

    background-repeat: repeat;
    background-position: center;
    background-attachment:fixed;
    color: black;
    font-family: arial;
    font-size: 10pt;
}



body {
  font-size: 16px;
}

.small {
  font-size: 12px; /* 75% of the baseline */
}

.large {
  font-size: 20px; /* 125% of the baseline */
}

img {
  max-width: 100%;
}



#information,
#zusammenfassung {
	width: 100px;
	height: 200px;
}

#information {
	float: left;
	border: 3px dashed blue;
}

#inhalt {
	background-color: white;
}

#zusammenfassung {
	float: right;
	border: 3px solid orange;
	margin: 15px;
}
/* Reset Grundlayout.css bez�glich div-Elementen */

div {
	height: auto;
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
}

.info-i {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	background-color: #000;
	color: #E6F7FF;
	font-weight: bold;
	font-size: 14px;
	margin-right: 5px;
  }