*{
	margin: 0 auto;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background:#738b03 url(../images/ya_background_poppy3.jpg) center top repeat-x;
	

}

.clearer{
	clear: both;
}

a img{
	border: 0px none;
}

a:link {
text-decoration: none;
color: #c4071b;
}

a:visited {
text-decoration: none;
color: #c4071b;
}

a:active {
text-decoration: none;
color:#c4071b;
}

a:hover {
text-decoration: underline; 
color: #4b4b4b;
}

a.tooltip {text-decoration:none;}
.tooltip span.info{display:none;}
.tooltip:hover span.info{display:block; position:absolute; width:200px; height:200px;}

.tool-tip {
padding-right: 8px; 
padding-left: 8px; 
padding-bottom: 8px; 
padding-top: 4px; 
background: #e0e0e0; 
font-size: 11px; 
font-style: normal; 
color:#192841; 
border: 0px #5c7293 solid;
width: 210px;
text-align:left;
}

.tool-title{
font-size: 11px; 
font-weight: bold;
color:#c4071b;
padding-bottom: 5px;
}




h1{
	font-size:2.1em;
	color: #192841;
	font-weight:bold;
	padding:20px 0 8px 0;
	text-transform: uppercase;
	text-align:left;
}

h2{
	font-size:1.8em;
	color: #192841;
	font-weight:bold;
	padding:0 0 14px 0;
	/* text-transform: uppercase; */
	text-align:left;
}

h3{
	font-size:1.3em;
	color: #192841;
	font-weight:bold;
	padding:0 0 8px 0;
	text-align:left;
}

h4{
	font-size:1.8em;
	color: #ffffff;
	font-weight:bold;
	padding:0 0 16px 0;
	text-transform: uppercase;
	text-align:left;
}

h6{ 
	font-size:0.8em;
	color: #ffffff;
	font-weight:normal;
	padding:0 0 16px 0;
	text-align:left;
}

input, textarea, select{
	border: 1px solid #192841;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #192841;
	padding: 1px 8px;
}

.searchbox-sword{
width: 185px; 
}


select{
	padding: 0;
}

select option{
	padding: 0px 10px 0px 8px;
}

#wrap{
	width:990px;
	min-width:990px;
	max-width:990px;
}

#header{
	background:url(../images/header_bg.gif) no-repeat;
	height:200px;
	min-height:200px;
	max-height:200px;
	width:990px;
	min-width:990px;
	max-width:990px;
	position:relative;
}

#headertop{
	height:130px;
	min-height:130px;
	max-height:130px;

}

#logo{
	float:left;
	padding-top:17px;
	padding-left: 23px;
}

#headermenu{
	float:left;
	padding:13px 0 0 0;
	color:#192841;
	font-size:1.2em;
	width: 600px;
}

#language{
	float:left;
	padding:0 32px 0 5px;
}

#search{
	float:left;
}

#headermenu ul{
	list-style:none;
	padding:4px 0 0 122px;
}

#headermenu ul li{
	float:left;
	padding:0 40px 0 0;
}

#headermenu ul li a{
	text-decoration:none;
	display: block;
	color:#192841;
}

#headermenu ul li.aktiv a{

}

#topmenu{
	position:absolute;
	bottom: 20px;
	left: 0;
}

#topmenu ul{
	list-style:none;
	padding:0px 0 0 176px;
}

#topmenu ul li{
	float:left;
	position: relative;
	padding:0 10px 10px 0;
	height:38px;
	min-height:38px;
	max-height:38px;
	width:151px;
	min-width:151px;
	max-width:151px;
	background:url(../images/reiterrot.png) no-repeat;
}

#topmenu ul li a{
	text-decoration:none;
	display: block;
	color:#FDFDFE;
	font-size:1.3em;
	font-weight:bold;
	padding:17px 0 0 0;
}

#topmenu ul li:hover{
	background:url(../images/reitergrau.png) no-repeat;
}

#topmenu ul li.aktiv{
	background:url(../images/reitergrau.png) no-repeat;
}


