@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(hintergrund_verlauf.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: #FFFFFF;
	font-size:100.01%;
}
html, body, td, th, div, p {
	font-family: Tahoma, Verdana, Century Gothic, Arial;
	font-size: 11px;
	color: #333333;
}

h1, h2, h3, h4, h5 {	
	padding:0;
	margin:0;
}
h1{
	font-size:1.2em;
	background-color: #B9D0A4;
	padding: 0.4em;
	color:#618242
}
h2 {
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;	
}
h2 span {
	display:block;
}
/*hr { display:none; } */

hr{
	clear:both;
	color:#ddd; 
	background: #ddd; 
	height: 0; 
	border: 1px solid #678B47; 
	border: 1px solid #B9D0A4; 
	border-style: none none solid none;
}

a {
	color:#666666;
	font-weight:normal;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#footer{ 
	/*background-color: blue;*/
	text-align: center; 
	position: relative; 
	bottom: 0px;
	left: 0px;
	width: 980px; 
	border-top:2px solid #EBF1E2;
	margin-top:10px;
}
#footer *{
	font-size: 1em;
	margin:0;
	padding:0;
}

#footer div.left{
	padding:10px;
	float:left;
} 
#footer div.right{
	padding:10px;
	float:right;
} 


#main {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	height:100%;
	min-height:100%;
}

#header {
	height: 340px;
	width: 980px;
	overflow: hidden;
}

#header_left {
	width: 208px;
	float:left;
	height: 340px;
	background-image: url(logo_bg.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

#topmenue{
	height:20px;
	color:#678B47;
}	
#topmenue a{
	color:#678B47;
}

#logo{
	height:115px;
}

#header_right {
	width: 757px;
	float:right;
}

#flash_container{
	height:308px;
}

#menu {
	height: 32px;
	padding:0;
	margin:0;
	background-color:#678B47;
	vertical-align:middle;
}


.trenner{
	height:15px;
	padding:0;
	margin:0;
	/*background-color:#FFFF00;*/
}


.elementTrenner{
	height:20px;
	padding:0;
	margin:0;
	/*background-color:#FFFF00;*/
}


#content {
	height: 100%;
	width: 980px;
	/*overflow: hidden;*/
}

#content_left {
	width: 208px;
	float:left;
	height: 100%;
}
#content_right {
	width: 757px;
	float:right;
}

#inhalt ul, #inhalt ol {
	margin:5px;
	padding:0;
	margin-left:25px;
	font-size: 1.2em;

}
#inhalt{
	padding-top:10px;
	font-size: 1em;

}

#innerContentContent {
	float: left;
	width: 665px;
	border-right: 1px solid #B9D0A4;
	padding-right:5px;
	min-height:290px
}
#innerContentRight {
	float: right;
	width: 85px;
}


.bodytext{
	font-size: 1.2em;
	padding-top:0;
	margin:0;
}


.submenu {
    background-color: #A3B0C1;
	width: 180px;
	height:auto;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top:10px;
}

.submenu ul {
	margin:0px;
	padding:0px;
	margin-left:0px;
}

#contentRightBoxContent ul{
	margin:0px;
	padding:0px;
	margin-left:30px;
}

.submenu ul li {
	padding:0px;
	margin:0px;
	list-style-position: outside;
	list-style-image: none;
	list-style-image: none;
	list-style-type: none;
	/*white-space:nowrap;*/
	/*height:22px;*/
	display:inline;
}
.submenu ul li a {
	display:block;
	padding:0px;
	margin:0px;
	display:block;
	height:30px;
	padding-top:15px;
	background-repeat: no-repeat;
	/*margin-left:1px;*/
	padding-left:22px;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	border-bottom: solid 2px #ffffff;
}
.submenu ul li a:hover {
	text-decoration: underline;
}

.submenu ul li.active a {
	background-image: url(/fileadmin/templates/nav_X.gif);
	background-position: 2px 9px;
}


#gem_menue{
	height:280px;
	background-color:#EBF1E2;
	padding:1em;
	padding-top:0.7em;
	padding-bottom:0.7em;
}
#gem_menue *{
	margin:0;
	padding:0;
	display:block;
}
#gem_menue ul{
	list-style-type:none;
}
#gem_menue ul li{
	padding:2px;
	padding-top:0;
	padding-bottom:0;
	//height:1px;
	min-height:18px;
	background-position: 8px 50%;
	background-image: url(/fileadmin/templates/menu_arrow_n.gif);
	background-repeat: no-repeat;
}
#gem_menue ul li.active {
	background-position: 8px 50%;
	background-image: url(/fileadmin/templates/menu_arrow_a.gif);
	background-repeat: no-repeat;
	background-color:#678B47;
}
#gem_menue ul li.active a {
	color:white;
}

#gem_menue ul li a.bildlink{
	width:13px;
	float:right;
	margin-right:10px;
}
#gem_menue ul li a.bildlink img{
	padding-top:1px;
}
#gem_menue ul li dl{
	float:left;
	width:120px;
	margin-left:20px;
}
#gem_menue ul li dl dt{
	font-weight:bold;
	padding-top:3px;
}
#gem_menue ul li dl dt a{
	display:block;
}

#gem_menue ul li dl dd{
	padding-top:3px;
}


