* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #fcf0c1;
	font-size: 10pt;
	font-family: Arial;
	color: #000000;
}

p {
	margin: 15px 0 15px 0;
}

a, a:link, a:active, a:visited {
	color: #117231;
}

a:hover {
	color: #9f0707;
}

#main {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fcf0c1;
}

#main #header {
	height: 180px;
	background-image: url('../images/header.gif');
	background-repeat: no-repeat;
	vertical-align: bottom;
	text-align: left;
}

#main #header span {
	line-height: 45px;
	margin-left: 10px;
}

#main #header span a {
	color: #ffffff;
	font-weight: bold;
}

#main #left {
	width: 180px;
	background-color: #9f0707;
	vertical-align: top;
	text-align: center;
	padding: 90px 0 0 0;
	color: #ffffff;
}

#main #content {
	background-color: #fcf0c1;
	background-image: url('../images/header2.gif');
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px 15px 0 15px;
	vertical-align: top;
}

#main #content h1 {
	background-image: url('../images/baum.gif');
	background-repeat: no-repeat;
	padding: 60px 0 0 70px;
	font-size: 14pt;
	color: #117231;
	border-bottom:2px solid #9f0707;
}

#main #content h2, 
#main #content h3, 
#main #content h4, 
#main #content h5, 
#main #content h6 {
	margin-top: 30px;
	font-size: 12pt;
	color: #117231;
}

#main #content ul {
	margin: 0px;
	padding: 0px;
}

#main #content ul li {
	margin-left: 20px;
}

#main #right {
	width: 204px;
	background-color: #9f0707;
	vertical-align: top;
}

#main #right .header_img {
	width: 204px;
	height: 94px;
	background-color: #9f0707;
	background-image: url('../images/navi-top.gif');
	background-repeat: no-repeat;
}

#main #right ul.menu{
	list-style-type: none;
	margin: 20px 0 20px 0;
}

#main #right ul.menu li {
	display:inline;
}

#main #right ul.menu li a,
#main #right ul.menu li a:link,
#main #right ul.menu li a:active,
#main #right ul.menu li a:visited {
	display:block;
	padding: 0 35px 0 0;
	text-align: right;
	text-decoration: none;
	line-height: 23px;
	color: #ffffff;
	font-weight:bold;	
	font-family: verdana;
	font-size: 8pt;
}

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


#main #right ul.menu ul {
	list-style-type: none;
	margin: 0 0 0 20px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background-color: #117231;
}

#main #right ul.menu ul li a,
#main #right ul.menu ul li a:link,
#main #right ul.menu ul li a:active,
#main #right ul.menu ul li a:visited {
	background-image: none;
	font-weight: normal;
}

#main #right ul.menu ul li a:hover {
	text-decoration: underline;
}


#main #footer {
	height: 155px;
	background-image: url('../images/footer.gif');
	background-repeat: no-repeat;
}