@charset "utf-8";
/* CSS Document */



/*Hauptseite Link wird weis dargestellt*/
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size:19px;

}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 19px;
}
/*----------------------------------------*/
/*Noch nicht angeklickte Seiten werden Grau dargestellt*/
a.Inaktiv:link {
	text-decoration: none;
	font-weight: bold;
	color: #666666;

	font-size:19px;
}
/*-------------------------*/

/*  Hauptseiten werden rot markiert wenn mit Maus drüber gefahren wird*/
a:hover
 {
	color: #FF0000;
	font-weight: bold;
	font-size:19px;
	text-decoration: none;
 } 
 
a.Inaktiv:hover
 {
	color: #FF0000;
	font-weight: bold;
	font-size: 19px;
	text-decoration: none;
 } 
/*---------------------------------------------------------------------*/ 
 
 /*Untermenü wird mit Blau dargestellt*/
 a.Untermenu:link
 {
 	
	font-weight: bold;
	font-size:17px;
 } 
a.Untermenu:hover
 {
	color: #0000FF;
	font-weight: bold;
	font-size:17px;
 } 
 /*-----------------------------------------------------*/
 

body {
	padding: 0px;
	margin: 0px;
	font-family: "Arial 	", Gadget, sans-serif;
	color: #FFF;
	background-color: #000;
	
	
}



#kopfunten {
	position:absolute;
	margin-left: 250px;
	width: 1200px;
	height: 35px;
	background-color: #900;
	top: 693px;
	left: 3px;
}
#kopfoben {
	position: absolute;
	margin-left: 0px;
	width: 734px;
	height: 142px;
	background-color: #0F0;
	left: 215px;
	top: 0px;
}

#inhalt {
	position: absolute;
	margin-top: 268px;
	margin-left: 220px;
	width: 734px;
	height: auto;
	background-color: #000000;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	color: #FFF;
	left: -5px;
	top: -103px;
}
#inhalttext {
	font-family: "Arial 	", Gadget, sans-serif;
	color: #FFF;
	font-size: 22px;
	position: absolute;
	margin-left: 0px;
	background-color: #000;
	left: 220px;
	top: 165px;
	background-color: transparent;
}

#Albumzuruck {
	font-family: "Arial 	", Gadget, sans-serif;
	color: #FFF;
	font-size: 22px;
	position: absolute;
	margin-left: 110px;
	background-color: #000;
	left: 239px;
	top: 600px;
	background-color: transparent;
}

#mitte {
  position: relative;
  width: 100%;
}



#links {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	width: 211px;
	height: auto;
	color: #FFF;
	background-color: #000;
}

#rechts {
	position: absolute;
	margin-top: 300px;
	margin-left: 950px;
	width: 200px;
	height: 470px;
	background-color: #000;
	top: -300px;
	left: 5px;
}

#horizmenue {
  width: 860px; 
}
#horizmenue li {
  display: inline;
  padding: 0px 10px; 
}
#horizmenue a {
  padding: 2px 8px 5px; 
}

#blockmenue a {
  display: block;
  width: 100%; 

}
