body { 
   margin: 0px; 
   padding: 0px; 
}


#content p {
    margin-bottom: 5px;
}

.text {
	color: #666; 
	text-decoration: none;
	font-weight: normal;
    font-family: verdana; 
	font-size: 11px;
}

.text_10{
	color: #333333; 
	text-decoration: none;
	font-weight: normal;
    font-family: verdana; 
	font-size: 10px;
}

.link_12{
	color: #333333; 
	text-decoration: none;
	font-weight: normal;
    font-family: verdana; 
	font-size: 11px;
}

.link_12_orange{
	color: #FF9900; 
	text-decoration: none;
	font-weight: normal;
    font-family: verdana; 
	font-size: 13px;
}

.titel_12{
	color: #fff; 
	text-decoration: none;
	font-weight: normal;
    font-family: verdana; 
	font-size: 10px;
}

.titel_13{
	color: #ff6633; 
	text-decoration: none;
	font-weight: bold;
    font-family: verdana; 
	font-size: 14px;
}

.titel_14{
	color: #999; 
	text-decoration: none;
	font-weight: normal;
    font-family: verdana; 
	font-size: 14px;   
}

.titel_14_gelb{
	color: #FF9900; 
	text-decoration: none;
	font-weight: normal;
    font-family: verdana; 
	font-size: 14px;   
}

.titel_16{
	color: #333; 
	text-decoration: none;
	font-weight: normal;
    font-family: verdana; 
	font-size: 15px;   
}


.titel_26{
	color: #666; 
	text-decoration: none;
	font-weight: normal;
    font-family: verdana; 
	font-size: 36px;   
}

a:link, a:visited {
	font-family: verdana;
	color: #666; 
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}


a:hover {
	font-family: verdana;
	color: #FF9966; 
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}

 .klein {  
  	font-family: verdana;
	color: #666; 
	text-decoration: none;
	font-weight: normal;
	font-size: 12px; 

}


 .date {  
  font-size: 11px; color: #000;  
  font-family: verdana; 
  text-align:right;
}

.rundrum {
  border-width:1px;
  border-style:solid;
  border-color:white;
}

.rundrum_black {
  border-width:1px;
  border-style:solid;
  border-color:#999;
  color: #333333; 
  text-decoration: none;
  font-weight: normal;
  font-family: verdana; 
  font-size: 12px;
}

.border_top { 
  border-top:1px solid black; 
}

.border_bottom { 
  border-bottom:1px solid black; 
}

.border_right { 
  border-right:1px solid black; 
}

.border_left_white { 
  border-left:1px solid white; 

.two_borders { 
  border-right:1px solid black;
  border-left:1px solid black; 
}

.two_borders_01 { 
  border-bottom:1px solid black;
  border-top:1px solid black;
}

.two_borders_02 { 
  border-right:1px solid black;
  border-bottom:1px solid black; 
}

.two_borders_03 { 
  border-left:1px solid black;
  border-right:1px solid black; 
 
}

.three_borders { 
  border-bottom:1px solid black;
  border-left:1px solid white;
  border-right:1px solid white;
}

.three_borders_top { 
  border-top:1px solid white;
  border-left:1px solid white;
  border-right:1px solid white;
}

