/*Allgemeine Formatierungen*/
* { /*Genereller Reset = setzt für alle Elemente die Aussen- wie Innenabstände auf den Wert 0*/
margin:0;
padding:0;
}
body {
	font:80%/1.6em Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat;
	background-color: #000000;
	background-image: url(../images/Hintergrund.jpg);
}
h1 { /*Formatierungen Überschrift 1*/
	color:#FF9900;
	font-size:1.9em;
	font-weight:normal;
	margin-bottom:10px;
	
}

a, a img { /*a=Linkauszeichnungen für alle Pseudo-Selektorzustände, a img=kein Rahmen bei verlinkten Bildern*/
text-decoration:none;
border:none;
}
span { /*Formatierungsmöglichkeit einzelner Wörter innerhalt einer Textzeile*/
color:#C33;
font-weight:bold;
}
blockquote {
font-style:oblique;
font-weight:bold;
margin:10px 100px;
}
/*Formatierungen Listen*/
li { /*Ebene 1*/
margin-left:60px;
}
li li { /*Ebene 2*/
margin-left:10px;
}
li li li { /*Ebene 3*/
margin-left:10px;
}
/*ul=ungeordnete Listen, ol=geordnete Listen*/
ul, ol {
margin-left:1em;
}
/*Klassen für Bilder*/
.image-left {
float:left; 
padding:3px; 
border:none; 
margin:5px 15px 10px 0; 
}
.images-right {
float:right; 
padding:3px; 
border:none; 
margin:5px 0 15px 10px;
}
/* Table - CSS */
table {

clear:both;
float:left; 
margin-left:2px; 
border-collapse:collapse; 
text-align:left;
}
tr {
margin:0; 
padding:0;
}
tr:hover, td:hover {
}

td {
	color:#F2DB35;
	border-collapse:collapse;;
	background:none;
	border:;
	padding:2px 5px;
}
th {
color:#FFF;
border-collapse:collapse; 
background:#C33;
padding:2px 5px; 
}
th:hover {
color:#FFF;
background:#333;
}

/* Layout - CSS */
#wrapper {
	width:1000px;
	margin: 10px auto;
	border:none;
}
	#header {
	height:150px;
	border-bottom:1px solid #CCC;
	background-repeat: no-repeat;
	}
	#header:hover {
	background-image:;
	background-repeat: no-repeat;
	background-image: url(../images/Hintergrund.jpg);
	}
	

	#navigation {
	border-bottom:none;



	background-image:;
	height: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
		#navigation ul li {
	display:inline;
	list-style:none;
	margin:0;
	font-style: normal;
		}
		#navigation a {
		letter-spacing:1px;
		padding:0 13px 0 10px;
		color:
		#F3A334;
	
		}
		#navigation a:hover, #navigation a:focus {
		color:#F30;
		}
	#content {
	width:540px;
	float:left;
	color:#FFFFFF;
	min-height:400px;
	border-right:1px solid #999;
	border-left:1px solid #999;
	background-image: none;
	margin-left:0px;
	padding-top:30;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	}
	
		#content h2, #content h3 {
	color:#F3A334;
	font-weight:normal;
	letter-spacing:-1px;
	padding-bottom:5px;
	padding-left:50px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
		}
		#content h2 {
	clear:both;
	font-size:1.7em;
	margin-bottom: 10px;
	padding-bottom: 10px;
		}
		#content h3 {
		clear:both;
		font-size:1.5em;
		}
		#content p {
		padding-left:5px;
		padding-bottom:10px;
		}
		#content a {
		color:#F3A334;
		border-bottom:1px dotted #333;
		}
		#content a:visited, #content a:hover, #content a:focus {
		color:#F3A334;
		
		}
		#content a:active {
		color:#FFFFFF;
		
		}	

		
	#sidebox {
	float: right;
	width:194px;
	height:auto;
	color:#333;
	padding:2px;
	background:inherit;
	
	}
		.box {
	background-color:#CCCCCC;
	margin-bottom:0px;
	float: none;
	width: 208px;
		}
		.box p {
		color:#333;
		font-size:0.8em;
		line-height:1.4em;
		padding:2px;
		}
		.box h2 {
	color:#F3A334;
	font-size:
	18px;
	font-weight:bold;
	letter-spacing:2px;
	padding:0 2px;
	background-color:#000000;
		}
		.box a {
		color:#333;
		font-weight:bold;
		}
		.box a:visited, .box a:hover, .box a:focus, .box a:active {
		color:#C33;
		font-weight:bold;
		}
	#footer {
	clear:both;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	}
	* html #footer { /* CSS Anweisung nur für den IE6, damit sich die ID footer unterhalb von content und sidebox einreiht */
	height:1%;
	color: #CC332E;
	}
	#footer span {
	color:#C33;
	font-weight:bold;
	}
		address {
		font-size:80%;
		font-style:normal;
		line-height:normal;
		text-align:center;
		padding:2px;
		}
		address a {
		color:#333;
		}
		address a:hover, address a:focus {
		color:#C33;
		}
/* Scrollbar Styles funktionieren derzeit nur im IE und sind nicht valide */ 
body {
	scrollbar-base-color:#FFF;
	scrollbar-3dlight-color:#FFF;
	scrollbar-darkshadow-color:#FFF;
	scrollbar-highlight-color:#FFF;
	scrollbar-shadow-color:#FFF;
	scrollbar-face-color:#FFF;
	scrollbar-track-color:#FFF;
	scrollbar-arrow-color:#666;
}
/*End Styles*/

