/* main styles */

html, body {
	font-size:10pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height:100%;
	color: #000;
}
body {
	color: #000;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: inherit;
	height:100%;
}
html>body {
   padding: 0;
}

table, td {
	font-size:10pt;
	font-family: Arial, Helvetica, sans-serif;
}
   
#maincontainer {
	text-align: left;
	width: 924px;
	margin: 0px auto;
	padding: 0px;
	height:auto;
	background-color: white;
	background-image : url(images/line.gif);
	background-repeat : repeat;
}

#header {
	margin: 0px;
	padding: 0px;
	width: 924px;
	display: block;
}
#header_top {
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 924px;
	background : transparent url(images/head_top.jpg) repeat-x;
	display: block;
}
#header_main {
	height: 144px;
	width: 924px;
	margin: 0px;
	padding: 0px;
	background-image : url(images/header.jpg);
	background-repeat : no-repeat;
	display: block;
}
#header_bottom {
	height: 29px;
	width: 924px;
	margin: 0px;
	padding: 0px;
	background : #6E94B3 url(images/header_bottom.jpg) no-repeat left;
	border-bottom : 1px solid #BDBCBA;
	border-top : 1px solid #BDBCBA;		
}

#header_flagge {
	position:relative;
	top:-226px;
	height: 180px;
	width: 284px;
	margin: 0px;
	padding: 0px;
	background : url(images/flagge.jpg) no-repeat;
}

#header_shaddow {
	margin: 0px;
	padding: 0px;
	height: 28px;
	width: 924px;
	background : transparent url(images/header_shad.gif) repeat-x;
}

#footer_main {
clear: both;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 924px;
	background : #6E94B3;
	border-bottom : 1px solid #BDBCBA;
	display: block;
	overflow:auto;
}
#footer_shaddow {
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 924px;
	display: block;
	background-image : url(images/footer_shaddow.gif);
	background-repeat : repeat-x;
}

h1
{
font-size:11pt;
margin:0px;
padding:0px;
color:#5A7890;
font-weight:normal;
}

h2
{
font-size:11pt;
margin:0px;
padding:0px;
color:#5A7890;
font-weight:normal;
}

a {
color:black;

}

.form {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	width: 350px;
}
.form2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}


/* Partner/Anbieter */
.tblbg1 {
	font-size:9pt;
	background-color : #7092AE;
	font-weight : bold;
	table-layout : fixed;
	color : #FFF;
	padding:5px;
	height:20px;
	margin-top:2px
}

.tblbg1 a {
	font-size:9pt;
	color : #FFF;
} 
.tblbg2 {
	font-size:9pt;
	background-color : #D9DDE1;
	padding-top:5px;
	padding-bottom:0px;
}
.tblbg3 {
	font-size:9pt;
	background-color: #F7F7F7;
	padding-top:5px;
	padding-bottom:0px;
}

.navform {
	font-size: 8pt;
	width:165px;
	font-weight: normal;
	color: #000000;
	margin-bottom:0px;
}

.navformselect {
	font-size: 8pt;
	width:170px;
	font-weight: normal;
	color: #000000;
	margin-bottom:0px;
}

a.go {
	font-weight : bold;
	font-size:8pt;
	color : #003366;
	padding:1px;
	margin-left:135px;
	text-decoration:none;
	margin-bottom : 5px;
}
a.go:hover {
color : gray;
}

a.ohne {
font-size:9pt;
color : white;
text-decoration: none;
}

#img_tipp {
position:relative;
margin-left:5px; 
margin-bottom:5px;
}

a.klein {
font-size:9pt;
}

.formbg {
	font-size:9pt;
	background-color : #D9DDE1;
	padding:5px;
	margin:-3px;
	margin-top:10px;
}
.search {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px; 
	margin-bottom: 2px;
	margin-left: 15px;
	width: 130px;
	height: 13px;
	padding:0px 0px 0px 0px;
	border:1px solid white;
	text-align:center;
}

.blaettern {
       display : block;
       list-style : none;
       margin : 0;
       padding : 0;
       background-color: #6E94B3;
       margin: 0px 5px 6px 5px;
	      padding: 5px;
       height: 23px;
   }
.blaettern li {
       float : left;
       margin : 1px;
       padding : 1px;
       font-size: .9em;
   }
   
.hidden {
display: none;
}



