body {
	font: 100.01% Arial, Helvetica, sans-serif;
	color:#000000;
	background: #FFFFFF url(img/main_bg.jpg) repeat;
	margin: 0px 0px 20px;
}
a:link {
	color: #003399;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
}
img {
	border:0;
}
#container {
	color: #000000;
	background: #FFFFFF url(img/container_bg.gif) repeat-y;
	width: 780px;
	margin: 0px auto;
	border-top: 8px solid #227CBE;
	border-right: 1px solid #227CBE;
	border-bottom: 1px solid #227CBE;
	border-left: 1px solid #227CBE;
}
#top {
	height: 102px;
	float: left;
	background: #FFFFFF url(img/top_bg.gif) no-repeat;
	width: 100%;
	color: #000000;
	margin-bottom: 30px;
}
#nav {
	width: 200px;
	float: left;
	margin-bottom: 350px;
}
#nav ul {
	list-style: none;
	margin: 0px;
	text-indent: 44px;
	font-weight: bold;
	padding: 0px;
	line-height: 28px;
	font-size: 14px;
}
#nav-aktuell{
	color: #FF0000;
}
#content {
	width: 560px;
	float: left;
	color: #000000;
	font-size: 13px;
	padding-bottom: 20px;
}
#info {
	border: 1px solid #000066;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

h1 {
	color: #212790;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: center;
}
h2 {
	color: #000066;
	margin: 6px 0px 4px;
	font-size: 13px;
	width: 100%;
	background: #93b6da;
	text-align: center;
}
h3 {
	color: #FF0000;
	border-bottom: 1px solid #FF0000;
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 30px;
}

.font-80 {
	font-size: 80%;
}
.font-red {
	color: #FF0000;
	font-weight: bold;
}
.span-center {
	text-align: center;
}

.img-float-left {
	float: left;
	margin-right: 10px;
}
.img-float-right {
	float: right;
}
.ul-start {
	list-style: square inside;
	line-height: 24px;
}
.ul-autoplege {
	list-style: disc inside;
	line-height: 16px;
	padding: 0px;
	margin: 0px 0px 12px;
}
.ul-autoplege-preis {
	list-style: none;
	line-height: 16px;
	padding: 0px;
	margin: 0px 0px 24px;
	font-weight: bold;
}


.ul-sitemap {
	list-style: url(none) none;
	line-height: 200%;
}


table {
	width: 458px;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
}
caption {
	padding: 2px;
	font-weight: bold;
}
th {
	text-align: left;
	font-weight: normal;
	width: 230px;
}
td {
	text-align: right;
}
.td-algin-left {
	text-align: left;
}
#footer {
	clear: both;
	background: #227CBE;
	height: 8px;
	color: #000000;
	font-size: 2px;
	text-align: center;
}