html, body
{
  margin : 0px;
  padding : 0px;
}
body
{
  font-family : Arial, sans-serif;
  font-size : 12px;
  color : #666666;
  background-color : #FFFFFF;
  text-align: center;
}
img {
     border: none;
}
* {
  margin: 0px;
  padding: 0px;
}
h1 {
  font-weight:bold;
  margin-bottom:10px;
  font-size: 18px;
}
.no_margin_bottom {
  margin-bottom: 0px;
}
h2 {
color:#000000;
font-size:14px;
font-weight:bold;
margin-bottom:10px;
margin-top:25px;
padding-top:3px;

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

}
h4 {
	font-weight: bold;
	color: #000000;
	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 : #9AC23B;
}
a:hover {
  color: #666666;
}


div.clear {
  clear: both;
}

ul {
  margin-bottom: 8px;
  padding-left: 14px;
}


/* START Menü Styles */
div#menue a {
	display: block;
	width: 91px;
	height: 20px;
	margin-top: 113px;
	margin-right: 25px;
	float: left;
	background-image:url(../Images/menue_a_background.gif);
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
	font-size: 13px;
}
* html div#menue a.last {
  margin-right: 10px;
}
div#menue a:hover,
div#menue a.akt {
	background-image:url(../Images/menue_a_background_hover.gif);
}


/* ENDE Menü Styles */

/* ENDE MenüLeft Styles */
div#menueLeft a {
	display: block;
	color:#FFFFFF;
	margin-bottom: 10px;
	font-size: 14px;
}
div#menueLeft a:hover,
div#menueLeft a.akt {
	color: #666666;
}

/* ENDE MenüLeft Styles */

/* ENDE MenüFooter Styles */
div#footer a {
	color:#666666;

}
div#footer a:hover,
div#footer a.akt {
	color: #EC1C24;
}

/* ENDE MenüFooter Styles */
