/* Volltextsuche CSS Document */

*{
	margin:0px;
	padding:0px;
}

body{
	height:100%;
	font-family:arial, sans-serif;
	font-size:12px;
	background-color:#EFEFEF;
	color:#000;
	line-height:18px;
	background:url(/files/main_bg.gif) 0 0 repeat-y;
}

a{
	text-decoration:underline;
	color:#2F8582;
}

img{
	border:0px solid white;
}

ul{
	list-style-type:none;
}

.flLeft { 
	float: left;
	margin: 0 20px 0 0;
}

.flRight { 
	float: right;
	margin: 0 0 0 20px;
}

.clearer { 
	display: block;
	clear: both;
	line-height: 0em;
	height: 1px;
	font-size: 0;
	visibility: hidden;
}

.clear { 
	clear: both;
}

.hidden{
	display:none;
}




/*************** LAYOUT ********************/
#head{
	position:relative;
	background:url(/files/head_bg.gif) no-repeat;
	height:280px;
}

#head ul {
	display:none;
}

#head ul{
	position:absolute;
	top:98px;
	left:755px;
	display:
}

#head ul li{
	float:left;
	margin-right:10px;
}

#head ul li a{
	text-decoration:none;
}

#headimage{
	position:absolute;
	top:123px;
	left:235px;
}

#site{
	background:url(/files/main_bg.gif) 0 0 repeat-y;
	width:950px;
}

#contentwrapper{
	float:left;
	width:745px;
}

#naviwrapper{
	float:left;
	width:245px;
}

#navi {
	background:url(/files/leftnavi_bogen.gif) 0 100% #fff no-repeat;
	padding-bottom:193px;
}

#content{
	float:left;
	width:490px;
	margin-bottom:20px;
}

#contentspacer{
	margin:0px 20px 0px 20px;
}

#rightwrapper{
	float:left;
	width:160px;
}

#right{
	background:url(/files/content_bg.gif) -500px 0px;
	padding-left:10px;
	padding-bottom:5px;
}




/*************** NAVI ********************/

#navi ul.nav1st li.first,#navi ul.nav1st li.firstactive,#navi ul.nav1st li.second,#navi ul.nav1st li.secondactive,#navi ul.nav1st li.third,#navi ul.nav1st li.thirdactive{	border-bottom:2px solid #fff;	padding:4px 0px 3px 40px;	background-image:url(/files/mainnavi_passive.gif);	background-repeat:repeat-y;}#navi ul.nav1st li.firstactive{	background-image:url(/files/mainnavi_active.gif);}#navi ul.nav1st li.first a,#navi ul.nav1st li.firstactive a,#navi ul.nav1st li.second a,#navi ul.nav1st li.secondactive a,#navi ul.nav1st li.third a,#navi ul.nav1st li.thirdactive a{	display:block;	color:#fff;	width:170px;	text-decoration:none;	font-weight:bold;}#navi ul.nav1st li.second{	background-image:url(/files/subnavi_passive.gif);	padding:4px 0px 3px 60px;}#navi ul.nav1st li.secondactive{	background-image:url(/files/subnavi_active.gif);	padding:4px 0px 3px 60px;}#navi ul.nav1st li.second a,#navi ul.nav1st li.secondactive a{	width:150px;}#navi ul.nav1st li.third{	background-image:url(/files/ternavi_passive.gif);	padding:4px 0px 3px 80px;}#navi ul.nav1st li.thirdactive{	background-image:url(/files/ternavi_active.gif);	padding:4px 0px 3px 80px;}#navi ul.nav1st li.third a,#navi ul.nav1st li.thirdactive a{	width:130px;	color:#2F8582;}




/*************** CONTENT ********************/

#content h1,
#content h2,
#content h3,
#content h4{
	display:block;
	font-size:16px;
	font-weight:bold;
	color:#2F8582;
	margin-bottom:10px;
}

#content h1.nomargin,
#content h2.nomargin,
#content h3.nomargin,
#content h4.nomargin{
	margin-bottom:0px;
}

#content h2{
	font-size:14px;
}

#content h3{
	font-size:12px;
}

#content h4{
	font-size:10px;
}









