* {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}  
body,td,th,p,li {
	color: #595959;font-size: 12px; font-weight: normal; line-height: 18px;
}
body {
  margin: 0px;
  padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../img/bg_spacer.gif);
}
p {
  margin: 0px;
  margin-bottom: 10px;
}  
.titel {font-size: 14px; font-weight: bold; color: #333333; margin-bottom:15px; margin-top:0px;}
.untertitel {font-size: 13px; font-weight: bold;}
.lead {font-size: 12px; font-weight: bold; color: #333333;}
.box {
	color: #ffffff;font-size: 11px; font-weight: normal; line-height: 14px; border: 1px solid #333333;
}
.box_content {
	color: #333333;font-size: 11px; font-weight: normal; line-height: 14px; 
}
.box_content li {margin-bottom:6px;}
.box_content a {
  font-size: 11px;
}
.speznavi {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.speznavi a:visited, .speznavi a:link, .speznavi a:active {
  color: #336699;
  text-decoration: none;
}
.speznavi a:hover { 
  color: #336699;
  text-decoration: underline;
}
.subnavi {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.subnavi a:hover { color: #336699;}
.subnavi_aktiv {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.unternavi {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 14px;
}
.unternavi a:hover { color: #336699;}
.unternavi_aktiv {
	font-size: 12px;
	font-weight: normal;
	color: #336699;
	text-decoration: none;
	line-height: 14px;
}
ul {margin-left: 1em; 
    padding-left: 1em;
	list-style-type:square;
	color: #336699;
}
a {color:#336699;
   text-decoration:none;
   }    
textarea, select,input,file {
  font-size: 11px;
  background-color: #F4F4F4; 
  border-top: 1px solid #999999;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  border-right: 1px solid #999999;
}
.button {
  font-size: 11px;
  background-color: #FFFFFF;
}  