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

body,td,th {
	font-family: Arial;
	font-size: small;
	color: #666666;
	text-align:left;
	vertical-align:top;
}
body {
	background-color: #efefef;
	color: #666666;
	font-family: Arial;
	font-size: small;
}
.klein {font-size: x-small}

a:link {
	color: #043A60;
	text-decoration: none;
	border: none;
}
a:visited {
	text-decoration: none;
	color: #043A60;
}
a:hover {
	text-decoration: none;
	color: #b4c1d2;
}
a:active {
	text-decoration: none;
	color: #b4c1d2;
	text-align: center;
}
#bg {
	position: fixed;
	left:50%;
	top:0px;
	width:950px;
	height:100%;
	z-index:1;
	margin-left: -475px;
	background-image: url(images/navigation/bg_main.png);
	background-repeat: repeat-y;
}
#language {
	position:absolute;
	left:50%;
	width:200px;
	height:auto;
	z-index:3;
	margin-left: 150px;
	top: 0px;
}
#header {
	position:absolute;
	left:50%;
	top:5px;
	width:901px;
	height:85px;
	z-index:2;
	margin-left: -451px;
}
#header_menu {
	position:absolute;
	left:50%;
	top:100px;
	width:901px;
	height:20px;
	z-index:101;
	margin-left: -451px;
	background-color: #043a60;
}
#inhalt-indexfoto {
	position:absolute;
	left:50%;
	top:130px;
	width:901px;
	height:255px;
	z-index:4;
	margin-left: -451px;
	border-bottom-color: #043A60;
	border-bottom-style: solid;
	border-bottom-width: 0px;
}
#inhalt-index {
	position:absolute;
	left:50%;
	top:385px;
	width:901px;
	height:auto;
	z-index:4;
	margin-left: -451px;
}
#inhalt_menu {
	position:absolute;
	left:50%;
	top:130px;
	width:180px;
	height:auto;
	margin-left: -441px;
	z-index:100;
}

#inhalt {
	position:absolute;
	left:50%;
	top:130px;
	width:691px;
	height:auto;
	z-index:4;
	margin-left: -251px;
}

.rahmen {
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(images/navigation/bg_inhalt.png);
	background-repeat: repeat-x;
	font-style: normal;
}

.Uberschrift {
color: #043A60; 
font-weight: bold; 
}

.Uberschrift_gross {
	font-size: medium;
	color: #043A60;
	font-weight: bold;
}
.Bildunterschrift {
	font-size: x-small;
}
.Copyright-Bilder {
	font-size: xx-small;
	text-align: right;
}
#mitte {
	text-align: center;
}
.right {
	text-align: right;
}