#topmenu ul li ul{
	position: absolute;
	left: -9999px;
	padding: 12px 0;
	width: 175px;
	max-width: 175px;
	min-width: 175px;
}

#topmenu ul li:hover ul{
	position: absolute;
	left: 0px;
	top: 44px;
	background:url(../images/sub_bg.png) no-repeat;

}

#topmenu ul li ul li{
	float: none;
	display: block;
	background: transparent;
	height: auto;
	min-height: 0px;
	max-height: 180px;
	width: auto;
	min-width: 0px;
	max-width: 180px;
	padding:0;
	text-align: left;
	font-weight: normal;
}

#topmenu ul li ul li.aktiv{
	background: url(../images/top_hover.png) no-repeat;
	font-weight: bold;


}

#topmenu ul li ul li a{
	padding: 3px 0 3px 16px;
	font-weight: normal;
}

#topmenu ul li ul li.aktiv a{
	font-weight: bold;
}
#topmenu ul li ul li:hover{
	background: url(../images/top_hover.png) no-repeat;
}


#topmenu ul li ul li:hover a{
	font-weight: bold;

}

/* 3. Menueebene */

#topmenu ul li ul li ul{
	position: absolute;
	display: none;
	padding: 12px 0;
	width: 175px;
	max-width: 175px;
	min-width: 175px;
	font-weight: normal;
}

#topmenu ul li ul li:hover ul{
	position: absolute;
	display: block;
	left: 174px;
	top: 0;
	background:url(../images/sub_bg.png) no-repeat;

}

#topmenu ul li ul li ul li{
	float: none;
	display: block;
	background: transparent;
	height: auto;
	min-height: 0px;
	max-height: 180px;
	width: auto;
	min-width: 0px;
	max-width: 180px;
	padding:0;
	text-align: left;
	font-weight: normal;
}

#topmenu ul li ul li:hover ul li a{
	font-weight: normal;
}


#topmenu ul li ul li ul li.aktiv{
	background: transparent;
	font-weight: bold;

}

#topmenu ul li ul li ul li a{
	padding: 3px 0 3px 17px;
	font-weight: normal;
}

#topmenu ul li ul li ul li.aktiv a{
	font-weight: bold;
}

#topmenu ul li ul li ul li:hover a{
	font-weight: bold;
}


/* Main */

#main{
	background:url(../images/main_bg.gif) no-repeat;
	min-height:800px;
	width:990px;
	min-width:990px;
	max-width:990px;
	padding: 0 0 30px 0;
}

#links{
	float:left;
	width: 180px;
	min-width: 180px;
	max-width: 180px;
	padding:49px 0 0 0;
}

#mitte{
	float:left;
	width: 551px;
	min-width: 551px;
	max-width: 551px;
	text-align:left;
	color:#192841;
	min-height: 400px;
	overflow: hidden;
}

#mitte p{
	font-size: 1.2em;
	line-height: 16px;
	padding:0 12px 13px 0;
}

#rechts{
	float:left;
	width: 259px;
	min-width: 259px;
	max-width: 259px;
	text-align: left;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img{

    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}


/* linkes Menue */

#leftmenu{
	text-align:left;
	padding:0 0 0 11px;
}

#leftmenu ul{
	list-style:none;
	/* font-size: 0.9em; */
	padding: 0px 0px 17px 0px;
}

#leftmenu ul li{
	padding:0px 0px 7px 0px;
}

#leftmenu ul li a{
	text-decoration:none;
	display: block;
	color:#192841;
	font-size:1.2em;
	padding: 0 0 0 13px;
}

#leftmenu ul li.aktiv a{
    text-decoration:none;
	display:block;
	/* color:#cc0000; */
	font-size:1.2em;
	font-weight: bold;
}

#leftmenu ul li#leftcurrent a{
	background:url(../images/gradient4.png) no-repeat;
}

#leftmenu ul li a:hover{
	background:url(../images/gradient4.png) no-repeat;
}

