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

body{
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	background-color:#E7EAF8;
	margin:0; 
	text-align:center;
	color:#333333;
	padding:0;
}


#container{
	background-color:#ffffff;
	text-align:left;
	clear:both;
	width:900px;
	min-height:100%;
}

#banner{height:106px;}

#logo{float:left;}

#slogan{
margin-left:265px;
height:106px;
font-size:20px;
text-align:center; 
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#enter{
text-align:center;
font-weight:bold;
letter-spacing:2px;
padding:10px;
}

#enter span{border-bottom:1px; border-bottom-style:dotted;}

.wrapper{text-align:center;}

#header-nav{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#3E6DA8;
height:37px;
margin-bottom:18px;
border-right:none;
border-left:none;
border-top:2px solid #0B3A75;
border-bottom:0px solid #0B3A75;
}

#header-nav li {display:inline}

#header-nav ul
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}

#header-nav a
{
float:left;
text-decoration:none;
color:white;
background-color:#3E6DA8;
padding:10px;
border-right:1px solid white;
border-left:none;
}


#header-nav a:hover
{
background-color:#FFFFFF;
color:#3E6DA8;
}

a{
text-decoration:none; color:#3053A5;
}

a:hover{
border-bottom:1px dotted #3053A5;
}

#leftbar{
overflow:hidden;
font-family:Tahoma, Georgia, Times New Roman, Times, serif;
float:left;
width:175px;
background-color:#ffffff;
height:auto;
}

#nav{
border-top: 0px dotted #3053A5;
border-left: 0px dotted #3053A5;
padding:0px;
background-color:#ffffff;
}

#nav ul
{
width:100%;
padding:0;
margin:0;
list-style-type:none;
}

#nav li
{
width:87.4%;
background-color:#E3E6F2;
padding:0.5em 1em;
border-bottom: 2px solid #3053A5;
}


#contact{
padding:5px 5px 5px 8px;
border-bottom: 1px dotted #3053A5;
border-right: 1px dotted #3053A5;
}

#contact ul{
list-style-position: outside;
margin: 0.2em; 
line-height: 1em;
padding: 0.3em; 
list-style-type: none;
}

#contact li{
margin-bottom:10px;
}

#contact .label_info{
margin-bottom:3px;
font-weight:bold;
}

#contact .info{
margin-left:10px;
}

#auf{
padding:10px 5px 5px 5px;
background-color:white;
}

#auf a{
text-decoration:none; color:black;
}

#auf a:hover{
border-bottom:none;
}

.label{
padding:4px 10px 4px 10px;
background-color:#448A4F;
color:white;
}

.separator{
height:5px;
background-color:#448A4F;
color:white;
}

#content{
margin-left:240px;
padding: 0px 15px 15px 15px;
width:600px;
min-height:700px;
background-color:#ffffff;
}

h1{
text-align:center;
font-family:Tahoma, Georgia, Times New Roman, Times, serif;
}

#footer{
	position:absolute;
	background-color:#D5DBEC;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#3E6DA8;
	padding:5px;
	margin-top:10px;
	width:900px;
}

.clear {clear:both;}
