/* Christian Thomas */

/* COMMON ATTRIBUTES */


body  { 
	color: #333; 
	font: 11px/18px "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica; 
	background: #333; 
	margin: 0 0 10px; 
	/*padding: 0 }*/
	text-align: center; /* Hinzugefügt*/
}


#wrapper_out { 
	width: 700px; 
	margin: 0px auto 0px auto; 
	border: 3px solid #454545; 
}



#wrapper_in { 
	background-color: #333; 
	text-indent: 0px; 
	padding: 0px; 
	border-top: 0 solid; 
	border-right: solid; 
	border-bottom: solid; 
	border-left: solid 
}




#content { 
	width: 900px;
	margin: 0 auto;
}




#header   { 
	background: url(../img/logo.gif) no-repeat; 
	margin-top: 40px; 
	width: 900px; 
	height: 150px }






/* LINK ATTRIBUTES */
a  { 
	color: orange;
	text-decoration: none 
}




a:hover { 
 	border-bottom: 1px dotted #f90 
}



/* CONTENT ATTRIBUTES */
h1 { 
	color: #404040; 
	font-size: 2.2em; 
	font-family: Georgia, tahoma, verdana, arial; 
	background-color: #808080; 
	border-left: 12px none #ffa500; 
	outline-color: #fc3 }



/* MENU NAVIGATION */

/* Versuch für linke Seite des Menüs  */
ul#navmenu_left {
	float: left;
	margin: -20px 0 0 0;
	padding: 0;
}



ul#navmenu_left li {
	font-weight: bold;
	float: right;
}


ul#navmenu_left li a { 
	color: #999; 
	text-decoration: none; 
	margin-right: 10px; 
	/*border-top: 3px solid #454545; */
	border-bottom: 0 none 
}



ul#navmenu_left li a:hover { 
	background: transparent;  
	padding: 0; 
	border-style: solid none none; 
	border-width: 3px 0 0; 
	border-color: #e77d27 
}

/* ----- Ende Versuch Menü linke Site ----- */


ul#navmenu {
	float: right;
	margin: -20px 0 0 0;
	padding: 0;
}



ul#navmenu li {
	font-weight: bold;
	float: right;
}



ul#navmenu li a { 
	color: #999; 
	text-decoration: none; 
	margin-right: 10px; 
	/*border-top: 3px solid #454545; */
	border-bottom: 0 none 
}



ul#navmenu li a:hover { 
	background: transparent;  
	padding: 0; 
	border-style: solid none none; 
	border-width: 3px 0 0; 
	border-color: #e77d27 
}



/* Hintergrundbild grau */

#startbild {
	position:static;
	width:900px;
	height:540px;
	z-index:1;
	left: 0px;
	/*top: 70px;*/
	margin-top: 11px;
	background-color:#404040;

}


#startbild_impressum {
	position:static;
	width:900px;
	height:1320px;
	z-index:1;
	left: 0px;
	/*top: 70px;*/
	margin-top: 11px;
	background-color:#404040;

}



/* Text Layout  */


#content_font {
	font: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica; 
	font-size: 12px;
	background-color: #404040;
	color: #999999;
	text-align: justify;
	line-height: 17px;
}


#content_font_ref {
	font: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica; 
	font-size: 12px;
	background-color: #404040;
	color: #999999;
	text-align: left;
	line-height: 1.2;
}


#content_font_orange {
	font: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica; 
	font-size: 12px;
	background-color: #404040;
	color: #e77d27;
	text-align: left;
	line-height: 19px;
}




#content_menue_font {
	font: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica; 
	font-size: 16px;
	background-color: #404040;
	color: #e77d27;
	text-align: left;
	/* line-height: 17px; */
}




/* FOOTER */
#footer   { 
	
	color: #ccc; 
	background-color: #333; 
	text-align: center; 
	margimargin-bottom:  4px;  
	background: url(../img/linie.gif) no-repeat; 
	margin: auto; 
	width: 900px; 
	
}