html, body
{
  margin : 0px;
  padding : 0px;
}
body
{
  font-family : Arial, sans-serif;
  font-size : 11px;
  color : #333333;
  background-color : #FFFFFF;
  text-align: center;
}
img {
     border: none;
}
* {
  margin: 0px;
  padding: 0px;
}
h1 {
  font-weight:bold;
  margin-bottom:18px;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 18px;
}
.no_margin_bottom {
  margin-bottom: 0px;
}
h2 {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 10px;
  color: #000000;

}
h3 {
	font-weight: bold;
    margin-bottom: 11px;
	color: #000000;

}
h4 {
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0px;
	font-size: 11px;

}
p {
  line-height:1.5;
  margin-bottom:8px;
}
p.kursiv {
  margin-bottom: 12px;
  font-style: italic;
  line-height: 1.4;
}
p.line_space {
  line-height: 1.7;
}
a {
  font-weight: bold;
  text-decoration: none;
  color : #EE7F00;
}
a:hover {
  color: #333333;
}


div.clear {
  clear: both;
}


/* Menue Styles */
#menue ul {
	margin-top:10px;
	margin-bottom: 0px;
	list-style: none;
	background-color: #FFFFFF;
}
#menue ul li {
	padding-top: 4px;
  padding-bottom: 4px;
	margin-bottom: 8px;
	background-color: #ee7f00;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

#menue ul li.last {
	margin-bottom: 0px;
	
}

#menue ul li a {
	color: #FFFFFF;
	padding-left: 21px;
}
#menue ul li a:hover ,#menue ul li a.akt{
	color: #333333;
}
#menue li.sub {
  background: none;
  margin: 0px;
  padding: 0px;
}
#menue li.sub ul {
	list-style: none;
	margin-bottom: 8px;
	border-top: 1px solid #EE7F00;
  margin-top: 0px;
}

/* IE 6 Hack*/
* html #menue li.akt {
	margin: 0px;
  margin-bottom: 8px;
}
/* IE 6 Hack*/
* html #menue li.sub  {
  margin-top: -16px;
}

/* IE 7 Hack*/
* + html #menue li.sub ul {
	margin-top: -15px;
}



#menue li.sub ul li{
	padding-top: 2px;
	height: 16px;
	margin-bottom: 0px;
  padding-bottom: 0px;
	background-color: #FFF4DC;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #EE7F00;
}
#menue li.sub ul li.akt{
	margin-bottom: 0px;
}
#menue li.sub ul li.first {
	margin-top: 0px;
}

#menue li.sub ul li a {
	color: #333333;
	font-weight: normal;
	font-size: 11px;
}
#menue li.sub ul li a:hover,#menue li.sub ul li a.akt {
	color: #EE7F00;
}

div#info_content p {
    margin: 0px;
	padding: 0px;
  font-size: 11px;
}






