/* CSS Document */

* {	margin: 0;	padding: 0;}
body {	text-align: center;}
#main {	margin: auto;	width: 900px;	text-align: left;	font-family: Arial, Helvetica, sans-serif;}

a:link {	color: #0075AE;	text-decoration: none;}
a:visited {	color: #0075AE;	text-decoration: none;}
a:hover {	color: #CC6600;	text-decoration: none;}
a:active {	color: #0075AE;	text-decoration: none;}

#top {
	background: url(images/bg-navoben.jpg);
	height: 105px;
	width: 900px;
	text-align: right;
}

h2 {
	margin-top: 33px;
	margin-left:30px;
	margin-bottom: 10px;
	font-size: 1.2em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 3em;
}

#nav-1 {
	background: #bbb;
	height: 20px;
	position: relative;
	font-size: 0.9em;
	border: 1px solid #000000;
}
#nav-1 ul {
	list-style-type: none;
	position: absolute;
	margin-top: 2px;
	left: 80px;
}
#nav-1 li {
	float: left;
	width: 125px;
	list-style-type: none;
}

#nav-2 {
	position: relative;
	margin-top: 00px;
	margin-left: 00px;
	background: url(images/bg-navlinks.jpg) no-repeat;
	height: 500px;
	width: 200px;
	float: left;
	font-size: 0.8em;
}
#nav-2 ul {
	list-style-type: none;
}
#nav-2 li {
	width: 125px;
	position: relative;
	margin-left: 40px;
	margin-bottom: 5px;
	list-style-type: none;
}

#inhalt {
	position: relative;
	margin-top: 20px;
	margin-left: 20px;
	width: 650px;
	float: left;
	font-size: 0.8em;
	line-height: 1.4em;
	padding-bottom: 50px;
}

#inhalt ul {
	position: relative;
	margin-top: 10px;
	margin-left: 20px;
}

.fl-rechts {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}
