/* ########################### */
/* orange: 255:162:25  #ffa219 */
/* blau  : 0:69:141    #00458d */
/* ########################### */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #000;
}

#container {
	position:relative;
	margin: 1em 10%;
	min-width: 830px;
	background-repeat: repeat-x;
	border: 1px solid #eeeeee;
}

#logo {
	z-index:2;
	/* float: left; */
	position: absolute;
	left:4px;
	top:3px;
	width: 120px;
	height: 149px;
	margin-left: 10px;
	padding-top: 1em;
}

#header {
	z-index:3;
	padding: 5px;
	/* font-family:'Arial Black', Gadget, sans-serif; */
	background-color:#E2E0E1;
	font-size:20pt;
	height: 149px;
	text-decoration: none;
}

#header h1 {
	/* margin: 0; */
	/* padding: .5em; */
	text-align: center;
}

#nav {
	/* float: left; */
	position: absolute;
	left:14px;
	top:188px;
	width: 134px;
	padding-top: 1em;
	padding-left: 1em;
	background-color: #666666;
}

#content {
	/* position: absolute; */
	left:200px;
	top:162px;
	padding-left: 12em;
	padding-right: 1em;
	/* padding-top: 1em; */
	/* padding-bottom: 1em; */
	margin: 0 2em 0 10px;
	min-height: 550px;
	/* start IE6 Hack */
	height: auto;
	height: 480px;
	/* end IE6 Hack */
	max-height: 570px;
	overflow: auto;
}

#content h2 {
	margin-top: 0;
}

#footer {
	clear: both;
	/* background-color: #E2E0E1; */
	background-color: #eeeeee;
	padding: .5em;
}

/* ########################## */
.copyright {
	font-weight: lighter;
	font-size: 9px;
	color: #BE001A;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
/* .copyright a:link, a:visited, a:active { */
/* 	font-weight: lighter; */
/* 	font-size: 9px; */
/* 	color: #BE001A; */
/* 	text-decoration: none; */
/* 	white-space: nowrap; */
/* } */
/* .copyright a:hover { */
/* 	font-weight: lighter; */
/* 	font-size: 9px; */
/* 	color: #BE001A; */
/* 	margin-left: auto; */
/* 	margin-right: auto; */
/* 	text-decoration: underline; */
/* 	white-space: nowrap; */
/* } */

/* ########################## */
/* .navigation a:link, a:visited { */
/* 	font-size: 10pt; */
/* 	color: #cc9900; */
/* 	text-decoration: none; */
/* 	white-space: nowrap; */
/* 	position:relative */
/* } */

/* .navigation a:active { */
/* 	font-size: 10pt; */
/* 	white-space: nowrap; */
/* 	color: #00458d; */
/* 	position:relative */
/* } */

/* .navigation a:hover { */
/* 	text-decoration: underline; */
/* } */
/* .active { */
/* 	font-size: 10pt; */
	/* white-space: nowrap; */
/* 	color: #00458d; */
/* } */

a:hover {
	text-decoration: underline;
}

/* ########################## */
strong {
	color: #00458d;
}

/* ########################## */
.leitsatz1 {
	font-size: 14pt;
	color: #00458d;
	margin-left: 4em;
}

.leitsatz2 {
	font-size: 14pt;
	color: #00458d;
	margin-left: 8.2em;
}

.leitsatz3 {
	font-size: 14pt;
	color: #00458d;
}

.leitsatz4 {
	font-size: 14pt;
	color: #00458d;
	margin-left: 3.9em;
}

/* ########################## */
.validator {
	border: 0;
	height: 20px;
	vertical-align: middle;
	float: left;
}

/* ########################## */
/* specials */
.hidden {
	visibility: hidden;
	/* font-size: 1px; */
	font-size: 0%;
	white-space: nowrap;
}

.center {
	text-align: center;
}

