/* CSS Document */

body{
	line-height: 1.166;
	margin: 0 auto;
	width: 96%;
	padding-top: 0px;
	padding-left: 20px;
	background-image:url(bilder/bodybackground.png);
	background-attachment: fixed;
	background-repeat:repeat-x;
	background-position: center top;
}

h1 	{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#FFFF66;
}

p	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h2 	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#000066;
}

h3	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFF99;
	text-align: center;
	vertical-align: text-bottom;	
}

h4	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000066;
	text-align: center;
	vertical-align: text-bottom;	
}
h5	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000066;
	text-align: left;
	vertical-align:text-top;	
}

#container {
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:800px;
	height:auto;
	background-image:url(images/containerback.png);
	margin:0 auto;
	
}

#header {
	width: 800px;
	height: 100px;
	margin: 0px;
	background-image:url(bilder/09-10/banner_k.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px 0px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#nav {
	background-color:#eeeeee;
	background-image:url(bilder/nav.png);
	background-repeat:repeat-y;
	width:120px;
	height:600px;
	float:left;
	magin: 5px 5px 5px 15px;
	padding: 5px;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}

ul#navigator {
	margin-left: 0;
	padding-left: 0px;
	list-style-type: none;
}

ul#navigator a{
	display:block;
	text-decoration:none;
	background: #EEEEEE;
	color:#000;
	padding: .2em .5em;
	border-bottom: 1px solid #fff;
	width: 8em;
}

ul#navigator a:hover {
	background: #FFFFFF;
	color:#000000;
	
}

ul#navigator li{
	
}


#content {
	background-color:#EEEEEE;
	background-image:url(contentbackground.gif);
	width:535px;
	height:600px;
	float:left;
	border-left-width: 1px;
	padding:5px 0px 5px 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 5px;	
}

#rightinfo {
	background-color:#EEEEEE;
	background-image:url(bilder/news.png);
	background-repeat:repeat-y;
	background-position:right;
	width:110px;
	height:600px;
	float:right;
	margin: 0px;
	padding: 5px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	}

#foother{
	background-color:#FFFFFF;
	height:30px;
	width:800px;
	clear:both;
	margin: 0px;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align:center;
	background-attachment: scroll;
	background-image: url(bilder/footherback.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-top: 0px none;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 0px solid;
}

a:link	{
	color:#000066;
}

a:hover	{
	background-color:#FFFFFF;
	color:#000066;
}

.style1 {
	font-size: 9px;
	color: #EEEEEE;
}
.style3 {font-size: 9px}
