body {
	font-family: Arimo, Verdana, Geneva, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 140%;
}

h1 {
	color: white;
	font-size: 180%;
	font-weight: normal;
	line-height: 140%;
}

h2 {
	color: #A70328;
	font-size: 150%;
	font-weight: normal;
	line-height: 120%;
}

h3 {
	color: #A70328;
	font-size: 120%;
	font-weight: normal;
	line-height: 30%;
}


p {
	color: #323232;
	font-size: 110%;
	line-height: 150%;
}

q {
	font-size: 130%;
	line-height: 130%;
	font-style: italic;
}

a:link {
color:#323232;
text-decoration:none;

}
a:visited {
color:#323232;
text-decoration:none;
}
a:hover {
color:#323232;
text-decoration:none;
}

#wrapper {
	margin: 0 auto;
	margin-top: 20px;
	width: 960px;
}

#logo {
	float:left;
	width: 240px;
}

#navigation {
	float: right;
	width: 700px;
	height: 130px;
	text-align: right;
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
	display:inline;
}

#navigation ul li a {
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	color: #323232;
	font-size: 150%;
}

#navigation ul li a.aktiv, #navigation ul li a:hover {
	color: #A70328; 
}

#dekorbalken {
	float: left;
	padding: 30px 30px 40px 30px;
	width: 260px;
	height: 140px;
	background: #A70328;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A70328', endColorstr='#71011A'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#A70328), to(#71011A)); /* for webkit browsers */
		background: -moz-linear-gradient(top,  #A70328,  #71011A); /* for firefox 3.6+ */ 
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
}

#dekorbild {
	float: right;
}

#seitenleiste_links {
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	width: 300px;
}

#seitenleiste_rechts {
	float: right;
	padding-top: 20px;
	padding-left: 20px;
	width: 300px
}

#text_rechts {
	float:left;
	padding-top: 20px;
	width: 640px;
}

#text_links {
	float:left;
	padding-top: 20px;
	width: 640px;
}

#text_haelfte_links {
	float:left;
	padding-top: 20px;
	padding-right: 20px;
	width: 460px;
}

#text_haelfte_rechts {
	float:left;
	padding-top: 20px;
	padding-left: 20px;
	width: 460px;
}

#liste_stoerungen ul {
	list-style: none;
	padding: 0;
}

#liste_stoerungen ul li {
	border-top: dotted #323232 1px;
}

#liste_stoerungen ul li a {
	text-decoration: none;
	color: #323232;
	font-size: 110%;
	line-height: 220%
}

#liste_stoerungen ul li a.aktiv, #liste_stoerungen ul li a:hover {
	color: #A70328; 

}

#fusszeile {
	clear: both;
	margin-top: 20px;
	text-align: right;
	font-size: 60%;
}

#fusszeile a {
	text-decoration: none;
	color: #323232;
}

#tabelle                                 {margin:10px 0 20px 0;clear:both;overflow:hidden;height:100%;font-size: 110%}
#tabelle dt                              {padding:7px 0;float:left;width:90px;color:#A70328;clear:left;}
#tabelle dd                              {float:left;width:510px;padding:7px 0;}
#tabelle dd ul                           {list-style-type:circle;margin:5px 0 0px 25px;}
#tabelle dd ul li                        {margin:8px 0 0 0;}




