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

* {
    margin: 0;
    padding: 0;
}

body, td {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	background-color:#333333;
	background-image:url(bg-body.jpg);
	background-repeat:repeat-x;
}
body{
	text-align: center; /*zentriert divMain in IE 5.5*/
}

h2{
	font-size:24px;
	color:#999999;
}
.header1 {
	font-size: 14px;
	font-weight: bold;
}
.header2 {
	font-size: 14px;
	font-weight: bold;
}
.header3 {
	font-size: 14px;
	font-weight: bold;
}
a {
	text-decoration: none;
	font-weight: bold;
	color:#cccccc;
}
a:hover, #divMainMenu a:hover {
	color: #a79671;
}
#bannerLink, #bannerLink a{
	color:#FFFFFF;
}
#divMain {
	/*position: absolute;
	left: 40px;*/
	width: 1000px;
	margin: 0px auto; /*zentriert*/
	text-align: left; /*text-zentrierung aufheben siehe body*/
}
#divDisplay{
	background-color:#FFFFFF;
}
#divDisplayOben{
	height:500px;
	background-image:url(display-oben.jpg);
	background-repeat:repeat-x;
}
#divDisplayLeft{
	float:left;
	width:550px;
}
#divBanner{
	height:60px;
	padding-left:14px;
	float:left;
}
#divTopContent {
	height:368px;
	padding-left:25px;
	padding-right:40px;
	padding-top:10px;
	color:#CCCCCC;
}
#divMainMenu {
	float:left;
	width:530px;
	height:42px;
	padding-top:18px;
	padding-left:20px;
	background-image:url(bg-menu.jpg);
	background-repeat:repeat-x;
	color:#999999;
	font-size:24px;
}
#divMainMenu a {
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:24px;
	font-weight:normal;
}
#divMainMenu a:hover {
color:#89702D;
}
#divDisplayRight{
	float:left;
	width:450px;
	height:500px;
}
#divDisplayUnten{
	width:1000px;
	float:left;
	background-image:url(display-unten.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
#divUntenLinks{
	float:left;
	height:100px;
	background-image:url(display-unten.jpg);
	background-repeat:no;
	background-color:#FFFFFF;
}
#divMainContent {
	padding:25px;
	color:#333333;
}
#divMainContent a{
	color:#89702D;
}
#divFooter {
	text-align:center;
}
.footer, .footer a {
	font-size:10px;
	font-weight:normal;
}
.footer a {
	text-decoration:underline;
}
.emptyRow {
	height: 8px;
	clear: both;
}
.borderHorz {
	height: 3px;
	background-image: url(bg-body.jpg);
	background-repeat: no-repeat;
}
.Spacer10 {
	width: 10px;
	float: left;
}
.MenuItem {
	float:left;
	padding-right:20px;
}
.Clearer {
	clear:both;
}
.textlink{
	color:#333333;
}
