@import url("menu_styles.css");

/* BOX MODEL HACK erläuterung 
#ContentBox {
             border: 10px solid black;
             width: 220px;
             background-color: #FFFF00;
             voice-family: "\"}\"";
             voice-family:inherit;
             width: 200px;
             }
html>body #ContentBox {
                       width: 200px;
                       }
*/


.titel {
font-family: Questrial, Arial, 'Helvetica', serif;
font-size: 28px;
font-weight: bold; 
color: #454545;
}
DIV.half {
BORDER-BOTTOM: red 0px solid; BORDER-LEFT: red 0px solid; WIDTH: 350px; FLOAT: left; MARGIN-LEFT: 60px; BORDER-TOP: red 0px solid; BORDER-RIGHT: red 0px solid;
}
UL.selectk {
TEXT-ALIGN: center; 
LIST-STYLE-TYPE: none; 
MARGIN-TOP: 10px; 
PADDING-LEFT: 0px; 
HEIGHT: 40px; 
PADDING-TOP: 10px; 
DISPLAY: block;
FONT-WEIGHT: bold;  
}
LI.selectk {
BACKGROUND-IMAGE: url('/templates/cs_home/images/hintergrund_auswahlzeile.jpg'); BACKGROUND-REPEAT: repeat-y;
BACKGROUND-COLOR: #d3e79f;
TEXT-ALIGN: center; 
LIST-STYLE-TYPE: none; 
MARGIN-TOP: 10px; 
PADDING-LEFT: 40px; 
HEIGHT: 50px; FONT-WEIGHT: bold; PADDING-TOP: 10px
}
LI.selectk A {
TEXT-DECORATION: none
}
LI.selectk A:hover {
TEXT-DECORATION: underline
}


body { 
  margin-top: 0px;
  margin-left: 0px;
  background-image: url(/index_files/bretter_hintergrund.jpg);
  background-position: top right;
}


.container {
 width: 870px;
 /* min-height: 750px; */
 margin:auto;
 margin-top:10px;
 padding: 0px;
 background-color: #FFF;  /* altes gruen: #a3bf2e; */

}

.teaser {
  float: left;
  width: 870px;
  height: 200px;
  vertical-align: bottom;
  padding: 0px;
  margin: 0px;
}



.main
{
  padding: 0px 0px 0px 0px;
  background-color: #fff;
  float: left;
  width: 870px;
  /* min-height: 500px; */


   voice-family: "\"}\"";
   voice-family:inherit;
   width: 870px;
   /* min-heigth: 508px; */
}

html>body .main {
     width: 870px;
     /* min-height: 508px; */
     }


.topmenu {
  float: right;
  width: 100%;
  vertical-align: top;
  padding: 0px;
  padding-bottom:10px;
  margin: 0px;
}

.bottom_section {
 clear: both;
 width: 870px;
 margin:auto;
 margin-top:0px;
 padding: 0px;
 border: 0px;
 min-height: 200px; 

}


.bottom_boxes {
  float: left;
  width: 200px;
  min-height: 200px;
  margin: 20px; 
  padding: 10px; 
  border: 1px solid #DDD;
  background: url(../images/bkg-overlay.png) repeat;
  background-color: rgb(211,231,159);
} 


.newsflash {
  padding-left: 20px; 
  padding-right: 20px;
}



#copyright {
  font-size:0.8em;
  font-weight: bold;
  color:#000;
  text-align:center;
  clear: both;
  margin: auto;
  float: none; 
  padding-bottom: 10px;
}

#copyright a, #copyright a:visited, #copyright a:active {color:#000; text-decoration: none;}
#copyright a:hover {text-decoration: underline; }