#leftmenu ul li a.hover{
    text-decoration:none;
	display:block;
	color:#c4071b;
	font-size:1.2em;
	background:url(../images/gradient4.png) no-repeat;
	/* font-weight: bold; */
}

#leftmenu ul li ul{
	padding: 5px 0 0px 10px;
	margin-bottom: -7px;
}

#leftmenu ul li.aktiv ul li a{
    text-decoration:none;
	display:block;
	font-size:1.2em;
	background: none;
	font-weight: normal;
	background: transparent;
}

#leftmenu ul li.aktiv ul li a:hover{
	background:url(../images/gradient4.png) no-repeat;
}

#leftmenu ul li.aktiv ul li.aktiv a{
    text-decoration:none;
	display:block;
	font-size:1.2em;
	background: none;
	font-weight: bold;
}

#leftmenu ul li.aktiv ul li#leftcurrent a:hover{
	background:url(../images/gradient4.png) no-repeat;
}

#leftmenu ul li.aktiv ul li.aktiv ul li a{
    text-decoration:none;
	display:block;
	font-size:1.2em;
	background: none;
	font-weight: normal;
	background: transparent;
}

#leftmenu ul li.aktiv ul li.aktiv ul li a:hover{
	background:url(../images/gradient4.png) no-repeat;
}

#leftmenu ul li.aktiv ul li.aktiv ul li.aktiv a{
    text-decoration:none;
	display:block;
	font-size:1.2em;
	color:#c4071b;
	background: none;
	font-weight: bold;
}

#leftmenu ul li.aktiv ul li.aktiv ul li#leftcurrent a:hover{
	background:url(../images/gradient4.png) no-repeat;
}

#leftmenu ul li#leftcurrent ul li a{
	background: transparent;
}

#leftmenu ul li.aktiv ul li#leftcurrent ul li a{
	background: transparent;
}

/* Hauptcontent */

.contentimage{
	padding:0 0 15px 0;
}

.contentimage img{
	display: block;

}

.content_einspaltig{
	padding:0 10px 17px 0;
	font-size:1.3em;
}

.content_zweispaltig{
	padding:0 10px 17px 0;
	font-size:1.2em;
}

.content_zweispaltig_links{
	float:left;
	width:264px;
	min-width:264px;
	max-width:264px;
	padding:0 6px 0 0;
	font-size: 9px;
}

.content_zweispaltig_rechts{
	float:left;
	width:264px;
	min-width:264px;
	max-width:264px;
	padding:0 0 0 6px;
	font-size: 9px;
}

#icons img{
	float:right;
}

/* rechte Contentspalte */

#news{
	background:url(../images/news_bg.png) no-repeat;
	width:247px;
	min-width:247px;
	max-width:247px;
	height:238px;
	min-height:238px;
	max-height:238px;
	padding:17px 0 0 12px;
	color: white;
	font-size: 1.1em;
	line-height: 15px;
}

#siegel{
	padding:0 0 20px 0;
}

#siegel img{
	float:left;
	padding:0 26px 0 0;
	float:left;
}

/* Footer */

#footer{
	background-color:#ffffff;
}

#footermenu ul{
	list-style:none;
	padding:7px 0 0px 10px;
}

#footermenu ul li{
	float:left;
	padding:0 30px 0 0;
}

#footermenu ul li a{
	text-decoration:none;
	display: block;
	color:#192841;
	font-size:1.3em;
	padding:0 0 13px 0;
}

#footermenu ul li.aktiv a{

}

#footerbottom{
	padding: 10px 0 0 0;
}


#tagcloud{
	float:left;
	width:468px;
	min-width:468px;
	max-width:468px;
}

#rss{
	float:left;
	padding:0 125px 0 10px;
}

#rss img{
	margin:0 15px 0 0;
}

#webicons{
	float:left;
}

#icons{
clear: both;
}

