

/* CSS Stylesheet - efw-suhl GmbH */

*
{margin:0;padding:0;border:none;}

/* Begin CSS Popout Menu */

html,body {       
  color: #000000;    
	background-color: #FFFFFF;
	height: 100%;         
	margin-bottom: 1px;
  font-size:9pt;
	font-family: arial, verdana,helvetica,"times new roman",sans-serif;	
}

a:link {                          
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	cursor: pointer;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}   

input {
  color:#58585a;
  background-color: #d9dadc;
	border:0px;
}
input[type=radio] { vertical-align: middle; margin-top: -1px;}

textarea {
  color:#58585a;
  background-color: #d9dadc;
	border:0px;
}
      
input.submit{
  width: 134px;
  height: 22px;
	padding-bottom: 5px;
  font-size:9pt;	
  font-weight:bold;
	margin: 0;  
  border: 0;
  background: transparent url(../bilder/button.png) no-repeat center top;
  color: #58585a;
  cursor:pointer;
}           

td.box_head_li{
  width: 25px;
  height: 25px;
  background-image: url(../bilder/ecke_li_oben.jpg);
  background-repeat: no-repeat;
}
td.box_head_stretch{
  height: 25px;
  background-image: url(../bilder/rand_oben.jpg);
  background-repeat: repeat-x;
}
td.box_head_re{
  width: 25px;
  height: 25px;
  background-image: url(../bilder/ecke_re_oben.jpg);
  background-repeat: no-repeat;
}
td.box_li{
  width: 25px;
  background-image: url(../bilder/rand_li.jpg);
  background-repeat: repeat-y;
}
td.box_content{
  background-color: #B1C903;
}
td.box_re{
  width: 25px;
  background-image:url(../bilder/rand_re.jpg);
  background-repeat:repeat-y;
}
td.box_foot_re{
  width: 25px;
  height: 25px;
  background-image:url(../bilder/ecke_re_unten.jpg);
  background-repeat: no-repeat;
}
td.box_foot_stretch{
  height: 25px;
  background-image:url(../bilder/rand_unten.jpg);
  background-repeat:repeat-x;
}
td.box_foot_li{
  width: 25px;
  height: 25px;
  background-image:url(../bilder/ecke_li_unten.jpg);
  background-repeat: no-repeat;
}

td.box_head_li_grau{
  width: 25px;
  height: 25px;
  background-image: url(../bilder/ecke_li_oben_grau.jpg);
  background-repeat: no-repeat;
}
td.box_head_stretch_grau{
  height: 25px;
  background-image: url(../bilder/rand_oben_grau.jpg);
  background-repeat: repeat-x;
}
td.box_head_re_grau{
  width: 25px;
  height: 25px;
  background-image: url(../bilder/ecke_re_oben_grau.jpg);
  background-repeat: no-repeat;
}
td.box_li_grau{
  width: 25px;
  background-image: url(../bilder/rand_li_grau.jpg);
  background-repeat: repeat-y;
}
td.box_content_grau{
  background-color: #BABCBD;
}
td.box_re_grau{
  width: 25px;
  background-image:url(../bilder/rand_re_grau.jpg);
  background-repeat:repeat-y;
}
td.box_foot_re_grau{
  width: 25px;
  height: 25px;
  background-image:url(../bilder/ecke_re_unten_grau.jpg);
  background-repeat: no-repeat;
}
td.box_foot_stretch_grau{
  height: 25px;
  background-image:url(../bilder/rand_unten_grau.jpg);
  background-repeat:repeat-x;
}
td.box_foot_li_grau{
  width: 25px;
  height: 25px;
  background-image:url(../bilder/ecke_li_unten_grau.jpg);
  background-repeat: no-repeat;
}
#menu{ 
padding-left: 75px;
height:35px;
}

hr {
height: 1px;
background-color: #FFFFFF;
}

#menu a{
font-family: Arial,Verdana, Helvetica, sans-serif;
font-style: normal;
line-height: normal;
font-variant: normal;
display:block;
border-width:0px;
font-size:9pt;
color: #000000;   
}

