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

body {
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#wrapper {
	width: 946px;
	/*AUSKOMMENTIEREN*/
}

#middle{
	    width: 946px;  
    	background: #FFFFFF;
    	margin: 0 auto; 
    	text-align: left; 
		overflow:hidden;
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/********** HEADER ***********/
div#header {
	width: 940px;/*-6 border*/
	height: 112px;/*-6 border*/
	border: 3px solid;
	border-color:#909090;
/*	background:url(../img/bgHead.jpg) no-repeat;*/
}
#header div {
	float:left;
}
#logo {
	width: 281px;
	height:75px;
	padding: 20px 193px 0px 81px;
}
#header_right {
	width: 384px;
	padding: 73px 0 0 0;
}

/****************************/

/********** MAIN ***********/
div#main {
	width: 940px;
	height:353px;
	border-left: 3px solid;
	border-right: 3px solid;
	border-bottom: 3px solid;
	border-color:#909090;
}
#main div {
float:left;
}
#main_menu {
	width: 214px;
	height:336px;
	padding:17px 0 0 0;
	border-right:3px solid;
	border-color:#909090;
	background-color:#003367;
}
#main_pic {
	width: 700px;
	height:353px;
}
#main_right {
	width:23px;
	height:353px;
	background-color:#003367;
}
#main_pic_left {
	position:absolute;
	width: 68px;
	height: 353px;
	left:220px;
	z-index:1;
}
#main_pic_right {
	position:absolute;
	width: 82px;
	height: 353px;
	left: 839px;
	z-index:1;
}
/****************************/

/********** CONTENT ***********/
div#content {
	width:940px;
	border-left:3px solid;
	border-right:3px solid;
	border-color:#909090;
}

#left_content {
	width:214px;
	float:left;
	border-right:3px solid;
	border-color:#909090;
}

#right_content {
	margin:0 0 0 214px;
	border-left:3px solid;
	border-color:#909090;
}

#right_content .websites {
}

#right_content .websites ul {
	padding:0;
	margin:0;
	list-style:none;	
}

#right_content .websites li {
	padding:0;
	margin:0;
	display:inline;
}

#right_content #anfahrt {
	width:470px;
	height:480px;
}

#right_content #anfahrt .left {
	float:left;
	width:300px;
	height:150px;
	border:1px solid #999999;
	margin-bottom:10px;
}

#right_content #anfahrt .right {
	float:right;
	width:150px;
	height:150px;
	margin-bottom:10px;
}

#right_content #anfahrt .right span{
	font:10px italic Verdana, Arial, Helvetica, sans-serif;

}


/********** FOOTER ***********/
div#footer {
	width:940px;
	border-bottom:3px solid;
	border-color:#909090;
}

#footer_left_content {
	width:214px;
	float:left;
}

#footer_right_content {	
	margin:0 0 0 214px;
	border-left:3px solid;
	border-color:#909090;
}
/****************************/


/******** MAIN MENU ********/
div#navbar {
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
}
#navbar ul {
	padding:0;
	margin: 0;
}
#navbar li {
	margin: 0 0 11px 0;
	list-style:none;
}
#navbar a {
	color:#FFFFFF;
	text-decoration:none;
}
#navbar a:hover {
	color:#bbe4f9;
	text-decoration:none;
}
.a_active {
	color:#bbe4f9;
	text-decoration:none;
}

/***** SUB MENU ********/
div#sub_navbar {
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	padding:15px 0 0 24px;
	clear:right;
}
#sub_navbar ul {
	padding:0;
	margin: 0;
}
#sub_navbar li {
	margin: 0 0 6px 0;
	list-style:none;
}
#sub_navbar a {
	color:#68676b;
	text-decoration:none;
}

.li2 {
	font-size:10px;
	padding: 0 0 0 25px;
}
/********************************/


/******** .class *******/


/****** HEADER *******/
.header_18_gray {
	font:16px bold Verdana, Arial, Helvetica, sans-serif;
	padding:3px 5px 3px 5px;
	font-weight:bold;
/*	letter-spacing:4px;*/
	color:#68676b;
	border:0px solid #999999;
	background:#FFFFFF;
}


/****** COTNTENT *******/
.main_18_black {
	font-size:18px;
	color:#000000;
	padding:15px 105px 15px 29px;
}
.main_11_blue {
	font-size:11px;
	color:#003367;
	text-transform:uppercase;
	font-weight:bold;
	margin: 0 0 10px 0;
}
.main_text {
	color:#000000;
	padding:15px 100px 15px 29px;
	font-size:11px;
}
.main_text p{
	margin: 0 0 10px 0;
}
.footer_text {
	font-size: 11px;
	color:#68676b;
	padding:0px 80px 10px 29px;
}
.footer_text ul {
	padding:0;
	margin:0;
}
.footer_text li {
	list-style:circle;
	display:inline;
	padding:0;
	margin:0;
}
.info_text {
	font-size:14px;
	font-weight:normal;
	padding: 10px 0 0 0;
}
/****************************/
