.header {
	height: 158px;
	width: 1034px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../bilder/design/header.jpg);
	background-repeat: no-repeat;
}
.main {
	
	width: 1034px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../bilder/design/main.jpg);
	background-repeat: repeat-y;
}
.menu_left {
	float: left;
	height: 455px;
	width: 237px;
	background-image: url(../bilder/design/menu_left.jpg);
	background-repeat: no-repeat;
}
.main_text {
	float: left;
	width: 530px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
}
.menu_right {
	float: right;
	height: 455px;
	width: 237px;
	background-image: url(../bilder/design/menu_right.jpg);
	background-repeat: no-repeat;
}
.footer {
	height: 15px;
	width: 1034px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../bilder/design/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 45px;
	font-size: 10px;
	text-align: center;
}
h2 {
	color: #285EB6;
}
.menu_top {
	height: 38px;
	width: 800px;
	float: left;
	padding-top: 77px;
	padding-left: 119px;
}
.menu_top_links {
	height: 20px;
	width: 90px;
	float: left;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	padding-top: 9px;
	padding-left: 18px;
}

.menu_top_active {
	float: left;
	height: 26px;
	width: 800px;
	padding-left: 119px;
}

.menu_top_active_links {
	float: left;
	height: 11px;
	width: 98px;
	padding-right: 10px;
	text-align: right;
	font-size: 12px;
	padding-top: 4px;
	color: #333333;
	font-weight: normal;
	margin: 0px;
}

a.links_menu:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.links_menu:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.links_menu:hover {
	color: #CCCCCC;
}

a.links_menu:active {
	color: #FFFFFF;
	text-decoration: none;
}	


a:link {
	color: #1B3F7A;
	text-decoration: none;
}

a:visited {
	color: #1B3F7A;
	text-decoration: none;
}

a:hover {
	color: #1B3F7A;
	text-decoration: underline;
}

a:active {
	color: #1B3F7A;
	text-decoration: none;
}	



a.links:link {
	color: #285EB6;
	text-decoration: none;
	font-size: 10px;
}

a.links:visited {
	color: #85A9E4;
	text-decoration: none;
	font-size: 10px;
}

a.links:hover {
	color: #285EB6;
	font-size: 10px;
	text-decoration: underline;
}

a.links:active {
	color: #285EB6;
	text-decoration: none;
	font-size: 10px;
}	


.picture_left {
	float: left;
	height: auto;
	width: auto;
	padding-right: 5px;
	clear: right;
}
.picture_right {
	height: auto;
	width: auto;
	padding-left: 5px;
	float: right;
	clear: left;
}
.picture_center {
	float: none;
	height: auto;
	width: auto;
	clear: none;
	vertical-align: middle;
	text-align: center;
}
.nav {
	float: right;
	width: 120px;
	list-style-type: none;
	font-size: 12px;
	list-style-image: none;
	clear: both;
}


.nav li a:link {
	list-style-type: none;
	font-size: 12px;
	list-style-image: none;
	text-decoration: none;
	color: #000000;
	padding-right: 20px;
	padding-left: 10px;
	background-image: url(../bilder/menu_point.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: right;
	width: 80px;
	clear: both;
}

.nav li a:visited {
	outline: none;
	list-style-type: none;
	font-size: 12px;
	list-style-image: none;
	text-decoration: none;
	color: #000000;
	padding-right: 20px;
	padding-left: 10px;
	background-image: url(../bilder/menu_point.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: right;
	width: 80px;
	clear: both;
}

.nav li a:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-image: url(../bilder/menu_point_hoover.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.nav li a:active {
	outline: none;
	list-style-type: none;
	font-size: 12px;
	list-style-image: none;
	text-decoration: none;
	color: #000000;
	padding-right: 20px;
	padding-left: 10px;
	background-image: url(../bilder/menu_point_hoover.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: right;
	width: 80px;
	clear: both;
}


/*gepunkteter Rahmen um Links in Firefox verhindern*/
a:focus
{ 	outline: none }
