/*ALLGEMEIN*/
* {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
body {
	font-family: arial;
	font-size: 12px;
	background-color: #fff;
}

/*LAYOUT*/
#mainContainer, #wrapper {
	position: relative;
	width: 1000px;

}

#left {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 178px;
	border-top: 1px solid #fff;
}
#center {
	margin-left: 178px;
	width: 633px;
	border-top: 1px solid #fff;
}
#logo {
	height: 59px;
	border-right: 1px solid #0061a8;
	border-bottom: 1px solid #0061a8;
	margin: 14px 0 0 14px;
	text-align: right;
}
#logo img {
	margin-right: 13px;
}
#flags {
	border-right: 1px solid #0061a8;
	margin-left: 14px;
	text-align: right;
	padding-top: 7px;
}
#flags ul {
	margin-right: 7px;
}
#flags li {
	display: inline;
	margin-right: 5px;
}

.login_link {
	display: block;
	text-decoration: none;
	color: #0061a9;
	margin: 1px 10px;
	font-weight: bold;
	font-size: 12px;
}

#navi {
	height: 59px;
	border-bottom: 1px solid #0061a8;
	margin: 14px 0 0 0;
	position: relative;
}
#navi ul {
	position: absolute;
	top: 35px;
	left: 10px;
}
#navi li {
	display: inline;
	margin-left: 7px;
}
#navi a {
	/*color: #000;*/
	font-size: 11px;
	text-decoration: none;
	/*border-right: 1px solid #0061a8;*/
	padding-right: 10px;
	font-weight: bold;
	font-size: 12px;
}
#navi a:hover,
#navi a:focus,
#navi a.aktiv {
	color: #0061a9;
}


#subnavi {
	border-right: 1px solid #0061a8;
	position: absolute;
	bottom: 0;
	top: 135px;
	width: 178px;
	min-height: 100px;
}
#subnavi #head {
	background-color: #0061a8;
	padding: 10px 2px;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
}
#subnavi li {
	margin-left: 13px;
	border-bottom: 1px solid #0061a8;
	list-style-type: none;
}
#subnavi a {
	color: #0061a9;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin: 10px 5px 10px 5px;
}

#subnavi a.subnavi_top {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
}

/*CONTENT*/
#content {
	position: relative;
	margin: 61px 0 0 15px;
	width: 633px;
	color: #0061a8;
	line-height: 140%;
}
#content a {
	color: #0061a8;
}
#content .head a {
	color: #FFFFFF;
	text-decoration: none;
}
#content h1 {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
}
#content p {
	margin: 15px 0;
}

#content #box1, #content #box2, #content #box3 {
	height: 100%;
	width: 203px;
	text-align: left;
}
#content #box1 {
	position: absolute;
	left: 0;
}
#content #box2 {
	margin: auto;
}
#content #box3 {
	position: absolute;
	right: 0;
	top: 0;
}
#content #box1 .head, #content #box2 .head, #content #box3 .head {
	background: url(../images/kasten.gif) no-repeat 5px 13px #0061a8;
	padding: 10px 20px;
	height: 2.5em;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
}
* html #content #box1 .head, * html #content #box2 .head, * html  #content #box3 .head {
	height: 4em;
}

#content .bild {
	border: 1px solid #0061a8;
	margin-right: 7px;
}
#content #box1 .bild, #content #box2 .bild, #content #box3 .bild {
	height: 300px;
	width: 201px;
	border: 1px solid #0061a8;
	margin-right: 0px;
	margin-top: 10px;
}
#content #box1 .text, #content #box2 .text, #content #box3 .text {
	width: 203px;
	background-color: #0061a8;
	margin-top: 10px;
	color: #fff;
}
#content #box1 .text .paddingDiv , #content #box2 .text .paddingDiv , #content #box3 .text .paddingDiv {
	padding: 20px;
}

/*FORMULARE*/
#content form {
	margin: 30px 0;
}
#content label {
	display: block;
	width: 100px;
	font-weight: bold;
	float: left;
	clear: left;
}
#content form input {
	display: block;
	margin-bottom: 10px;
}
#content form#auswahl {
	margin: 0;
}
#content form#auswahl select {
	display: block;
	width: 30%;
	float: left;
	margin-right: 3%;
}
#content form#auswahl input {
	display: inline;
	margin: 0;
}
#content form#auswahl label {
	display: inline;
	float: none;
}
#content form#auswahl .bildauswahl{
	width: 100%;
	clear: left;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
#content form#auswahl .bildauswahl .selectbox {
	position: absolute;
	bottom: 0;
	left: 200px;
}
#content form#auswahl .bildauswahl .selectbox input {
	margin-left: 10px;
}
#content form#auswahl a {
	text-decoration: none;
	font-weight: bold;
}

#content form#registrierung {
	font-weight: bold;
}
#content form#registrierung label {
	width: 150px;
	text-align: right;
	margin-right: 10px;
}
#content input.submit {
	margin-right: 10px;
	background: none;
	border: 0;
	color: #0061a8;
	display: inline;
	font-weight: bold;
	cursor: pointer;
}



#balkenunten {
	position: relative;
	padding-top: 20px;
	height: 23px;
	vertical-align: bottom;
}
#balkenunten .pfeillinks {
	background-color: #0061a8;
	padding: 3px 8px;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#balkenunten .text {
	margin: auto;
	width:560px;
	background-color: #0061a8;
	padding: 3px;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
#balkenunten .pfeilrechts {
	background-color: #0061a8;
	padding: 3px 8px;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#footer {
	margin-left: 178px;
	width: 633px;
	padding-top: 10px;
	text-align: center;
}

form .error {
	color:red;
	float:right;
}

#sitemap {
 margin-top:20px;
}

#sitemap ul {
 padding:5px 0px 5px 0px;
}

#sitemap ul {
 list-style-position:inside ;
}

#sitemap li {
 padding:3px 0px 3px 0px;
}

#sitemap li.level1 {
 list-style-type:square;
 padding-left:20px;
}

#sitemap li.level0 {
 padding-left:10px;
}

#sitemap li.level2 {
 list-style-type:square;
 padding-left:20px;
}