@charset "utf-8";
/* CSS Document */

html {
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	text-align: center;
}
body {
	-x-system-font:none;
	background-color:#FFFFFF;
	color:#333333;
	font-family:"Lucida Grande","Tahoma",Verdana,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:15px;
	margin:0 auto;
	;
	padding:0;
	width:1000px;
	text-align: left;
	position: relative;
}
#zentrieren {
	background-color: #FFFFFF;
	position: absolute;
	width: 990px;
	left: 0px;
}

img {
	border:1px solid #D9E2EB;
	text-align:center;
	padding: 3px;
}
ul {
list-style-type:none;
margin:0;
padding:0;
}
h1 {
color:#0051A1;
font-size:16px;
line-height:21px;
margin:0 0 10px;
}
h2 {
color:#0051A1;
font-size:14px;
line-height:15px;
margin:0;
}
h3 {
color:#0051A1;
font-size:11px;
font-weight:bold;
line-height:15px;
margin:0;
}
h4 {
color:#0051A1;
font-size:11px;
font-weight:bold;
line-height:15px;
margin:7px 0 0;
}
h5, h6 {
color:#0051A1;
font-size:11px;
font-weight:normal;
line-height:15px;
margin:0;
}
p {
	margin:0;
	text-align: justify;
}
a {
color:#0051A1;
text-decoration:none;
}  
a:hover {
text-decoration:underline;
}
a.list {
margin-bottom:6px;
}
#contentPos p a {
	font-weight:bold;
	text-decoration:none;
} 

#leftNavCol {
	display:block;
	float:left;
	position:absolute;
	width:210px;
	background-repeat: repeat;
	background-color: #FFFFFF;
	left: 0px;
}
#leftNavCol1 {
	display:block;
	float:left;
	position:absolute;
	width:210px;
	background-repeat: repeat;
	left: 0px;
	margin-top: 280px;
	top: 2px;
}
#logoPos {
	height:170px;
	margin-left:0px;
	margin-top:0;
	width: 210px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(logo.jpg);
}
#navigationPos {
border-top:1px solid #FFFFFF;
margin-left:0;
}
#navigationPos a {
border-bottom:1px solid #FFFFFF;
display:block;
font-weight:bold;
padding:1px 0 3px 10px;
width:200px;
}
#navigationPos ul a {
background-color:#BFCEDD;
color:#0051A1;
}
#navigationPos ul a:hover, #navigationPos ul a.active {
background-color:#D9E2EB;
text-decoration:none;
}
#navigationPos ul.firmen a {
background-color:#7F9CBB;
color:#FFFFFF;
}
#navigationPos ul.firmen a:hover, #navigationPos ul.firmen a.active {
background-color:#A6BAD0;
text-decoration:none;
}
#mainCol {
	display:block;
	float:left;
	width:790px;
	position: absolute;
	left: 210px;
}
#headerPos {
	height:170px;
	padding-bottom:0;
	position: relative;
	width: 790px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-image: url(header.jpg);
}
#footer a {
border-left:1px solid #D1D1D1;
color:#0051A1;
font-size:10px;
margin-left:4px;
padding:0 0 0 5px;
}
  
#contentPos {
	margin:1px 20px 0;
	background-color: #FFFFFF;
}
#col_1 {
	float:left;
	margin:14px 0 0;
	width:570px;
	background-color: #FFFFFF;
}
#col_2 {
border:1px solid #D9D9D9;
float:left;
margin:4px 20px 0;
padding:6px 9px 9px;
width:100px;
}
#col_2 {
padding-top:5px;
}
#col_3 {
float:left;
margin-top:0;
width:200px;
}
#loginPos {
background-color:#D9E2EB;
margin-bottom:10px;
padding:7px 10px 4px;
width:180px;
}

.clearL {
clear:left;
}
#footer {
	font-size:10px;
	height:30px;
	padding-top:14px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0;
}

.punkt {
	height:1px;
	margin:7px 0 5px;
	width:100%;
	border-top-width: 1;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}




label {
	width:100px;
	float:left;
	display:block;
	margin-bottom:5px;
}

select {
	margin-bottom:5px;
	border:1px solid #ccc;
}


textarea {
	margin-bottom:5px;
	width:300px;
	border:1px solid #ccc;
}

.error {
	font-size:11px; 
	color:red;
}

/*.submitbutton {
	border:1px solid #666;
	background-color:#ccc;
	width:80px;
	margin-left:80px;
}*/

.submitbutton {
	border:1px solid #ccc;
	color : #3399FF;
	background-color:#efefef;
	width:90px;
	margin-left:100px;
}

