* {
	padding: 0;
	margin: 0;
}

body {
 	background-color: #ffffff;
 	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 10pt;
	color: #8b9ca3;
}

#main {
	width: 977px;
	margin-left: auto;
	margin-right: auto;
}

#main #header {
 	background-image: url('../images/header.jpg');
	height: 180px;
}

#main #header a {
 	color: #f48f04;
 	text-decoration: none;
}

#main #home {
	margin: 0px 0px 15px 315px;
	color: #f48f04;
}


#main #left {
	background-color: #ffffff;
	width: 176px;
	vertical-align: top;
}

#main #left #navi-top {
	background-image: url('../images/themen.gif');
	background-repeat: no-repeat;
	height: 17px;
	margin-top: 20px;
}

	
#main #left .menu li {
	background-color: #c0d5db;
	border-top: 4px solid #ffffff;
	display: block;
	color: #15585b;
}

#main #left .menu li li {
	background-color: #a1c0c9;
	padding: 2px 6px 0px 15px;
	border-top: 4px solid #c0d5db;
	list-style-type: none;
}


#main #left .menu a {
	text-decoration: none;
	padding-left: 5px;
	color: #15585b;
}

#main #left a:hover {
	font-weight: normal;
	color: #ffffff;
}


#main #content {
	padding: 30px 15px 15px 15px;
	vertical-align: top;
	background-color: #ffffff;
}

#main #content h1,
#main #content h2,
#main #content h3,
#main #content h4,
#main #content h5,
#main #content h6 {
	font-size: 20pt;
	font-weight: bold;
	color: #15585b;
}

#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;
}

#main #content a {
	color: #28c5f8;
}

#main #footer {
	background-image: url('../images/footer.jpg');
	background-repeat: repeat-x;
	height: 105px;
}
