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

body{
	margin-top: 13px; 
	font-size: small; 
	color:#000;
	background: #fff url(../images/back.gif) repeat-x; 
	/*background-attachment:fixed;*/
	font-family: Geneva, “Lucida Sans”, “Lucida Grande”, “Lucida Sans Unicode”, Verdana, sans-serif - p;	
}

h1{
	border-top: #000 dotted 1px;
	font-size: 14px;
}

h2{
	border-bottom: #c0c0c0 dotted 1px;
	font-size: 13px;
	width:100%;
	margin-top: 20px;
}

h3 {
	font-weigth:bold;
	font-size:small;
}

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

table.ergebnisseTbl{
	border: 0px;
	width: 540px;
}

td.ergTblInner{
	/*width:130px;*/
}


a:hover{
	color: #a1a1a1;
}

a img{border:none;}

/*Layout*/
div.wrapper{
	width: 825px;
	min-height: 500px;
	margin: 0 auto;
}

div.logo{
	margin-bottom:8px;
	float: left;
}

div.header{
	width: 823px;
	height:170px;
	background: #fff url(../images/head_back.gif) repeat-x;
	border-right: #bfbebf  1px solid;
	border-left: #bfbebf  1px solid;
}

div.banner_top{
	width:822px; 
	height:133px;
}

div.content_left{
	float: left;
	padding: 5px;
	width: 550px;
	min-height: 450px;
	background-color:#FFFFFF;
	margin-top: 1px;
}
div.content_right{
	float: left;
	margin-left: 15px;
	padding: 5px;
	margin-top: 30px;
	width: 230px;
	background-color:#e05050;
}

div.footer{
	background:#fff;
	border-top:#000 1px solid;
}	


.menuewrap li{
	display: inline;
	list-style-type: none;
}


.menue{
	border-right: #000 1px solid;
	width: 125px;
	float: left;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
.menue2{
	width: 125px;
	float: left;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}

div.cont_wrap{
	background-color:#FFFFFF;
	width: 825px;
}

#suchfeld{
	position: relative;
	top: 50px;
	left: 50px;
}

/*Clearfix*/

  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  

<!--[if IE]>

  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
<![endif]-->




/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/navs/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.nav {width:100%; height:25px; position:relative; font-size:12px; z-index:100; margin: 10Px 0 0 0; top:10px;}

.nav ul li a, .nav ul li a:visited {
display:block; 
text-decoration:none;
color:#000; 
width:135px;
height:20px; 
text-align:center;  
border-right:1px solid #000;
border-bottom: 1px solid #ededed; 
line-height:20px; 
font-size:14px; 
overflow:visible;
}

.nav ul {padding:0; margin:0; list-style: none; font-weight: bold; width:100%;}
.nav ul li {float:left; position:relative; }
.nav ul li ul {display: none;font-weight: normal;}

/* specific to non IE browsers */
.nav ul li:hover a {color:#fff; background:#ce0100;}
.nav ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.nav ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.nav ul li:hover ul li:hover a.hide {background:#ce0100; color:#000;   }
.nav ul li:hover ul li ul {display: none;}
.nav ul li:hover ul li a {display:block; background: url(../images/navbg.png); color:#000;}
.nav ul li:hover ul li a:hover {background:#a9a9a9; color:#000;}
.nav ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.nav ul li:hover ul li:hover ul.left {left:-105px;}@charset "utf-8";


/* Ajax Search */
#ajaxSearch_form{
	margin-top: 0px;
	float:right;
	overflow:visible;
	}

#ajaxSearch_input{
	width: 115px;
	margin-right: 0;
	border: #FFFFFF;
	overflow:visible;
}

#ajaxSearch_submit{
	margin-left: 0px;
	width: 30px;
	background: url(../images/suche.gif) top left no-repeat;
	height: 15px;
	border: none;
	cursor:pointer;
}

.searchWrap{z-index: 2; border: 1px  #c7c7c7 solid ;margin-top: 20px; overflow:visible;};





