* {
	margin: 0;
	padding: 0;
}

body, th, td {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: rgb(70,70,70);
}

h1 {
	font-size: 200%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: rgb(0,132,202);
	margin-bottom:20px;
}

h2 {
	font-size: 150%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;	
	color: rgb(107,207,246);
}

p, ul {
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 10px;
	background: url(../images/img16.gif) no-repeat 0px 10px;
}

a	{
	background-image:none;
}

a:link {
	color: rgb(0,132,202);
}

a:hover, a:active {
	text-decoration: none;
	color: rgb(238,30,36);
}

a:visited {
	color: rgb(0,132,202);
}

img {
	border: none;
}

/* Header */

#header {
	width: 960px;
	height: 142px;
	margin: 0 auto;
	background: url(../images/toppic.jpg) no-repeat;
}

#kr {
	width: 960px;
	margin: 0px auto;
	background: url(../images/kr.gif) no-repeat;
	background-position:500px 10px;
	
}

/* Sponsoren & Navigation */

#sponsoren {
	float: right;
	width:200px;
	background: url(../images/box_top.gif) repeat-x;
}

#sponsoren .head, #navigation .head {
	background: url(../images/topright.png) no-repeat right top;
	font-size: 100%;
	color: rgb(250,250,250);
}

#sponsoren .head {
	background: url(../images/topright.png) no-repeat right top;
	font-size: 100%;
	color: rgb(250,250,250);
}

#sponsoren .head b, #navigation .head b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(../images/topleft.png) no-repeat;
}

#sponsoren .content, #navigation .content {
	min-height:1200px;
	border-left: 1px solid rgb(230,230,230);
	border-right: 1px solid rgb(230,230,230);
}

#sponsoren .content {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align:center;
}

#navigation {
	float: left;
	margin-right:20px;
	background: url(../images/box_top.gif) repeat-x;
	width: 200px;
}

#navigation .content {
	padding: 20px 0px 20px 12px;
	background-image: url(../images/laeufer.jpg);
	background-repeat: no-repeat;
	letter-spacing: 0.05em;
}

#navigation .content li {
	line-height:30px;
	font-size:105%;
}

#navigation .content a { text-decoration: none; }

.naviCenter {
	text-align:center;
	margin-top:50px;
}

.naviCenter a{
	font-size:9px;
	line-height:20px;
	text-decoration:none;
}

.naviCenter a img{
	border:1px dotted rgb(220,220,220);
}
/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* Content */

#content {
	float: left;
	width: 520px;
	text-align:justify;
}

#content a:link, #content a:visited {
	color: rgb(100,100,100);
}

#content a:hover, #content a:active {
	text-decoration: none;
	color: rgb(238,30,36);
}

#content b {
	color: rgb(79,165,79);
}

/* Footer */

#footer {
	height: 30px;
	line-height:15px;
	padding: 8px;
	border-top: 1px solid #999999;
	text-align: center;
	color: rgb(170,170,170);
	font-size: 80%;
	letter-spacing:0.05em;
}

#footer a {
	color: rgb(170,170,170);
	text-decoration:none;
}

#footerClear {
	clear: both;
	height: 0px;
}	

/* Kontakt */

#kontaktformular{ 
		border: 1px solid rgb(128,128,128);
	}

#kontaktName, #kontaktMail, #kontaktText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: rgb(120,120,120);
	background-color: rgb(252,210,192);
	border: 1px solid rgb(128,128,128);
	margin-bottom: 5px;
	}	
	
#kontaktName	{
	padding-top:2px;
	padding-left:2px;
	width:99%;
	height:18px;
}

#kontaktMail	{
	padding-top:2px;
	padding-left:2px;
	width:99%;
	height:18px;
	}

#kontaktText	{
	width:99%;
	height:120px;
	padding-left:2px;
	background-image:url(../images/KontaktLogo.png);
	background-repeat:no-repeat;	
	color: rgb(0,0,0);
		}
		
.sitemap {
	font-size:80%;
	margin-left:20px;
}