@charset "utf-8";

body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: black;
	background: #033780 url('img/design/bg.png') repeat-x;
	
}

a {
	color: #003780;
}

#container {
	width: 1000px;
	margin: auto;
	
}

#header {
	background: url("img/design/header.jpg") no-repeat;
	height: 180px;
	width: 966px;
}

#navigation {
	width: 966px;
	height: 21px;
	padding-top: 111px;
	padding-left: -5px;
}

.tablekontakt {
	background: #033780;
	color: #FFFFFF;
	width: 100px;

}

.kontakttop {
	background: #033780;
	color: #FFFFFF;
	font-weight: bold;
}



.sponsorbild {
	border: 0px;
	margin: 2px;
	
}

#navigation a {
	display: block;
	float: left;
	background: url("img/design/nav_weiss.gif") no-repeat;
	width: 93px;
	line-height: 21px;
	vertical-align: middle;
	text-align: center;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	
}

#navigation a.hover {
	background: url("img/design/nav_blau.gif") no-repeat;
	color: #FFFFFF;
}

#subnavigation {
	border: 1px solid black;
	border-top: 0px;
	border-bottom: 0px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	padding-bottom: 9px;
	color: #black;
	font-weight: bold;
}

#subnavigation a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.strich {
	float: left;
}	

#main {
	width: 928px;
	padding: 10px 0px;
	background: #ffffff;
}


#footer {
	width: 959px;
	line-height: 20px;
	vertical-align: middle;
	text-align: right;
	background: #033780;
	color: #FFFFFF;
	font-size: 10px;
	padding-right: 5px;
	clear: both;
	border-bottom: 1px solid black;
}

#footer a {
	color: #FFFFFF;
}


#main {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 964px;
	padding: 10px 0px 0px 0px;
}

#left {
	float: left;
	padding: 0px 10px;
	width: 183px;
}

#content {
	float: left;
	width: 530px;
	padding: 0px 10px;
	border-right: 1px dashed #000000;
	border-left: 1px dashed #000000;
	margin-left: 3px;
	
}

#content h1 {
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 15px;
	font-weight: normal;
	background: url("img/design/h1.jpg") no-repeat bottom left;
}

#content h2 {
	font-size: 13px;
}

#right {
	float: left;
	padding: 0px 10px;
	width: 183px;
}


.box {
	width: 168px;
	margin-left: 3px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 5px;
	margin-top: -3px;
	margin-bottom: -3px;
	background: #EBEFF5;
}



.box-bild {
	margin-left: 3px;
}

td {	
	padding: 3px;
	border: solid 1px black;
	text-align: center;
}

hr {
	border: 0px;
	height: 0px;
	border-top: 1px solid black;
}

img {
	border: 0px;
}

table {
	border-collapse: collapse;
	width: 100%;
} 

th {
	color: white;
	border: solid 1px black;
	background-color: #033780;
}

td {	
	padding: 3px;
	border: solid 1px black;
	text-align: left;
	vertical-align: top;
}

.title {
	
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: white;
	font-weight: bold;
	background-color:  #033780;
	border: solid 1px black;
}

