@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	background-image:url(../bilder/ameisen3_hintergrund.jpg);
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:25px;
	color:#CCC;
}

.logo {
	position: fixed;
	bottom: 50px;
	right: 0px;
	text-decoration:none;
}


#menue {
	position:absolute;
	margin-left:750px;
	margin-top:20px;
	width:100px;
	height:auto;
}


.cover {
	position:absolute;
	margin-left:300px;
	margin-top:20px;
	text-align:left;
	width:400px;
}

.cover a {
	color:#23b037;
	text-decoration:none;
}

.cover a:hover {
	color:#2ffd45;
}

.biblio {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:normal;
	text-align:left;
}


.hoerbuch {
	position:absolute;
	margin-left:200px;
	margin-top:50px;
	text-align:left;
	width:243px;
}

.bibliohoerbuch {
	position:absolute;
	margin-left:200px;
	margin-top:350px;
	width:400px;
	text-align:center;
}
	


.inhalt {
	position:absolute;
	margin-left:300px;
	margin-top:570px;
	width:400px;
	left: 12px;
	top: 37px;
}


.inhalt h1 {
	font-size:28px;
	line-height:normal;
}

.inhalt h2 {
	padding-top:10px;
	font-size:20px;
	line-height:normal;
}

.inhalt h3 {
	font-size:16px;
	line-height:normal;
}

.inhalt a {
	color:#23b037;
	text-decoration:none;
}

.inhalt a:hover {
	color:#2ffd45;
}

.zentriert {
	position:absolute;
	margin-left:220px;
	margin-top:760px;
	width:400px;
	text-align:center;
}


.bild {
	text-align:left;
	border:none;
}

.text {
	text-align:left;
}

