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

body,td,th {
	font-family: Verdana;
	font-size:12px;
	color: #333333;
	vertical-align: top;

}
body {
	background-color: #BBB;
	background-image: url(images/navigation/bg_main.png);
	background-position: center;
	background-repeat: repeat-y;
	vertical-align: top;
}

a:link {
	color: #043A60;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #043A60;
}
a:hover {
	text-decoration: none;
	color: #b4c1d2;
}
a:active {
	text-decoration: none;
	color: #b4c1d2;
}

#logo {
	position:absolute;
	left:50%;
	top:10px;
	width:505px;
	z-index:1;
	margin-left: -440px;
	text-align: right;
}
#menu {
	position:absolute;
	left:50%;
	top:103px;
	width:901px;
	height:20px;
	z-index:200;
	margin-left: -451px;
	background-color: #043a60;
}
#sprache {
	position:absolute;
	left:50%;
	width:200px;
	height:auto;
	z-index:3;
	margin-left:150px;
	top: 0px;
}
#foto {
	position:absolute;
	left:50%;
	top:130px;
	width:901px;
	height:auto;
	z-index:1;
	margin-left: -451px;
}
#links1 {
	position:absolute;
	left:50%;
	top:400px;
	width:290px;
	z-index:4;
	margin-left: -441px;
	padding-bottom: 15px;
}
#links2 {
	position:absolute;
	left:50%;
	width:180px;
	height:auto;
	margin-left: -441px;
	z-index:100;
}
#rechts1 {
	position:absolute;
	left:50%;
	top:400px;
	width:570px;
	z-index:5;
	margin-left: -130px;
	clear: right;
}
#rechts2 {
	position:absolute;
	left:50%;
	top:405px;
	width:691px;
	height:auto;
	z-index:4;
	margin-left: -251px;
	clear: right;
}

.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;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.klein {
	font-size: x-small
	}
.copyrightHEADER {
	font-size: xx-small;
	text-align:right;
	}

/* float */


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

