body {
	color: white;
	background-color: #5F5A3F;
	font-size: 100.01%;
	font-family: Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0em;
	height: 100%;
	min-width: 1024px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}
  a, a:hover, a:active, a:visited {
	text-decoration: none;
	color: white;
}
  
  img {
  	border: none;
  }

  div#header {
	min-height: 131px;
	padding-left: auto;
	padding-right: auto;
	text-align: center;
	width: 100%;
	background-color: Black;
}

 div#header img{
 	width: 100%;
	min-width: 1248px;
	height: 131px;
	margin-left: 0%;	
 }
 *div#header img{
 	width: 1248px;
 }
 div#header2 img{
 position: absolute;
 	width: 297px;
	top: 0px;
	right: 20px;
	height: 131px;
 }
 /*
 div#navi_bar_transparent{
	background: url(../images/style/transparent_bar.gif) repeat-x;
	position: relative;
	width: 100%;
	top: 42px;
	height: 25px;
 }
 *html div#navi_bar_transparent{
	top: 30px;
 }
 */
 
 
 
 
 

  div#where_am_i{
  	font-size: smaller;
	color: white;
	top: 165px;
	left: 16em;
	min-height: 42px;
	height: 42px;
	z-index: 30;
	position: absolute;
  }
 div#where_am_i a, a:hover, a:visited, a:active{
 	color: white;
	text-decoration: none;
 }

  *html ul#Navigation{
  	  margin: 0 0 0 0;
  }
  
  div#search_small{
	width: 150px;
	margin: 20em 0 1em 0;
	padding: 1em 1em 1em 1em;
	position: fixed;
	border: thin ridge Gray;
	background-color: #575757;
}
  * html div#search_small{
  	position: absolute;
  }
  
  div#visitors{
	 width: 150px;
    margin: 15em 0 0 0;
	 padding: 0;
	 min-height: 70px;
	 position: absolute;
	 text-align: center;
	 color: White;
  }
  * html div#visitors{
  		margin-left: -170px;
  }
  div#visitors div#requests{
  	 color: red;
	 margin-top: 2em;
	 font-size: 0.8em;
  }
  
  
  div#search_result_heading {
  	 font-weight: bold;
	 font-size: 1em;
	color: white;
  }
  div#search_result_subheading a, a:hover, a:active, a:visited {
	text-decoration: none;
	color: white;
}
  div#search_result_text a, a:hover, a:active, a:visited  {
	 text-decoration: none;
	color: white;
  }
    
  div#search_opt_big {
	display: block;
	width: 12em;
	font-size: 0.9em;
	float: right;
	background-color: #eee;
	border: 1px solid GrayText;
}
  div#search_opt_big h1 {
    font-size: 1em;
	 font-weight: bold;
  }
  span#show_hide{
  	cursor: pointer;
  }

  
  
  
  




div#cs_all{
  background-color: #330000;
  margin: -12px 12em 0 12em;
  min-height: 75%;
  padding: 0;
}
*html div#cs_all{
  margin: 0px 12em 0 12em;
}
	div#cs_left{
		width: 30px;
		float: left;
	   padding: 0 0 0 0;
		margin: 0 0 0 0;
		background: url('../images/style/text.gif') repeat-y ;
	}

	div#cs_right{
	width: 30px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: right;
	min-height: 100%;
	background: url('../images/style/text.gif') repeat-y;
}


  
  div#content_section {
	padding: 3em 2em 2em 2em;
	margin: 0	 0 0 0;
	min-height: 500px;
	background-color: #330000;
	border: thin outset #575757;
}
	*html div#content_section {
	padding-top: 4em;
	}
  div#content_section h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
  }
  div#content_section p {
    font-size: 1em;
    margin: 1em 0;
  }
  div#content_section a, a:hover, a:visited, a:active {
	text-decoration: underline;
  }
  div#prev{
	margin: 2em 0 0 0;
	display: block;
	border-top: 1px ridge white;
  }
  div#prev a{
	color: white;
  }
  div#prev_heading{
  	font-weight: bold;
  }
  span#prev_comments{
  	font-size: 12;
	font-style: italic;
  }
  span#prev_date{
  	font-size: 12;
	font-style: italic;
  }
  
  div#comment_header{
	font-weight: bold;
	font-size: 18;
	border-bottom: 1px double white;
	float: left;
	width: 300px;
}
  div#comment_navi{
  	font-size: 12;
	text-align: right;
	float: none;
	margin-bottom: 4em;
  }
  
  
  







  
  
  

  div#footer {
    clear: both;
    font-size: 0.9em;
    margin: 0 0 0 0;
	 padding: 0em;
    text-align: center;
	 position: relative;
	 background-color: Aqua;
  }