em {
color: #c6c7c9;   
font-style: italic;
font-size:7pt;
}

#menu a:visited{
font-size: 9pt;
text-decoration: none;
color: #c6c7c9;
}

#menu a:hover{
font-size: 9pt;
text-decoration: none;
}

#menu a:active{
font-size: 9pt;
text-decoration: none;
}  

ul.menulist{
list-style:none;
margin:0;
padding:0;
float:left;
}

ul.menulist ul{
list-style:none;
margin:0;
padding:0;
float:left;
}

ul {
margin-left: 16px;
padding-top: 0px;
padding-bottom: 12px;
}
ul ul{
margin-left: 16px;
list-style-type: square;
padding-top: 0px;
padding-bottom: 0px;
}

a.menuhead {
text-align: center;
height: 25px;
text-transform: uppercase;
font-size:12pt;
font-weight: bold;
}
a.menuhead:hover{
color: #B1C903;
}

.seperator{
background-image:url(../bilder/line.jpg);
background-repeat:repeat-y;
background-position: center;
}

#menurow a:hover{
color:#FFFFFF;   
}

#menu ul li{
margin-top: 10px;
position:relative;
float:left;
text-align:left;
}


#menu ul ul li{
margin-top: 0px;
position:absolut;
width: 191px;
text-align:left;
}


#menu ul ul{      
position:absolute;
z-index:500;
top:auto;
display:none;
left:0;
width: 191px;    
padding-top:5px;  
padding-bottom:10px;   
}

#menu ul ul ul{   
top:0;
left:100%;
}   

      
      
/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */


div#menu li:hover{
z-index:100;       
}

div#menu ul ul li a{
color: #c6c7c9;
padding:0px 10px;   
}
div#menu ul ul li a:hover{
color:#FFFFFF;   
}   
div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;
_background: url(img/none.png);
}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;    
color:#FFFFFF;
text-align:left; 
background-image: url(../bilder/bg.png);
background-repeat:repeat; 
}

div#all
{ 
  position: relative;    
  max-width: 920px;   
  margin:0 auto;
  background-color: #FFFFFF; 
}

a#header
{
  display: block;
  width:920px;
  height:279px;
  margin-left: 1px;
  background-color: #FFFFFF; 
  background-image: url(../bilder/header_0.jpg);
}
    
div#white
{     
  width:920px;   
  margin:auto;    
  background-color: #FFFFFF;
  background-image: url(../bilder/all_bg.jpg);
  background-repeat:repeat-y; 
}   
div#content
{
  width:862px;
  position: relative; 
  z-index: 2;  
  min-height:300px;
  padding-left: 29px;
  padding-bottom: 30px;
  overflow: hidden;
}  

div#footer
{     
  position: relative;   
  width: 920px;
  color: #7CB81C;
  text-align: left;
  height:106px;
  font-size:8pt;   
  margin-left: 1px;
  background-image: url(../bilder/footer_0.jpg);
  background-color: #ffffff;   
} 
div#footer_text,
div#footer_text a:link{
  padding-top:32px;
  color: #FFFFFF;
}
div#footer_text {
  padding-left:45px;
}
table#table_header
{           
	background-color: #7CB81C;
}   

/* End CSS Popout Menu */


.bidheadline24 {font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 24pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #58585a;
	text-decoration: none;
}    
.bigheadline13_5 {font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 13.5pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #58585a;
} 
.fliesstext9 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #58585a;
	font-size: 9pt;
}
.absatz4 {
	font-size: 4pt;
}
.absatz5 {
	font-size: 5pt;
}
.absatz6 {
	font-size: 6pt;
}
.absatz7 {
	font-size: 7pt;
}
.absatz8 {
	font-size: 8pt;
}

.text10 {font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #58585a;
}

/* Icons
----------------------------------*/

.xlogo {
display: inline-block;
vertical-align: text-bottom;
height: 13px;
width: 19px;
background-image: url(../bilder/xlogo_mini.png);
background-repeat: no-repeat; }
/* states and images */
