html, body
{
  margin : 0px;
  padding : 0px;
}
body
{
  font-family : Arial, sans-serif;
  font-size : 12px;
  color : #000000;
  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 {
  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: #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.5;
}
p.line_space {
  line-height: 1.7;
}
a {
  font-weight: bold;
  text-decoration: none;
  color : #000000;
}
a:hover {
  color: #333333;
}
div#content li {
  line-height: 1.5
}
div.clear {
  clear: both;
}

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

/* menue Styles */

div#menue a {
  display:block;
  background-image:url(../Images/menue_tab.png);
  background-position: left top;
  background-repeat: no-repeat;
  width: 91px;
  height: 18px;
  margin-top: 125px;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  padding-top: 4px;
  margin-right: 8px;
  float: left;
}

div#menue a.first {
  margin-left: 28px;
}
* html div#menue a.first {
  margin-left: 13px;
}
div#menue a.akt, div#menue a:hover {
  background-image:url(../Images/menue_tab_hover.png);
}

/* LEFT MENUE Styles */
div#menueLeft a {
  font-weight: normal;
}
div#menueLeft div {
  margin-bottom: 6px;
}
div#menueLeft a.akt, div#menueLeft a:hover  {
  font-weight: normal;
  color: #B5123C;
}


/* Footer Menue */
div#footer a {
	font-weight: normal;
	color: #B5123E;
}

div#footer a:hover, div#footer a.akt {
	font-weight: normal;
	color: #000000;
}

/* NEWS Spalte - Termine */
div#termin h1 {
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}
div#termin a {
	color: #FFFFFF;
	font-weight: normal;
}
div#termin a:hover {
	color: #000000;
}
div#termin .news-latest-container {
  padding: 0px;	
}
div#termin .news-latest-item  {
  padding: 0px;	
}
.news-list-container  {
  padding: 0px;
}

/* NEWS Spalte - Aktuelles */
div#news h1 {
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}
div#news a {
	color: #FFFFFF;
	font-weight: normal;
}
div#news a:hover {
	color: #000000;
}
div#news .news-latest-container {
  padding: 0px;	
}
div#news .news-latest-item  {
  padding: 0px;	
}


