#inhaltLayer2 {
	position:absolute;
	width:800px; 
	height:550px;
	margin-left: -400px;
	margin-top: -300px;
	left: 50%;
	top: 50%;
	background-color: maroon;
	color: white;
}

#inhaltLayer {
	position:absolute;
	width:100%; 
	height:424px;
	margin-top: -212px;
	top: 50%;
	background-color:white;
	color: black;
}

.borderLeft {
	background-color:white;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
}
.borderLeft2 {
	background-color:white;
	background-image:url(images/background2.jpg);
	background-repeat:repeat-x;
}
.borderLeft3 {
	background-color:white;
	background-image:url(images/background3.jpg);
	background-repeat:repeat-x;
}
.borderLeft4 {
	background-color:white;
	background-image:url(images/background4.jpg);
	background-repeat:repeat-x;
}

.borderRight {
	background-color:white;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
}
.borderRight2 {
	background-color:white;
	background-image:url(images/background2.jpg);
	background-repeat:repeat-x;
}

.centerMain {
	vertical-align:top;
	background-color:white;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	width:779px;
}
.centerMain2 {
	vertical-align:top;
	background-color:white;
	background-image:url(images/background2.jpg);
	background-repeat:repeat-x;
	width:779px;
}

.subNavi {
	padding-left:5px;
	padding-right:15px;
	margin-top:0px;
	text-align:right;
}

.mainNavi {
	padding-right:15px;
	padding-top:0px;
	text-align:right;
}

.textRechts {
	width:100%;
	text-align:left;
	padding-left:10px;
	padding-right:5px;	
}
body {
	font-family:Arial;
	font-size:11px;
	padding:0px;
	margin:0px;
	background-color:#ffffff;
}

a {
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
	color:#000000;
}
a:link { 
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
	color:#000000;
}
a:visited { 
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
	color:#444444;
}
a:hover {
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
	color:#EE9B01;
}
a:active {
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
	color:#EE9B01;
}
a:focus {
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
	color:#EE9B01;
}
.aCurrent {
	color:#B17401;
}