#content div.cnt-blck {
	margin-bottom:15px;
}

#right p,
#content p{
	margin-bottom:10px;
}

#content ul{
	list-style-type:square;
	margin-left:15px;
	margin-bottom:15px;

}

#contentspacer #backtop{
	clear:both;
	float:left;
	margin-top:20px;
}

#contentspacer #backtop a{
	padding-left:30px;
	background:url(/files/top.gif) 0 0 no-repeat;
	color:#fff;
	font-size:25px;
}


/*************** RIGHT ********************/

#right h1{
	line-height:18px;
	margin:0px 10px 0px 20px;
	display:block;
	font-size:13px;
	font-weight:bold;
	color:#81B815;
}

#right p strong {
	color:#666;
}

#right ul.bluebox {
	margin-bottom:10px;
}


/*************** LEFT - Unterhalb der Navi ********************/

#naviwrapper div.textimage {
	padding-left:20px;
	color:#666;
}



/*************** ALLGEMEIN ********************/

div.trenner {
	border-bottom:1px solid #2F8582;
	margin-bottom:20px;
}

div.einfacherumbruch {
	margin-bottom:14px;
}

div.doppelterumbruch {
	margin-bottom:28px;
}

.bluebox {
	padding:10px;
	background-color:#D4EFEF;
	margin-bottom:2px;
}




/*************** FORMULAR ********************/

#formwrapper{
	width:455px;
}
#form-module{
	display:block;
	padding:3px;
	background:url(/files/mm_bg.gif);
	margin-bottom:11px;
}
#form-module fieldset{
	display:block;
	background-color:#FEFEFE;
	border:1px solid #FEFEFE;
}
#form-module legend{
	display:none;
}
#form-module .element{
	clear:both;
	display:block;
	width:415px;
}
#form-module .element label{
	display:block;
	float:left;
	width:140px;
	font-weight:bold;
}
#form-module .element label.checkbox{
	display:block;
	width:385px;
	font-weight:normal;
	padding-top:2px;
}
#form-module .element p.checkboxtext{
	float:left;
	display:block;
	padding-left:4px;
}
#form-module .element p.headline{
	clear:both;
	font-weight:bold;
	color:#00A3A2;
	padding:10px 0px 10px 0px;
}
#form-module .element p.black{
	padding-bottom:15px;
	color:#434C53;
}
#form-module .element .spacer{
	display:block;
	background:url(/files/table_bg.gif) 1px 4px no-repeat #FEFEFE;
	height:26px;
}
#form-module .element input{
	float:left;
	width:246px;
	border:1px solid #C3C3C3;
	border-top:1px solid #9A9A9A;
	background-color:#F5F6F0;
	margin-bottom:10px;
}
#form-module .element input.submit{
	width:auto;
	float:left;
	margin-bottom:0px;
	margin-left:140px;
}

#form-module .element input.checkbox{
	float:left;
	width:18px;
	background-color:#FEFEFE;
	border:0px solid white;
}

#form-module .element select{
	float:left;
	width:248px;
	border:1px solid #C3C3C3;
	border-top:1px solid #9A9A9A;
	background-color:#F5F6F0;
	margin-bottom:10px;
}
#form-module .element select.bday{
	margin-right:10px;
	width:50px;
}
#form-module .element select.bmonth{
	margin-right:10px;
	width:50px;
}
#form-module .element select.byear{
	width:125px;
}

#form-module .element textarea{
	float:left;
	border:1px solid #C3C3C3;
	border-top:1px solid #9A9A9A;
	background-color:#F5F6F0;
	width:246px;
	margin-bottom:10px;
}


/*************** DOWNLOAD ********************/

.download-file {
	margin-bottom:10px;
}

.download-file table {
}

.download-file table tr td.dltd1 {
	width:50px;
	text-align:left;
	color:#2F8582;
}

.download-file table tr td.dltd2 {
	color:#2F8582;
}

.download-file table tr td.dltd3 {
	width:50px;
	text-align:right;
	color:#2F8582;
}








/* old */

#content xxx h1.title{
	color:#000;
	font-size:28px;
	line-height:32px;
	background-color:#81B815;
	display:inline;
	padding-left:3px;
	padding-right:3px;
}




