@charset "utf-8";
/* CSS Document */

*{
outline:none;
}

body {
	background-color: #e59755;
	background-image:url(../bilder/bg.jpg);	
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	padding:0;
	margin:0;
	min-height: 100%;
	height: 100%;
	line-height:18px;
}

a {
color:#336699;
text-decoration:none;
}

/**************************** Grundgerüst ********************************************/

#markierung{
position:absolute;
z-index:1;
}
#width{
width:99%;
}

#regenbogen{
position:absolute;
width:100%;
z-index:20;
text-align:right;
}

#wrapper {
	width: 832px;
	background:url(../bilder/header.png) no-repeat;
	margin: 50px 0 0 12% !important;
	position:absolute;
	z-index:50;
}


#top{
	padding:30px 0 0 59px;
}

#global{
float:right;
padding:30px 50px 0 0;
}

#container{
	clear:left;
	min-height:600px;
	background-color:#FFFFFF;
	background:url(../bilder/bg_inhalt.png);
	background-repeat:repeat-y;
	padding:0 0 0 40px;
	overflow:hidden;
	/*IE6 Workaround */
	height:auto !important;
	height:600px;
	/*Ende Workaround */
}

* html #container {
	overflow: visible;
}

/***************** Ende Grundgerüst ************************************************/


#top img{
float:left;
border:none;
}

#global a{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
color:#666666;
margin:0 0 0 17px;
font-size:12px;
}

#global a:hover, #global span{
border-bottom:#999999 2px solid;
}

#container a:hover{
text-decoration:underline;
}

#left{
	padding:0 0 0 20px;
	background:#FFFFFF;
	margin-top:30px;
	width:480px;
	float:left;
}

#left h1{
	font-family:Georgia, Times, serif;
	font-size:18px;
	color:#3e933c;
	display:block;
	height:25px;
	background: url(../bilder/dot.gif) repeat-x 0 24px;
	margin-top:0px;
	padding-bottom:15px;
}

#left h2{
	color:#3e933c;
	font-size:14px;
}


#left ul{
list-style-type:circle;
margin:5px 0 10px 0;
}

#left table{
width:98%;
border: none;
}

#left table th{
text-align:left;
color:#3e933c;
}

#left table .platzierung{
font-weight:bold;
text-align:center;
}

#left table .gewonnen{
color:#3e933c;
}

#left table .verloren{
color:#CC0000;
}

#left table .spalte1{
width:21%;
}

#left .gototop {
	display:block;
	width:480px;
	float:none;
	height:30px;
	background:url(../bilder/dot.gif) repeat-x;
	text-align:right;
	padding-bottom:20px;
}

.ergebnisse{
font-size:12px;
margin-top:20px;
border:#CCCCCC solid 1px;
}

.galerie{
margin-right:20px;
margin-bottom:15px;
border:#CCCCCC 2px solid;
padding:2px;
}

.galerielast{
margin-bottom:15px;
border:#CCCCCC 2px solid;
padding:2px;
}


ul#sitemap{
margin:0 0 0 15px;
padding:0;
list-style-type:none;
}

ul#sitemap li{
padding-bottom:15px;
}

ul#sitemap li a{
padding-left:15px;
background:url(../bilder/li.gif) 0px -7px no-repeat;
}

ul#sitemap ul{
margin:15px 0 0 18px;
padding:0;
list-style-type:none;
}

#right{
	margin:30px 0 0 38px;
	width:205px;
	float:left;
	font-size:12px;	
	background:#FFFFFF;
}

#right a img{
border:#CCCCCC 2px solid;
padding:2px;
}

#right a:hover img{
border:#CCCCCC 1px solid;
padding:3px;
}


#right h1{
	font-family:Georgia, Times, serif;
	font-size:14px;
	color:#3e933c;
	display:block;
	height:25px;
	background: url(../bilder/dot.gif) repeat-x 0 24px;
	margin-top:0px;
	padding-bottom:10px;
}

#right h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	margin:0;
	padding:0;
	font-weight:bold;
}

#uebersicht{
margin:0 0 30px 0;
}


#uebersicht ul{
margin:0 0 0 20px;
padding:0 0 20px 0;
list-style-type:none;
}

#uebersicht ul li a{
padding-left:15px;
background:url(../bilder/li.gif) 0px -7px no-repeat;
}


#termine{
margin:0 0 30px 0;
padding-bottom:20px;
}

