* {
	padding:0;
	margin:0;
}

html {
	overflow-y: scroll;
}

body {
	color: #0f1844;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, san-serif;
	font-size: 14px;
	line-height: 1.5em;
	background-color: #788CA5;
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
}

a, a:active, a:visited {
	color: #6f7387;
	text-decoration: none;
}

a:hover, a:focus {
	color: #DA251D;
	text-decoration: underline;
}

h1, h1 a, h1 a:active, h1 a:visited, h1 a:hover, h1 a:focus {
	color: #DA251D;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

h2, h2 a, h2 a:active, h2 a:visited, h2 a:hover, h2 a:focus {
	color: #DA251D;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

h3, h3 a, h3 a:active, h3 a:visited, h3 a:hover, h3 a:focus {
	color: #DA251D;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
}

hr {
	border: 0;
	border-top: 1px solid #6f7387;
}

#logohead {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	width: 1035px;
	height: 144px;
	background-image: url('../images/logohead_shadow.png');
	background-repeat: no-repeat;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	padding-left: 15px;
	padding-right: 40px;
	background-image: url('../images/contentbg.png');
	background-repeat: repeat-y;
}

#mainnav a {
	background-color: #369;
	border: 1px solid #fff;
	color: #fff;
	padding: 2px 5px;
	position: relative;
	top: -4px;
	left: -2px;
	text-decoration: none;
}

#mainnav a:hover {
	background: #69C;
	position: relative;
	top: -3px;
	left: -1px;
}

#mainnav a:active {
	background: #999;
}

.mainLink {
	background-color: #000;
	float: left;
	margin-left: 5px;
	
}

#sidenav {
	/* background-color: #788CA5; */
	width: 120px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
}

#sidenavbuttons ul {
	float: right;
	margin-top: 20px;
}

#sidenavbuttons li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#innercontent {
	margin-left: 165px;
	width: 800px; 
}

#imprint_table {
	width: 500px;
}

#imprint_table td {
	width: 50%;
	vertical-align: top;
}

#imprint_table h2 {
	margin-top: 20px;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 1005px;
	height: 30px;
	font-size: 8pt;
	text-align: right;
	padding-left: 15px;
	padding-right: 15px;	
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

#min_height {
    float:left;
    width:0px;
    /* H�he der Mindesth�he */
    height:150px;
}

#partnerlogo img {
	width: 149px;
	height: 74px;
	border: 1px solid lightgrey;
}

#partnerlogo div {
	width: 160px; 
	height: 85px; 
	background-image: url('../images/partnerlogos/bg.png');
}

#partnerlogo td {
	vertical-align: top;
	height: 110px;
	font-size: 14px;
	line-height: 18px;
}

.bottom20px {
	margin-bottom: 20px;
}

.height20 {
	height: 20px;
}

.verticalCenter {
	vertical-align: bottom;
}

.clear {
    clear:both;
    font-size:0;
    line-height:0;
    height:0;
}

/* WORPRESS PART */

#sidebar li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#s {
	width: 100px;
	display: block;
}

#searchsubmit, #submit {
	margin-top: 5px;
	padding:0;
	border:1px solid #AAAAAA; 
	background: url(../images/button_bg_1.gif) repeat-x;
	/*font-size:10px;*/
	color: #AE0000;
	cursor: pointer;
}

.wp_spacer {
	padding-top: 10px;
	padding-bottom: 10px;
}

