@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF url(../images/__bg_body.gif) repeat top left;
	height: 100%;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

img.middle {
	vertical-align: middle;
	margin: 0 5px 0 0;
}

ul {
	list-style: none;
}

h3 {
	font-size: 150%;
	color: #860500;
	margin-bottom: 15px;
}

h4 {
	font-size: 130%;
	color: #860500;
	margin-bottom: 10px;
}

p {
	padding-bottom: 10px;
}

a:link, a:visited, a:active {
	color: #860500;
}

a:hover {
	text-decoration: none;
}

input[type="text"].required,
input[type="password"].required,
textarea.required,
input[type="text"].validation-passed,
input[type="password"].validation-passed,
textarea.validation-passed {
	border: 1px solid #CCCCCC;
	border-top: 1px solid #666666;
	background: #FFFFFF;
	color: #333333;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
	width: 300px;
}

input[type="text"].validation-failed,
input[type="password"].validation-failed,
textarea.validation-failed {
	border: 1px solid #CC3300;
	border-top: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
}

.validation-advice {
	color : #CC3300;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background: #C8AA00;
	color: #FFF;
	font-weight: bold;
}


/* Seitenstruktur
----------------------------------------------------------------- */
div#wrap {
	width: 900px;
	margin: 0 auto;
	background: #FFFFFF;
	position: relative;
	min-height: 100%;
	padding-bottom: 48px;
}

html {
	height: 100%;
}

* html #wrap {
	height: 100%;
}


/* Navigation
----------------------------------------------------------------- */
ul#nav {
	background: #00345C url(../images/__bg_nav.gif) repeat-x top left;
	width: 100%;
	height: 75px;
	line-height: 75px;
	white-space: nowrap;
	border-bottom: 2px solid #8B0F05;
}

/* Vor IE-mac verstecken\*/
* html ul#nav { height: 1%; }
ul#nav { display: block; }
/* Vor IE-mac verstecken Ende*/

ul#nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul#nav li {
	float: left;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
	float: left;
	color: #007AD5;
	font-size: 120%;
	text-decoration: none;
	margin: 0 10px;
	border-right: 1px solid #000033;
	padding-right: 15px;
}

ul#nav li a.select:link, ul#nav li a.select:visited, ul#nav li a.select:active, ul#nav li a:hover {
	color: #FFF;
}

/* Subnavigation */
ul#subnav {
	width: 100%;
	margin: 15px 0;
}

/* Vor IE-mac verstecken\*/
* html ul#subnav { height: 1%; }
ul#subnav { display: block; }
/* Vor IE-mac verstecken Ende*/

ul#subnav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul#subnav li {
	float: left;
}

ul#subnav li a:link, ul#subnav li a:visited, ul#subnav li a:active {
	float: left;
	color: #007AD5;
	font-size: 120%;
	text-decoration: none;
	margin: 0 20px;
}

ul#subnav li a.select:link, ul#subnav li a.select:visited, ul#subnav li a.select:active, ul#subnav li a:hover {
	color: #860500;
}


/* Header
----------------------------------------------------------------- */
div#header {
	background: #FFF url(../images/__img_header.gif) no-repeat top left;
	height: 158px;
	text-align: right;
	padding-right: 15px;
	line-height: 158px;
}

div#header img {
	vertical-align: middle;
}


/* Content
----------------------------------------------------------------- */
div#content {
	background: #FFF;
	color: #000033;
	margin: 0 20px 15px 20px;
	padding: 15px;
}

/* Formular */
dl.form dd {
	margin: 5px 15px 5px 0;
	float: left;
}

/* Vor IE-mac verstecken\*/
html dl.form { height: 1%; }
dl.form { display: block; }
/* Vor IE-mac verstecken Ende*/

dl.form:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#list{
	list-style-type: square;
	color: #003B68;
	font-weight: bolder;
	margin: 0 0 0 20px;
}


/* Footer
----------------------------------------------------------------- */
div#footer {
	position: absolute;
	bottom: 0;
	background: #FFF url(../images/__bg_footer.gif) repeat-x top left;
	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 100%;
	font-size: 90%;
	color: #003B68;
	border-top: 1px solid #004071;
}

div#footer a:link, div#footer a:visited, div#footer a:active {
	color: #003B68;
	text-decoration: none;
}