body
{
	background-color:#333333;	
}
/*Container mit gesamten Inhalt*/
.alles{
	text-align:left;
	margin: auto;
	width: 760px;
}
/*Container für Kopf */
.head{
	position:absolute;
	top:30px;
	height:126px;
	z-index:6;
}
/*Container für obere Navigation*/
.navi{
	position:absolute;
	top:154px;
	background-color:#000000;
	color:#CCCCCC;
	height:60px;
	width: 760px;
	z-index:5;
	
}
/*Zeigt das Hintergrundbild in der Navigation der entsprechenden Kategorie */
.auswahl0{
	background-image:url(../img/menu.jpg);
	height:60px;
	width: 760px;
}
.auswahl1{
	background-image:url(../img/menu1.jpg);
	height:60px;
	width: 760px;
}
.auswahl2{
	background-image:url(../img/menu2.jpg);
	height:60px;
	width: 760px;
}
.auswahl3{
	background-image:url(../img/menu3.jpg);
	height:60px;
	width: 760px;
}
.auswahl4{
	background-image:url(../img/menu4.jpg);
	height:60px;
	width: 760px;
}
.auswahl5{
	background-image:url(../img/menu5.jpg);
	height:60px;
	width: 760px;
}
/*Container in dem die Bilder gezeigt werden */
.bildCont{
	position:absolute;
	top:213px;
	background-color:#000000;
	height:350px;
	width: 760px;
	z-index:1;
}
/*Container in dem der Disclaimer ist  */
.disclaimerCont{
	position:absolute;
	top:154px;
	background-image:url(../img/disclaimer.jpg);
	background-repeat:no-repeat;
	height:452px;
	width: 760px;
	z-index:1;
}
/*Container für das erste der drei Standartbilder*/
.bildlink1{
	position:relative;
	top:-355px;
	z-index:2;
}/*Container für das 2. der 3 Standartbilder*/
.bildlink2{
	position:relative;
	top:-700px;
	left: 260px;
	z-index:3;
}
/*Container für das 3. der 3 Standartbilder*/
.bildlink3{
	position:relative;
	top:-1050px;
	left: 510px;
	z-index:4;
}
/*Navigation unter dem Bild*/
.navi2{ 
	position:absolute;
	top:563px;
	background-color:#000000;
	height:43px;
	width: 760px;
}
/*Position  von "zurück + nächstes Zufallsbild"  in navi 2*/
.navi3{ 
	position:relative;
	top:15px;
	left:15px;
}
/*COntainer der Unternavigation (oben unterhalb der Hauptkategorie)*/
.subnavi{
position:relative;
	top:175px;
	left:0px;
	z-index:7;
}
/*Con. in dem TExt gezeigt werden*/
.texte{
	position:absolute;
	top:607px;
	background-color:#CCCCCC;
	width: 760px;	
}
/*Container für das Ende der Seite (in texte)*/
.seitenende{
	background-color:#333333;
	height:50px;
	width: 760px;	
}
/*Bilder die im Textcontaier der Kategorie News gezeigt werden*/
.newsIMG{
display:block;
margin: 0px 0px 30px 0px;
}
/*Bilder allgemein*/
img {
border:0;
}

#bookmarks {
    width: 500px;
    padding: 2px 3px 2px 3px;
    font-size: 9px;
}
#bookmarks a{
    font-size: 9px;
}
#bookmarks img {
    margin-top: 2px;
    margin-right: 1px;
}
