* {
	padding: 0;
	margin: 0;
}

body {
	background-image: url('../images/body-rep.gif');
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 10pt;
	color: #303030;
}

#main {
	width: 979px;
	margin-left: auto;
	margin-right: auto;
}

#main #header {
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	height: 205px;
}

#main #header .links {
	padding: 80px 0 0 840px;
}

#main #header .links a,
#main #header .links a:link,
#main #header .links a:active,
#main #header .links a:visited {
	display: block;
	margin-bottom: 25px;
	color: #ffffff;
	text-decoration: none;
}

#main #header .links a:hover {
	font-weight: bold;
}

#main #ad_skyscraper {
	display: block;
	float: left;
	width: 172px;
	background-image: url('../images/ad-rep.gif');
	color: #ffffff;
}

#main #ad_skyscraper .top {
	background-image: url('../images/ad-top.gif');
	background-repeat: no-repeat;
	height: 5px;
	line-height: 5px;
}
#main #ad_skyscraper .bottom {
	background-image: url('../images/ad-bottom.gif');
	background-repeat: no-repeat;
	height: 7px;
	line-height: 7px;
}
#main #ad_skyscraper .box {
	text-align: center;
	padding: 10px 0 10px 0;
}

#main #navi {
	float: right;
	width: 196px;
	background-image: url('../images/navi-rep.gif');
	color: #ffffff;
}

#main #navi .top {
	background-image: url('../images/navi-top.gif');
	background-repeat: no-repeat;
	height: 6px;
	line-height: 6px;
}

#main #navi .bottom {
	background-image: url('../images/navi-bottom.gif');
	background-repeat: no-repeat;
	height: 10px;
	line-height: 10px;
}

#main #navi .menu {
	list-style-type: none;
}

#main #navi .menu li {
	display: inline;
}

#main #navi .menu li a,
#main #navi .menu li a:link,
#main #navi .menu li a:active,
#main #navi .menu li a:visited {
	display: block;
	padding: 0 0 0 57px;
	line-height: 25px;
	text-decoration: none;
	color: #ffffff;
}

#main #navi .menu li a:hover,
#main #navi .menu li .akt {
	background-image: url('../images/navi-hover.gif');
	background-repeat: no-repeat;
	background-position: left center;
}

#main #navi .menu ul {
	list-style-type: none;
	background-image: url('../images/navi-u-rep.gif');
	font-size: 8pt;
}

#main #navi .menu ul a,
#main #navi .menu ul a:link,
#main #navi .menu ul a:active,
#main #navi .menu ul a:visited {
	padding: 0 0 0 65px;
	line-height: 20px;
}

#main #navi .menu ul a:hover {
	background-image: url('../images/pfeil-weiss.gif');
	background-repeat: no-repeat;
	background-position: 48px center;
}

#main #content {
	margin: 0 206px 0 20px;
}

#main #content h1,
#main #content h2, 
#main #content h3, 
#main #content h4, 
#main #content h5, 
#main #content h6  {
	font-size: 14pt;
	color: #700d19;
}

#main #content h2, 
#main #content h3, 
#main #content h4, 
#main #content h5, 
#main #content h6 {
	margin-top: 25px;
}

#main #content p {
	margin: 10px 0 10px 0;
	line-height: 22px;
}

#main #content a {
	color: #aa0c11; 
	font-weight: bold;
	text-decoration: underline;
}

#main #footer {
	background-image: url('../images/footer-rep.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 81px;
	clear: both;
}
