@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
    font-family: "Century Gothic", "Lucida Sans Regular", "Trebuchet MS",
				 sans-serif;
	font-size: 100%;
	background-color: #d3e8fd;
}

#main {
	position: relative;
	margin: 0 auto;
	width: 1200px;	
}

#navigation_1 {
	position: relative;
	margin-bottom: 10px;
	color: #3333ff;
}

section#inhalt {
	overflow: hidden;
	color: #5a89a5;
}

#sitemap .sitemap {
	float: right;
}


h1 {
	font-size: 140%;	
}

h2 {
	font-size: 100%;
	margin: 22px 0 22px 0;	
}

h3 {
	font-size: 100%;
	margin: 22px 0 22px 0;	
}

h1, h2, h3 {
	margin: 22px 0 22px 0;
}

p {
	text-align: justify;
	margin: .2em 0 .2em 0;
}

ul {
	list-style: none;
}

a {
	color: #5a89a5;
}

a:visited	{
		color: #aaa;
}

a:hover, a:focus	{
		color: white;
}	

#hauptnavigation {
	position: absolute;
	top: 100px;
	left: 30px;
	color: #ffffff;
	
}


#navigation_2 {
	position: absolute;
	top: 0;
	right: 0;
	
}

#navigation_2 li{
	display: inline;
	padding: 0 10px;
	
}


#hauptinhalt {
	float: left;
	width: 800px;
	color: 5a89a5;
}


aside#inhalt_zusatz {
	float: right;
	width: 280px;
}