/*
SAXONIA Verlag GmbH - Recht Sachsen 
geändert am: 2006-01-06
================================================*/

/* Global
================================================*/
* {
  margin:0px;
  padding:0px;
  }
body {
  background-color:#01A163;
  font:76%/150% Verdana,Arial,Helvetica,sans-serif;
  min-width:1000px;
  }
table {
  table-layout:fixed;
  }
.hid {
  display:none;
  }
a {
  color:#00995F;
  text-decoration:none;
  }
a:hover {
  text-decoration:underline;
  }
a:visited {
  color:#551A8B;
  }
/*
a:link {
  text-decoration:none;
  color:#00995F;
  }
*/

/* Background Images
================================================*/
#bg_titel {
  background:url('../bilder/bg_titel.jpg') 0 0 no-repeat #01A163;
  height:94px; width:100%;
  }      
#shadow {
  background:url('../bilder/bg_head_center.jpg') 0 0 repeat-x #FFFFFF;
  height:23;
  }   
#shadow_left {
  background:url('../bilder/bg_head_left.jpg') 0 0 no-repeat #FFFFFF;
  height:23; width:190px;
  float:left;
  }
#shadow_right {
  background:url('../bilder/bg_head_right.jpg') 0 0 no-repeat #FFFFFF;
  height:23; width:190px;
  float:right;
  }
#menu_left {
  background:url('../bilder/bg_menu.jpg') 0 0 no-repeat #01A163;
  height:85px; width:169px;
  float:left;
  }
  
/* Main Layout
================================================*/
#oben {
  min-width:1000px;
  width:expression(document.body.clientWidth < 1000? "1000px": "auto" );
  }
#unten {
  min-width:1000px;
  width:expression(document.body.clientWidth < 1000? "1000px": "auto" );
  }
#banner {
  background-color:#E7E9D3;
  padding-left:15px;
  height:1.7em;
  font-size:90%; font-weight:500;  
  }
#center {
  background-color: rgb(255,255,255);
  margin-left:169px;
  margin-right:170px;
  }
#content {
  width:600px;
  padding-top:15px;
  padding-left:25px;
  font-size:110%;
  }
#content table {
  width:600px;
  font-size:90%;
  }
#content_form {
  width:600px;
  }
#sidebar {
  width:169px;
  float:right;  
  }
#InfoBox {  
  float:right;
  font-size:11px;
  width:169px;
  }
#InfoTitel {
  background-color:#E7E9D3;
  text-align:center;
  width:170px;
  }
#InfoBody {
  padding:10px;
  font-size:90%;
  text-align:center;
  }
#InfoBody form {
  margin-top:5px;
  }
#InfoEintrag {
  text-align:left;
  }
#InfoDate {
  padding-left:15px;
  display:block;
  }
#InfoText {
  color:#FFFFFF;
  padding-left:15px;
  } 
  
#InfoList {
  color:white;
  padding-left:10px;  
  }
  
#InfoList li {
  padding-bottom:5px;
  }   
  
#InfoList li a {
  color:white;
  text-decoration:underline !important;
  }   
  
#bottom {
  background-color: rgb(255,255,255);
  margin-left:169px;
  margin-right:170px;
  clear:both;
  }
#footer_text {
  padding-top:5px;
  padding-left:30px;
  text-align:left;
  font-size:80%;
  color:#333333;
  width:550;
  }  
#footer_menu {
  width:200px;
  margin-right:5px;
  float:right;
  }
#footer_line {
  clear:both;
  margin-left:25px;
  margin-right:25px;
  }

/* Formatierung: Content
================================================*/
#zAbstand {
  line-height: 1.5;
  }
#NeuSparte {	
  height:1.3em;
	font-size: 100%;
	font-weight: 900;
	background: #CCCCCC;
  }
#imgRahmen {
  border: 1px rgb(0,0,0) solid;
  }
#index_mtitel {
  font-size:130%;
  font-weight: 700;
  padding-bottom: 10px;
  }
#index_utitel {
  font-size:110%;
  font-weight: 700;
  padding-bottom: 10px;
  }
#index_ititel {
  padding:2px;
  font-size:85%;
  text-align: center;
  vertical-align: top;

  font-weight:bold;
  }
#fsn_table tr td {
  text-align:center;
  }
  
.inhaltListe {
  padding-left:1em;
  text-indent:-1em;
  }

/* AutoScroll: Aktuelles
================================================*/		
#marqueecontainer {
  position:relative;
  width:154px; /*marquee width */
  height:250px; /*marquee height */
  background-color:#01A163;
  overflow:hidden;
  /*border: 3px solid orange;*/
  }
#vmarquee {
  position:absolute;
  width:154px;
  }


/* EXTRA
=======================================================*/

#index_mtitel a:link, #index_mtitel a:visited { text-decoration:none;
  font-weight: 700; color:#000000;
  padding-bottom: 10px;}
#index_mtitel a:hover { text-decoration:underline; 
  font-weight: 700;
  padding-bottom: 10px; color:#000000;
}
.normal ul{ 
	
	margin-left:10px;
}
.normal li{ 
	
	margin-left:10px;
	margin-top:5px;
	color:#000000;
	list-style:none;
}

.normal1 ul{ 
	
	margin-left:10px;
}
.normal1 li{ 
	
	margin-left:10px;
	margin-top:5px;
	color:#000000;
}

.normal a{ 
	color:#000000;
}

.button_bestellung { width:150px;text-align:right; float:right;}
.form_reset {
	color:#7c817f;
}
.form_submit { margin-left:150px; color:#00995F; font-weight:bold;}
