body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
letter-spacing: 0.5px;
color: #999999;
text-decoration: none;
}

hr { 
        border-left-width: 0px;
        border-right-width: 0px;
        border-top-width: 0px;
        border-bottom-width: 0px;
        
        border: solid 1px #404041;
}

input {
        font-size: 11px; 
        color: #000000; 
        background-color: #999999;
        border-bottom-width: 1px;
        border-color: #000000;
        border-left-width: 1px;
        border-right-width: 1px;
        border-style: solid;
        border-top-width: 1px;
  }
  
  textarea {
        font-size: 11px; 
        color: #000000; 
        background-color: #999999;
        border-bottom-width: 1px;
        border-color: #000000;
        border-left-width: 1px;
        border-right-width: 1px;
        border-style: solid;
        border-top-width: 1px;
  }
  
INPUT.radio {
			  margin: 2;
				padding: 2;
				border: 5;
				height:1em;
				width:1em; 
				color: yellow;
				background-color: yellow;
				
}
  
  
select {
        font-size: 11px; 
        color: #000000; 
        background-color: #999999;
        border-bottom-width: 1px;
        border-color: #000000;
        border-left-width: 1px;
        border-right-width: 1px;
        border-style: solid;
        border-top-width: 1px;
  }

.main_links {
     color:#000000;
     background-color:#404041;
     border-bottom: 0;
     background-image:url(img/clic_black.jpg);
     background-repeat:no-repeat;
     background-position:bottom;
}

.main_links_cap {
		top:2px;
		height:12px;
		width:150px;
   	position: relative;
   	left: 32px;
   	font-size:0.8em;
		
}

.main_rechts_cap {
		top:2px;
		height:12px;
		width:230px;
   	position: relative;
   	left: 10px;
   	font-size:0.8em;
}

.main_navi {
  width:145px;
	background-color:#404041;
 	position: relative;  
  top:49px;
  left: 5px;
  letter-spacing:0px;
}

.right_navi {
  top:50px;
	height:12px;
	width:150px;
  position: relative;
  left: 5px;
  font-size:0.8em;
}

a:link {
color:black; text-decoration:none;
}
a:visited { color:black; text-decoration:none;} /* besuchte Ziele */
a:hover { color:#999999; text-decoration:none;}   /* Verweise bei "MouseOver" */
a:active { color:red; text-decoration:none;}  /* Angeklickte Verweise */
a:focus { color:yellow; text-decoration:none;}

.empty_left {
 width:150;
}

.right_navi_akt{
color:red; text-decoration:none;
}

.bottom_navi_akt{
color:red; text-decoration:none;

}

.bottom_text{
  font-size:1em;
  width:160px;
	color:black;
	float:right;
}