#submenu{
	/*height:280px;*/
	background-color:#EBF1E2;
	padding:1em;
}
#submenu *{
	margin:0;
	padding:0;
	display:block;
}
#submenu ul, #contentNavi ul{
	list-style-type:none;
}
#submenu ul li{
	min-height:15px;
	background-image: url(/fileadmin/templates/menu_arrow_n.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
#submenu ul li.active a, #submenu ul li a:hover {
	background-image: url(/fileadmin/templates/menu_arrow_o.gif);
	background-repeat: no-repeat;
	background-position: 0 1px ;
	background-color:#678B47;
	color:white;
	text-decoration:none;
}
#submenu ul li a{
	display:block;
	padding-left:23px;
	padding-top:4px;
	padding-bottom:4px;
}

#contentNavi ul{
	margin:0;
	padding:0;
}
#contentNavi ul li{
	float:left;
	background-image: url(/fileadmin/templates/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left:8px;
	margin-right:5px;
}
#rss_navi ul li{
	background-image: url();
	padding-left:8px;
	margin-right:0;
}

.clearer{
	clear:both;
	visibility:hidden;
	font-size:0;
	line-height:0;
	height:0;
}

#submenu, #searchbox{
	/*height:280px;*/
	background-color:#EBF1E2;
	padding:1em;
}

#searchbox p{
	width:174px;
	margin:0;
	padding:0;
	margin-bottom:8px;
}

#searchbox form{
	margin:0;
	padding:0;
}

.csc-sitemap ul{ 
	list-style-type:none;
}
.csc-sitemap ul li{ 
	background-image: url(/fileadmin/templates/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 3px;
}

.csc-sitemap ul li ul li{ 
	background-position: 10px 7px;
}

.csc-sitemap ul li a{ 
	padding-left:23px;
	font-size:12px;
}

#xlab_events h2{
	color:#678B47;
	padding:0;
	padding-top:0.4em;
	padding-bottom:0.2em;
	margin:0;
	font-size:1.2em;
	font-weight:bold;
}

#xlab_events h3{
	padding:0;
	margin:0;
}

#xlab_events .first{
	padding:0;
	padding-right:15px;
	padding-bottom:15px;
}

#xlab_events .last{
	padding:0;
	padding-left:15px;
	padding-bottom:15px;
}

.xlab_events_content{
	font-size:1.2em;
}


#xlab_events h3 a{
	color:#666666;
	font-size:1.0em;
	margin-top:0.5em;
	font-weight:bold;
}

#xlab_events .more {
	margin-left:10px;
	font-weight:bold;
	font-size:9px;
	clear:right;
	padding-left:10px;
	background-image: url(/fileadmin/templates/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	white-space : nowrap; 
}



#xlab_events .xlab_events_city{
	float:left;
}

#xlab_events .xlab_events_dates{
	float:right;
}
#xlab_events .xlab_events_content{
	clear:both;
}

#xlab_company_db #resultTable *, #xlab_company_db #searchTable *{
	font-size:1.05em;
}
#xlab_company_db table th{
	background-color:#B9D0A4;
}
#xlab_company_db table th a{
	font-weight:bold;
}

.xlab_company_db_resulttext{
	font-size:1em;
	margin-bottom:5px;
}

.xlab_company_db_navigation{
}

#xlab_events_tab_news td{
	/*border-bottom:solid #678B47 1px;*/
}

#xlab_company_db_single h2{
	font-size: 1.3em;
	color:#678B47;
	margin-bottom:10px;
	margin-left:5px;
}
#xlab_events_single_left div{
	margin-left:5px;
}
#xlab_company_db_single_left{
	float: left;
	width: 450px;
}
#xlab_events_single_left{
	float: left;
	width: 550px;
}
#xlab_company_db_single_right{
	float: left;
}
#xlab_events_single_right{
	float: right;
}

.xlab_events_single_description{
	margin-top: 20px;
	margin-bottom: 20px;
}

#xlab_company_db_single_back, #xlab_events_single_back{
	clear: both;
	width: 500px;
	margin-top:30px;
	margin-left:5px;
}

#xlab_company_db_single_left ul, #xlab_events_single_left ul{ 
	list-style-type:none;
	margin:0px;
	padding:0px;
	clear:left;
	margin-left:5px;
	font-size:1.05em;
}
#xlab_company_db_single_left ul li, #xlab_events_single_left ul li{ 
	line-height:1.6em;
}
#xlab_company_db_single_left li.title, #xlab_events_single_left li.title{ 
	float:left;
	margin:0px;
	padding:0px;
	width:120px;
	/*font-weight:bold;*/
}

#xlab_company_db_single_left li.value, #xlab_events_single_left li.value{ 
	float:left;
	margin:0px;
	padding:0px;
}
#xlab_company_db_single_left li.value p, #xlab_events_single_left li.value p{ 
	font-size:1em;
}

#xlab_company_db form{
	margin:0;
	padding:0;
}

.contentWrapperAfterUL{
	margin-left:25px;
}

.contentWrapperAfterFloat{
	clear:both;
	margin-top:25px;
}

.csc-textpic-caption{
	font-style: italic;
}

p.toplink{
	text-align:right;
	clear:both;
	margin-top:5px;
}
span.toplink a{
	padding-left:15px;
	background-image: url(/fileadmin/templates/up_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;

}

.align-justify{
	text-align:justify;
	font-size: 1.2em;
}
.align-center{
	text-align:center;
	font-size: 1.2em;
}

.tx-thmailformplus-pi1 form{
	padding:0;
	margin:0;
}

.tx-thmailformplus-pi1 td{
	font-size: 1.2em;
}

.csc-textpic-imagerow{
	margin-bottom:10px;
}

.eventWeekend{
	background-color: #EBF1E2;
	padding-right:5px;
}

.eventNoWeekend{
	background-color: #FFFFFF;
	padding-right:5px;
}