/*******************************************
* Styles für Extension "tx_indexedsearch"
********************************************/
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:90px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:10px; }
.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:10px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { color:#006699; margin-top:0px; margin-bottom:0px; background:transparent; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#cccccc; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color : #666666; }
.tx-indexedsearch-sw, .csc-sword, .tx-indexedsearch-redMarkup { font-family: Arial; font-style: normal; padding:0.1em 0.1em 0.1em 0.1em; background:#72a8d6; border: 1px #ccd solid; }



/*******************************************
* Styles fuer die Extension "powermail"
********************************************/

fieldset.tx-powermail-pi1_fieldset {
	border: 0px none;
	background: transparent;
}

fieldset.tx-powermail-pi1_fieldset div.even {
	background: transparent;
}

fieldset.tx-powermail-pi1_fieldset label {
	padding-right: 10px;
	font-weight: normal;
	font-size:1.2em; 
	text-align: right;
}

.powermail_check_inner{
	padding-bottom: 5px;
	border: none;
}

fieldset.tx-powermail-pi1_fieldset select.powermail_select{
	width: 278px;
	background-color: #f2f2f2;
}

fieldset.tx-powermail-pi1_fieldset input, fieldset.tx-powermail-pi1_fieldset select, fieldset.tx-powermail-pi1_fieldset textarea { 
	font-size:1.2em; 
	font-family:Arial,sans-serif; 
	font-weight:normal; 
	color: #192841;
	border:1px solid #ddd; 
	color: #42556e;
}
	
fieldset.tx-powermail-pi1_fieldset legend{ 
   font-size: 1.2em;
   font-family:Arial,sans-serif;
   font-weight:normal;
   color:#192841;
}

.tx-srfreecap-pi2-cant-read{
	font-size: 1em;
	font-family:Arial,sans-serif;
	font-weight:normal;
	color: #192841;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_submit{
    margin-top: 30px;
    margin-right: 20pt;
    margin-bottom: 0px;
    margin-left: 0px;
    font-weight: normal;
	background-color:#5E7596; 
	color:#fff; 
	/* width:151px; */
	border:none !important;
    font-weight: bold;	
}

fieldset.tx-powermail-pi1_fieldset input.powermail_reset{ 
    margin-top: 30px;
    margin-right: 20pt;
    margin-bottom: 0px;
    margin-left: 0px;
    font-weight: normal;
	background-color:#5E7596; 
	color:#fff; 
	/* width:151px; */
	border:none !important;
    font-weight: bold;
}

.tx-powermail_pi1_fieldwrap_html{
	font-size: 1.2em;
	font-family:Arial,sans-serif;
	font-weight:normal;
	color: #192841;
}

fieldset.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_submitgraphic input{
    border: none;
	margin-top: 6px;
	margin-bottom:0px;
	margin-left: 0px;
	margin-right: 0px;
	padding:0px;
}

.powermail_radio{ 
   border:0px solid #ddd !important;
   margin-top: 0px;   
}

/*******************************
Styles fuer andere Extensions
***************************/
.tx-srfreecap-pi2-image{
   margin-left: 0em;
   margin-top: 1em;
}

.tx-timtabsociable-pi1 img{
   margin: 0 15px 0 0;
}

.tx-rgsmoothgallery-pi1{
margin: 0;
}

.tx-wecmap-pi1{
margin: 0;
}

.tx-tipafriend-pi{
margin: 0;
}

/* .gmnoprint{
overflow: hidden;
}
*/ 

/**********************
Styles fuer Sitemap
***********************/

div.csc-sitemap ul{
padding: 0 0 0 18px;
list-style-type: none;
list-style-image:url(../images/blauespitze2.jpg) 
}

div.csc-sitemap li  { 
    margin: 0;
	font-size: 1.3em;
    font-family:Arial,sans-serif;
    font-weight:bold;
	list-style-type: none;
	list-style-image:url(../images/blauespitze2.jpg) 
}

div.csc-sitemap li li{ 
    margin: 0;
    font-size: 0.95em;
    font-family:Arial,sans-serif;
    font-weight:normal;
	list-style-type: none;
	list-style-image:url(../images/blauespitze2.jpg) 
}