body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image:  url(bilder/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF8C19;
	text-decoration: none;
}
a:active {
	color: #000000;
}
.suchfeld
{
border: 1px solid #FF8C19;
}
.submitfeld
{
border: 1px solid #FF8C19;
background-color: #FFFFFF;
}

/* Main */
div#main
{
width: 653px;
text-align:left;
margin:0px auto;
}

/* Abstand */
div.oben_abstand
{
width: 653px;
height: 30px;
}

div.unten_abstand
{
width: 653px;
height: 30px;
}

div.header_content_abstand
{
width: 653px;
height: 15px;
}

/* Header */
div#header
{
width:653px;
height:45px;
}

/* Unten */
div#navi
{
text-align:right;
}

div#hits
{
padding-top:30px;
font-size:9px;
color:#666666;
}


/* Titel */
h1
{
font-size: 14px;
line-height: 14px;
margin:0;
}

#headline {  
 font-size:30px;
} 

/* Register */
/************/

/*registercard*/ 
 #tabmenu { 
 margin: 10px 0px 0px 0px; 
 padding: 0px; 
 z-index: 1; 
 padding-left: 15px } 
   
/*list*/ 
 #tabmenu li { 
 display: inline; 
 overflow: hidden; 
 list-style-type: none; } 
   
/*Linklabel*/ 
 #tabmenu a, a.active { 
 border: 1px solid #CCCCCC;
 padding: 2px 5px 0px 5px; 
 margin: 0px; 
 text-decoration: none; } 
   
/* selected Tab */ 
 #tabmenu a.active { 
 color: #fff; 
 background: #FF8C19;
 border-bottom: 1px solid #CCCCCC; } 
   
/* Mausover */ 
 #tabmenu a:hover { 
 color: #fff; 
 background: #FF8C19;} 


/* Register */
/************/

/*registercard*/
 #tabmenuBottom {
 margin: 0px 0px 10px 0px;
 padding: 0px;
 z-index: 1;
 padding-right: 15px;
 text-align:right; }

/*list*/
 #tabmenuBottom li {
 display: inline;
 overflow: hidden;
 list-style-type: none; }

/*Linklabel*/
 #tabmenuBottom a, a.active {
 border: 1px solid #CCCCCC;
 padding: 0px 5px 2px 5px;
 margin: 0px;
 text-decoration: none; }

/* selected Tab */
 #tabmenuBottom a.active {
 background: #FF8C19;
 border-bottom: 1px solid #CCCCCC; }

/* Mausover */
 #tabmenuBottom a:hover {
 color: #fff;
 background: #FF8C19; }


