body {
	background-color: #00293E;
}
#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	background-color: #004A6F;
	border-right-width: 1px;
	border-right-color: #0084C4;
	border-right-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0084C4;
}
.header {
	height: 210px;
}
.logo {
	background-image: url(../Templates/images/logo.png);
	background-repeat: no-repeat;
	height: 200px;
	width: 280px;
	position: relative;
	top: -20px;
	float: left;
}
.slogan {
	width: 520px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
}
.headerpic {
	background-image: url(../Templates/images/header.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 520px;
	height: 160px;
	background-position: center;
}
#hmenuactiveLeft  {
	background-image: url(../Templates/images/hmenuactive_l.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#hmenuactiveRight  {
	background-position: right top;
	color: #FFF;
	background-image: url(../Templates/images/hmenuactive_r.png);
	background-repeat: no-repeat;
}


.hmenu {
	margin-left: 10em;
}

.hmenu ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.hmenu li{
	background-image: url(../Templates/images/hmenu_l.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 2px;
	margin-bottom: 15px;
	float: left;
	height: 2em;
}
.hmenu li a{
	background-image: url(../Templates/images/hmenu_r.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: .9em;
	padding-left: 0.85em;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	color: #333;
}



.leftmenu {
	width: 160px;
	background-color: #004A6F;
	float: left;
	overflow: hidden;
	clear: left;
}
.leftheader {
	color: #DFDFDF;
	font-family: Arial, Helvetica, sans-serif;
	height: 25px;
	background-color: #006195;
	width: 150px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	letter-spacing: 0.1em;
	text-align: center;
	clear: both;
}

.leftmenu ul {
	padding-left: 5px;
	width: 150px;
	margin-top: 0px;
	list-style-type: none;
	margin-left: 0px;
}
.leftmenu li {
	background-color: #FFFFEC;
	height: 20px;
	margin-bottom: 2px;
	padding-left: 5px;
}

.leftmenu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	margin-left: 5px;
}

.leftmenu img {
	margin-bottom: 50px;
	margin-left: 5px;
}
#activeleftmenu   {
	font-weight: normal;
	background-color: #004A6F;
}
#activeleftmenu a {
	color: #FFFFEC;
}

.rightcol {
	background-color: #004A6F;
	float: left;
	width: 640px;
	clear: right;
}
.content {
	background-color: #FFF;
	margin-right: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content a {
	color: #00C;
	text-decoration: none;
}
.content h1 {
	font-size: 18px;
	color: #0084C4;
	font-weight: bold;
	padding-bottom: 1em;
}
.content h2 {
	font-size: 1em;
	color: #009AE2;
}

.content ul {
	margin: 0;
	padding: 0;
}

.content li {
	list-style-image: url(../Templates/images/logoklein.gif);
	list-style-position: inside;
	padding-bottom: 1.5em;
}
.content table {
	width: 100%;
}
.content td {
	padding-bottom: 5px;
}
.content hr {
	color: #008FD5;
	border-bottom-style: inset;
	border-bottom-width: 1px;
	height: 1px;
}
.content img {
	border: none;
}
.startimg {
}


.content textarea {
	width: 433px;
	height: 100px;
	overflow: auto;
}


.smallerfont {
	font-size: .9em;
}


.spalte1 {
	width: 45%;
}







.footer {
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}
.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999;
	text-decoration: none;
}