#termine table{
width:200px;
border: none;
}

#termine table .datum{
width:27px;
}

#termine table .monat{
width:173px;
}


#werbung img{
	margin:0 0 20px 8px;
}


#adresse{
	text-align:center;
}

#adresse h4 {
	color:#3e933c;
	font-weight:normal;
	margin:10px 0 10px 0;
}

#adresse p{
	margin:0 0 10px 0;
}

.dotbottom{
background:url(../bilder/dot.gif) repeat-x bottom;
}

/* ****************** Menu ****************************/
#topnavi {
	width:750px;
	height: 42px;
	float: left;
	background:url(../bilder/bg_navi.gif) repeat 0 0 !important;	
}
#topnavi ul {
	margin-left:-39px;
	margin-top:0;
}

#topnavi li {
	font-family:Georgia, Times, serif;	
	font-size:16px;
	list-style-type:none;
	float: left;
	margin:0 1px 0 0;
	padding:10px 10px 0 18px;
	color:#999999;
}

#topnavi .link a:link, #topnavi .link a:visited{
	font-weight: bold;
	display:block;
	color: #7B7B7B;
	text-decoration: none;
}

#topnavi .link a:hover, #topnavi .link a span{	
	border-bottom:#666666 2px solid;
}


/* Container für das Suchfeld ***********************/

#suche{
margin:10px 10px 0 0;
}

#suche input{
background:white;
border:#666666 solid 1px;
}

/*
#suche input:focus{
   background-color: #DEEAF2;
}

#suche input:active{
   background-color: #DEEAF2;
}*/

#suche form, fieldset{
border:0 none;
padding:0;
margin:0;
}

form#suche legend{
display:none !important;
}

#suche .buttonsearch{
color:#666666;
}

#suche .buttonsearch:focus{
   background:#666666;
   color:#FFFFFF;
}

#suche .buttonsearch:hover{
	background:#666666;
   color:#FFFFFF;
}


#suche .buttonsearch:active{
	background:#666666;
	color:#FFFFFF;
}

/*************** footer **************/
#footer{
padding-top:30px;
margin-left:20px;
text-align:right;
width:720px;
clear:left;
display:block;
font-size:12px;
background: url(../bilder/dot.gif) repeat-x 0 24px;
}

#footer a{
color:#666666;
padding:0 0 0 20px;
}

/*************** Zoom Search **************/

.highlight { background: #FFFF40; }
		.searchheading { font-weight: bold; 
	color:#3e933c; font-size:16px;}
		.summary { font-size: 80%; font-style: italic; }
		.suggestion { font-size: 100%; }
		.results { font-size: 100%; }
		.category { color: #999999; }
		.sorting { text-align: right; }

		.result_title { font-size: 100%; }		
		.description { font-size: 100%; color: #008000; }
		.context { font-size: 100%; }
		.infoline { font-size: 80%; font-style: normal; color: #808080;}

		.zoom_searchform { font-size: 100%; }
		.zoom_results_per_page { font-size: 80%; }
		.zoom_match { font-size: 80%;}				
		.zoom_categories { font-size: 80%; }
		.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
		.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }
		
		input.zoom_button {
		background:white;
border:#666666 solid 1px;
   }
		input.zoom_searchbox {
		background:white;
		border:#666666 solid 1px;  }		
		
		.zoom_button:focus{
   background:#666666;
   color:#FFFFFF;

}

.zoom_button:hover{
	background:#666666;
   color:#FFFFFF;

}


.zoom_button:active{
		background:#666666;
   color:#FFFFFF;
}


		
		.result_image { float: left; display: block; }
		.result_image img { margin: 10px; width: 80px; border: 0px; }

		.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
		.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }
		
		.result_pages { font-size: 100%; }
		.result_pagescount { font-size: 100%; }
		
		.searchtime { font-size: 80%; }
		
		.recommended 
		{ 
			background: #DFFFBF; 
			border-top: 1px dotted #808080; 
			border-bottom: 1px dotted #808080; 
			margin-top: 15px; 
			margin-bottom: 15px; 
		}
		.recommended_heading { float: right; font-weight: bold; }
		.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }		
		.recommend_title { font-size: 100%; }
		.recommend_description { font-size: 100%; color: #008000; }
		.recommend_infoline { font-size: 80%; font-style: normal; color: #808080;}