/* Standard-CSS für www.projektname.de */

/* Wichtige Farben
Name Farbe 1 		= #
Name Farbe 2		= #
*/

/* Hier werden alle html-Tags auf "Null" gesetzt und eine Standard-Schriftart vergeben */
* {
   margin: 0;
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
}

/* Hier allgemeingültige Formatierungen */
a:link {
   
}

a:visited {
   
}

a:hover {
   
}

a:active {
  
}
/*in html und body höhe, breite, position und min-höhe, min-breite geändert, damit im browser die seite mittig angeordnet ist; in cover position absolute*/
html {
	width:100%;
	height:100%;

}

body {
	width:100%;
	height:100%;
	position:relative;
	min-height:500px;
	min-width:960px;
	font-size: 90%;
	background-color: #958c87;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	padding-top: 14px;
	padding-left: 14px;
		
}

h2 {
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 14px;
	padding-bottom: 20px;
}

ul {
	line-height: 150%;
}


/* Sektionsweite Formatierungen */

#cover {
	height: 455px;
	width: 987px;
	position: absolute;
	background-image: url(../material/CONTENT-HINTERGRUND.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-480px;
}
#cover #content {
	position: absolute;
	left: 129px;
	top: 95px;
	height: 305px;
	width: 778px;
	
	z-index: 100;
}
#cover #logo {
	position: absolute;
	height: 38px;
	width: 160px;
	left: 48px;
	top: 0px;
	background-color: #996600;
}
#cover #logo a {
	text-decoration: none;
}


#cover #navi1 {
	position: absolute;
	top: 27px;
	width: 400px;
	right: 80px;
}
#cover #navi1 a {
	text-decoration: none;
	color: #000000;
	font-size:14px;
}
#cover #navi1 li {
	list-style-type: none;
	height: 11px;
	float: right;
	padding-left: 10px;
}




#cover #navi1 a:hover {
	text-decoration: none;
	color: #000000;
}
#cover #navi1 a:visited{
	text-decoration: none;
	color: #000000;
}
#cover #navi2 {
	position: absolute;
	top: 58px;
	right: 80px;
	width: 600px;
}
#cover  #navi2  ul li {
	float: right;
	padding-left: 10px;
	list-style-type: none;
}
#cover #navi2 a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#cover #impressum {
	background-color: #CCFF33;
	position: absolute;
	height: 16px;
	width: 55px;
	right: 80px;
	top: 428px;
}
#cover #navi3 ul li {
	float: left;
	list-style-type: none;
	padding-right: 10px;
}
#cover #navi3 ul li a {
	display: block;
	float: left;
	height: 10px;
	width: 10px;
	text-indent: -6000px;
	background-color: #FF9900;
}

#cover #navi3 {
	position: absolute;
	height: 11px;
	width: 376px;
	left: 129px;
	top: 407px;
}
#cover #content #links {
	position: absolute;
	height: 305px;
	width: 528px;
}
#cover #impressum a {
	text-decoration: none;
}
#cover #impressum img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#cover #content #rechts {
	position: absolute;
	height: 305px;
	width: 230px;
	left: 550px;
	top: 0px;
 	background-image: url(../material/hintergrund_content_rechts.jpg);
}
#cover #content #rechts p {
	font-size: 11px;
	line-height: 14px;
	padding-left: 14px;
	padding-right: 14px;
}

#cover #logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#cover #content #links table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-top: 15px;
}
