﻿@charset "UTF-8";
body {
	text-align: center;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
div {
	margin: 0px;
	padding: 0px;
}

.unterstrich {
	text-decoration: underline;

}
.ueberstrich {
	text-decoration: overline;
}

.durchstrich {
	text-decoration: line-through;
}

.blinken {
	text-decoration: blink;
}

.main {
	height: auto;
	width: 850px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	background-color: #FFFFFF;
}

.head {
	width: 850px;
	position: relative;
	top: 0px;
	right: 0px;
	height: 285px;
	margin-bottom: 45px;
	background-color: #FFFFFF;
	margin-top: 50px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	background-image: url(../images/title.jpg);
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #006092;
}

.leftcol {
	width: 190px;
	position: relative;
	height: auto;
	padding: 0px;
	text-align: left;
	clear: left;
	float: left;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}
.navigation {
	height: auto;
	width: auto;
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #006092;
	border-left-color: #006092;
}
#leftcol-top {
	height: 15px;
	width: 190px;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	border-bottom-style: none;
	background-image: url(../images/leftcol-top.gif);
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
}
#leftcol-bottom {
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 190px;
	position: relative;
	left: 0px;
	bottom: 0px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(../images/leftcol-bottom.gif);
	background-repeat: no-repeat;
}
.rightcol {
	width: 608px;
	height: auto;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 60px;
	padding-left: 0px;
	text-align: left;
	position: relative;
	clear: right;
	margin: 0px;
	float: right;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.4;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}
.rightcol img {
	margin-top: 15px;
	margin-bottom: 15px;
}
.rightcol h1 {
	margin:0px;
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #F2F2F2; 
}
.rightcol  h2 {
	margin:0px;
	padding:0px;
	margin-top:25px;
	margin-bottom:5px;
	font-size: 16px;
	font-weight: bold;
}
.rightcol p {
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 10px;
}
.rightcol td {
	margin:0px;
	padding:0px;
	padding-top: 5px;
	vertical-align: top;
	padding-right: 25px;
}
.rightcol ul {
	list-style-position: outside;
	list-style-type: square;
	margin-bottom: 15px;
	margin-left: 45px;
	margin-top: 15px;
}
.rightcol table {
	margin:0px;
	padding:0px;
}
.rightcol a {
	color: #006092;
	text-decoration: none;
	text-decoration: underline;
}
.rightcol a:hover {
	color: #006092;
	text-decoration: underline;
}
.rightcol a:visited {
	color: #006092;
	text-decoration: underline;
}
.navigation  ul {
	padding: 0px;
	margin: 0px;
}
.navigation li   {
	list-style-type: none;
	width: auto;
	height: auto;
	position: relative;
	list-style-position: outside;
	background-color: #FFFFFF;
	text-align: left;
	
	padding-top:2px;
	padding-bottom:2px;
}
.navigation li a:hover {
	background-color: #006092;
	color: #FFFFFF;
}

#aktiv {
	background-color: #006092;
	color: #FFFFFF;
}
#aktiv a {
	background-color: #006092;
	color: #FFFFFF;
}

.navigation ul ul {
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	background-color: #FFFFFF;
	color: #666666;
}
.navigation li li {
	list-style-type: none;
	width: auto;
	height: auto;
	position: relative;
	list-style-position: outside;
	background-color: #FFFFFF;
	color: #666666;
	text-align: left;
	
	padding-top:2px;
	padding-bottom:2px;
}
.navigation li li a:hover {
	background-color: #006092;
	color: #FFFFFF;
}

.navigation a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	display: block;
	padding-bottom: 6px;
	padding-top: 6px;
	height: auto;
	padding-left: 8px;
	margin: 0px;
	font-weight: bold;
}

.main .clear {
	clear: both;
}
* {
	margin: 0px;
	padding: 0px;
}
