/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fefef7; /* Optional */
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	}
	
acronym { cursor: help; }
a { text-decoration: underline; color: #938E42; }
a:hover { color: #333; text-decoration: none; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 940px;
	background: url(images/bgcontainer.gif) repeat-y;
	border: 1px solid #333;
	padding: 0 0px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #ffffff url(images/header.jpg) no-repeat 100% 0;
	height: 175px;
	border-bottom: 1px solid #333;
	text-align: right;
	padding-top: 0px;
	padding-right: 40px;
	}	

	
#header h1 { 	
	margin: 0;
	color: #808000;
	font-size: 1.0em;
	font-weight: normal;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #808000;
	font-size: 1.1em;
	padding-left: 1px;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #dccf71; 
	border-bottom: 1px solid #333;
	margin: 0; 
	padding: 0;
	height: 30px;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 18px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #333;
	background-color: #dccf71;
	border-right: 1px solid #333; 
	border-bottom: 1px solid #333;
	padding: 5px 15px 3px 15px;
	height: 22px;
	font-size: 0.9em;
	float: left;
	}
#nav li a:hover { background-color: #e5e07e; }
#nav li a.on { background-color: #e5e07e; color: #333; }


#searchdiv  { 
border-top: 1px solid #666;
border-bottom: 1px solid #666;
margin-bottom: 10px;
margin-top: 5px;
font-size: 1.0em;
 }
 

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 190px;
	line-height: 25px; 
	word-spacing: 2px;
	font-size: 1.0em;	
	}
	
#sidebar a { text-decoration: none; font-size: 1.0em; color: #938E42; }
#sidebar a:hover { color: #333; text-decoration: none; }



	
#sidebar div { background: #ffffff; }	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: #333; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
  padding: 15px;
	}	
	

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 730px;
	position: relative;
	margin-left: 15px;
	line-height: 17px; 
	font-size: 1.0em;
	text-align: justify; 
	word-spacing: 1px;	
	}	
	
#content a { text-decoration: underline; color: #333; }
#content a:hover { color: #938E42; text-decoration: none; }
#content div { background: #fff; }	


h1 {font-size: 1.0em; font-weight: bold}
h2 {font-size: 1.1em;}
h2 {font-size: 1.2em;}
h1,h2,h3 {color: #808000;}


/*------------------------------------------------------------*
**  Rechte Spalte
**------------------------------------------------------------*/
#news {
	float: right;
	width: 0px;
	position: fixed top;
	padding: 10px;
	border-left: 0px solid #333;
	margin-left: 0px;
	margin-top: 0px;
	line-height: 20px; 
	font-size: 1.0em;
	text-align: left; 
	word-spacing: 2px;	
	}	
#news div { background: #fff; }	

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #89866F;
	border-top: 0px solid #333;
	border-bottom: 0px solid #333;
	text-align: center;	
	color: #fff;
	font-size: 0.8em;
	padding: 8px;
	clear: both;
	}
	
#footer a { text-decoration: none; color: #fff; }
#footer a:hover { color: #333; }
