@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	font-family : Arial, Helvetica, sans-serif;
	color:#007dc9;
	text-align:justify;
	overflow: visible;
	margin:0 auto;}

a {
	color:#007dc9;
	text-decoration : none;
	margin:10px 4px;
	font-weight:bold;}
	
a:hover {
	color:#007dc9;
	text-decoration:underline;}
	
h1 {
	font-size:16px;
	margin:0 0 20px 0;
	padding:0;
	width:auto;}

h2 {
	font-size:15px;}

p {
	margin:10px 0 0 0;}
	
ul {
	margin:10px 0 0 20px;}
	
#wrapper{
	width:988px;
	height:auto;
	margin:0 auto;}
	
#top{
	width:988px;
	height:650px;
	background: url(images/bg_top.jpg) no-repeat;}
	
#content{
	width:945px;
	padding:0 0 0 20px;
	height:auto;
	position:relative;
	margin-top:100px}

#content h3 {
	background:url(images/bg_header.jpg) no-repeat;
	padding-left:15px;
	padding-top:7px;
	height:30px;}
	
#content2 {
	margin-top:15px;
	width:685px;}
	
#menu{
	clear:both;
	width:auto;
	height:30px;
	margin-left:25px;}
	
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0;}

#menu ul li {
	padding: 0px;
	min-width:50px;
	float:left;}

#menu ul li a {
	font-weight:normal;
	display:inline;
	padding: 2px 8px;
	line-height: 26px;
	text-decoration: none;
	font-size:13px;
	color:#007dc9;
	width:auto;}
	
#menu ul li a:visited {
	color:#007dc9;}
	
#menu ul li a:hover {
	color:#007dc9;
	text-decoration:underline;}

#link {
	width:auto;
	height:30px;
	float:right;
	margin-right:290px;
	margin-top:20px;}

#link a {
	text-decoration:none;
	font-size:20px;}
	
#impressum{
	width:1000px;
	height:50px;
	background:url(images/bg_bottom.jpg) bottom no-repeat;
	text-align:justify;
	padding-top:35px;}
	
#impressum a {
	margin-left:35px;}
