@charset "utf-8";
/* CSS Document */

BODY {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color:#FFFFFF;
	text-align: center;
}

A:link {
	text-decoration: none;
	color:#a0a6aa;
}

A:visited {
	text-decoration: none;
	color:#a0a6aa;
}

A:hover {
	text-decoration: none;
	color: #333333;
}

A:active {
	text-decoration: none;
	color: #333333;
}

A.HIGHLIGHTED:link {
	text-decoration:none;
	font-weight:bold;
	color:#333333;
	}

A.HIGHLIGHTED:visited {
	text-decoration:none;
	font-weight:bold;
	color:#333333;
	}

A.HIGHLIGHTED:hover {
	text-decoration:none;
	font-weight:bold;
	color:#a0a6aa;
	}

A.HIGHLIGHTED:active {
	text-decoration:none;
	font-weight:bold;
	color:#a0a6aa;
	}

#Außenrahmen {
	position:static;
	background-color:#7e8389;
	background-image:none;
	width:1005px;
	height:600px;
	margin:auto;
	margin-top: 52px;
	text-align: left;
	z-index:1;
}

#Hauptfenster {
	position:relative;
	background-color:#FFFFFF;
	background-image:url(../images/background.jpg);
	width:961px;
	height:504px;
	top:28px;
	margin:auto;
	text-align: left;
	z-index:2;
}

#Logo {
	position:absolute;
	background-image:url(../images/logo.gif);
	width:252px;
	height:47px;
	top:35px;
	left:4px;
	margin:auto;
	z-index:3;
}

#Navigation {
	position:absolute;
	background-image:none;
	width:487px;
	height:15px;
	top:45px;
	left:460px;
	margin:auto;
	font-size: 14px;
	letter-spacing:0.1em;
	color: #a0a6aa;
	z-index:3;
}

#Linker_Rand_Inhalt {
	position:absolute;
	background-image:none;
	width:170px;
	height:365px;
	top:115px;
	left:15px;
	font-size: 11px;	
	margin:auto;
	z-index:3;
}

#Linkes_Hauptfenster_Inhalt {
	position:absolute;
	background-image:none;
	width:245px;
	height:365px;
	top:115px;
	left:15px;
	font-size: 11px;
	margin:auto;
	z-index:3;
}

#Mittleres_Hauptfenster_Inhalt {
	position:absolute;
	background-image:none;
	width:541px;
	height:365px;
	top:115px;
	left:300px;
	margin:auto;
	z-index:3;
}

#Hauptfenster_Inhalt {
	position:absolute;
	background-image:none;
	width:491px;
	height:365px;
	top:115px;
	left:225px;
	margin:auto;
	z-index:3;
}

#Rechter_Rand_Inhalt {
	position:absolute;
	background-image:none;
	width:170px;
	height:365px;
	top:115px;
	left:776px;
	font-size: 11px;
	margin:auto;
	z-index:3;
}

#Fußzeile {
	position:relative;
	background-color:#FFFFFF;
	background-image:none;
	width:961px;
	height:54px;
	top:28px;
	margin:auto;
	z-index:2;
}