body{
	padding: 0 0;
	height: 100%;
}

/* outer container, overwrite yui */

#doc2{
	width: 950px;
	position: relative;
}


/* container with branding, logo, menu, searchbox - - - - - - - - - - - - - */

#hd{
	width: 950px;
	height: 233px;
	overflow: hidden;
	position: relative;
	zoom: 1;
}
* html #hd{ width: 950px; }

#hd h1{
	margin: 0;
	padding: 0;
	width: 180px;
	height: 233px;
	overflow: hidden;
	/*text-indent: -9999px;*/
	position: absolute;
	left: 0;
	top: 0;
}

#hd h1 a{
	display: block;
	/*text-align: left;*/
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	height: 233px;
	line-height: 233px;
	/*width: 180px;*/
}

#hd h2, #hd blockquote, #mnu-skiplink, #bd .bd-table .bd-table-col-1 h2{
	position: absolute;
	top: -9999px;
}


/*  menu container: we use relative measure em as everything is positioned bottom and should scale up with font! */
#menucontainer{
	position: absolute;
	left: 185px;
	width: 765px;
	overflow: hidden;
	zoom: 1;
	bottom: 0px;
	height: 75px;
}

/*
	margin-bottom: -75px;
	bottom: 5.769em;	
	*bottom: 5.625em;	
	height: 5.769em;	
	*height: 5.625em;	
	margin-bottom: -5.769em;	
	*margin-bottom: -5.625em;	
*/

/* level 1 menu - - - - - - - - - - - - - */

#hd ul#mnu-level-1{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	width: 765px;
	overflow: hidden;
	height: 50px;
}

/*
	height: 3.846em;	
	*height: 3.750em;	

*/

#hd ul#mnu-level-1 li{
	float: left;
	display: inline;
	overflow: hidden;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#hd ul#mnu-level-1 li.mnu-first{
	margin-left: 30px;
}

#hd ul#mnu-level-1 li a{
	display: block;
	/*
	padding: 0px 20px 0px 0px;
	height: 50px;
	line-height: 50px;
	*/
	zoom: 1;
	height: 50px;
	line-height: 50px;
}

/*
	height: 3.846em;	
	*height: 3.750em;	
	padding-top: 1em;
	padding-right: 1em;	
*/

/* level 2 menu - - - - - - - - - - - - - - - */

#hd ul#mnu-level-2{
	float: left;
	display: inline;
	width: 765px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 25px;
}

/*
	height: 1.923em;	
	*height: 1.875em;	
*/

#hd ul#mnu-level-2 li{
	list-style-type: none;
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
    /*border-right: 1px solid #000;*/
	zoom: 1;
}

#hd ul#mnu-level-2 li.mnu-first{
	padding-left: 30px;
}

#hd ul#mnu-level-2 li.mnu-last{
	/*border-right: 0px none #000;*/
}

#hd ul#mnu-level-2 li a, #hd ul#mnu-level-2 li span.abstract{
	display: block;
	zoom: 1;
	/*padding-top: 0.20em;*/
	height: 25px;
	line-height: 25px;
}


/* breadcrumb menu - - - - - - - - - - - - - */

#mnu-breadcrumbtrail{
	clear: both;
	height: 60px;
	text-align: left;
	line-height: 1.8em;
	padding-left: 30px;
}

/* func menu - - - - - - - - - - - - - */

ul#mnu-func{
	overflow: hidden;
	list-style-type: none !important;
	margin: 0 !important;
	padding: 70px 0 20px 0 !important;
	width: 180px;
}

ul#mnu-func li{
	overflow: hidden;
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 15px 0 15px !important;
	text-align: right;
}

/* efa font sizer - - - - - - - - - - */
#efa-font-size{
	margin: 0;
	padding: 15px;
	text-align: right;
}


/* content */

#bd{
	clear: both;
}

#bd .bd-table{
	width: 950px;
	padding: 0;
	margin: 0;
	border-style: none;
}

#bd .bd-table td, #bd .bd-table tr, #bd .bd-table th {
	vertical-align: top;
	text-align: left;
	padding: 0;
	margin: 0;
	border-style: none;
}
#bd .bd-table .bd-table-col-1{
	text-align: left;
	width: 185px;
	border: 0px none white;
}
#bd .bd-table .bd-table-col-2{
	text-align: left;
	width: 580px;
	border: 0px none white;
}
#bd .bd-table .bd-table-col-3{
	text-align: right;
	width: 185px;
	border: 0px none white;
}


#bd h1, #bd h2{
	padding: 0.3em 0;
	margin: 0;
}

#bd h3 {
	padding: 0.3em 0 0.2em 0;
	margin: 0;
}

#bd blockquote {
	padding: 20px 0 5px 0;
	margin: 0;
}
#bd blockquote p{
	margin: 0;
	padding: 0;
}
#bd cite {
	display: block;
	text-align: right;
	padding-bottom: 20px;
}
#bd ul{
	margin-left: 15px;
}
#bd ul li{
	list-style-type: square;
}

/* footer container - - - - - - - - - - - - - */

#ft h1, #ft h2, #ft h3, #ft h4, #ft h5{
	margin: 0.2em 0 0.1em 0;
	position: absolute;
	top: -9999px;
}
#ft h4, #ft h5{
	padding-top: 5px;
}

#ft .url{
	display: none;
}

#mnu-footer-container{
	position: relative;
	margin: 0;
	zoom: 1;
}
#mnu-footer-container span{
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
    border-right: 1px solid #333;
}
#mnu-footer-container ul#mnu-footer{
	display: inline;
	margin: 0;
	padding: 0;
}
#mnu-footer-container ul#mnu-footer li{
	list-style-type: none;
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
    border-right: 1px solid #333;
}
#mnu-footer-container ul#mnu-footer li a{
	white-space: nowrap;
}

#mnu-footer-container ul#mnu-footer li.mnu-last{
    border-right: 0px none white;
}

/* seo container - - - - - - - - - -*/
#seo {
	width: 860px; 
	text-align: left;
	margin: 0 auto 0 auto;
	clear: both; 
	padding: 150px 0px 40px 0px; 
}
#seo h1, #seo h2, #seo h3, #seo h4, #seo h5{margin: 0; padding: 0; display: inline;}
#seo p, #seo div {margin: 0;}


/* content settings - - - - - - - - - */
#bd .content{
	padding: 0px 10px 20px 10px;
}

#bd .phir-heading {
	background-repeat: no-repeat; 
	background-position: left top; 
	text-indent: -9999px;
}


#ft .content{
	padding: 25px 20px 20px 20px;
}

#ft .first .content{
	padding: 25px 20px 20px 70px;
}


/* overwrite yui settings we have ems and don't want this with zoom function, need fixed width */

/* all */
.bd-table-col-2 .yui-g, .bd-table-col-2 .yui-gb, .bd-table-col-2 .yui-gc{
	padding: 0 20px 0 20px;
}

/* 1 col normal and normal b */

/* three cols 3-3-3*/
.yui-gb .yui-u{
	margin: 0;
	padding: 0;
	/*width: 300px;*/
	overflow: hidden;
}
/* two cols 66-33 */
.yui-gc .yui-u{
	margin: 0;
	padding: 0;
	overflow: hidden;	
}
.yui-gc .first{
	/*width: 600px;*/
}
.yui-gc .last{
	/*width: 300px;*/
}

/* Clearfix helper: see iehacks */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* ##########################
** ### TYPO3 CMS     ########
** ##########################
*/

/* ##########################
** ### contenttable  ########
** ##########################
*/

/* contenttable from tt_content */
table.contenttable{width: 100%; border: 0px none white; border-collapse: collapse; padding: 0; margin: 0px 0px 0px 0px;}
table.contenttable tr{}
table.contenttable tr td{padding: 1px 2px; text-align: left; vertical-align: top; empty-cells: show; }
table.contenttable tr.tr-even td {background: transparent !important;}
table.contenttable tr.tr-odd td {background: transparent !important;}
table.contenttable tr.tr-0 td{font-weight: normal; border-bottom: 0px none #fff !important; color: #000; background: transparent !important;}
table.contenttable tr.tr-last td{}
table.contenttable tr td{}
table.contenttable tr td.td-0{font-weight: normal;}
table.contenttable tr td.td-last{}

/*css style table used the same class for the table */
table.contenttable caption{text-align: left; color: #333; font-size: 1.1em; font-weight: bold;}
table.contenttable thead tr td{font-weight: bold; border-bottom: 0px none #fff !important; color: #000; }
table.contenttable tbody tr td, table.contenttable tbody tr th {vertical-align: middle; background: transparent; border-top: 1px solid #688500; border-bottom: 1px solid #688500; border-left: 0px none white; border-right: 0px none white;}
table.contenttable tfoot tr td{font-weight: bold; border-top: 0px none #fff !important; color: #000; background: transparent;}
table.contenttable th {font-weight: bold;}
table.contenttable td p.bodytext{display: inline;}
table.contenttable tbody tr:hover td, table.contenttable tbody tr:hover th{background: #efefef;}
table.contenttable a {font-weight: bold;}

/*forms in content - - - - - - - - -*/
.FORMGENERIC{
}
.FORMLABEL{
	padding-right: 5px;
}
.FORMINPUT{
	padding-right: 5px;
	width: 90%;
}
.FORMERROR{
	color:#ff0000;
	font-weight:bold;
}
.FORMSECTION{
	font-weight: bold;
	color: #000099;
}
.FORMHEAD{
	font-size: 14px;
	font-weight: bold;
	color: #6699FF; 
}
.FORMTIPS{
	font-size: 10px;
}
.INPUTTEXT{
	border: 1px solid #666;
	width: 90% !important;
	background: transparent;
}
.INPUTSUBMIT{
	border: 1px solid #fecc0b;
	background-color:#cd2328;
	color: #fff;
	padding: 2px 10px;
	font-weight: bold;
}
.INPUTSUBMITIMAGE{
}
.INPUTSELECT{
	border: 1px solid #666;
	width: 90%;
}
.INPUTCHECKBOX{
}
.INPUTOPTION{
}
.INPUTTEXTAREA{
	border: 1px solid #666;
	width: 90%;
	background: transparent;
}

/*typo3 css styled content and image - - - - -*/

.csc-caption{
	font-size: 10px;
	color:#ee7f00;
}

/*mail form styles - - - - - - - - - - - - - - - */

/*table.csc-mailform tr td.csc-form-labelcell p.csc-form-label/req*/

/*all controls are styled with the default form styles you may set styles here to override defaults*/

table.csc-mailform{
	padding: 0;
	margin: 0;
	width: 100%;
	border-collapse: collapse;
	border: 0px none white;
}

table.csc-mailform td{
	border: 0px none white;
	vertical-align: top;
}

td.csc-form-labelcell{
	margin: 0 0 0 0;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 3px;
}
td.csc-form-fieldcell{
	margin: 0 0 0 0;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	letter-spacing:1px;
	font-weight:bold;
	color:#000000;
}
.csc-form-label{
	color: #000000;
}
.csc-form-label-req{
	font-weight: bold;
	color: #000000;
}
.csc-form-radio{
	font-size:12px;
	font-weight:normal;
	letter-spacing: 0;
	color: #000000;
}
td.csc-form-fieldcell INPUT.INPUTSUBMIT{
	margin-top:10px;
}

/* ##########################
** ### Startseiten Override##
** ##########################
*/

body .template-start{
	width: 750px !important;
	padding: auto 0;
}

.template-start #hd{
	width: 750px;
}

* html .template-start  #hd{ width: 750px; }

.template-start #hd h1{
	width: 750px;
	height: 393px;
}

.template-start #hd h1 a{
	height: 393px;
}

.template-start #ft .content{
	padding: 25px 40px 25px 40px;
	text-align: center;
}

.template-start #ft #mnu-footer-container {
	text-align: center;
	padding-top: 12px;
}

.template-start #ft #mnu-footer-container ul#mnu-footer li{
	float: none;
}

.template-start #seo{
	width: 710px;
}



/* ##########################
** ### ext: jp_page_teaser ##
** ##########################
*/

/* reset content element paddings */
.content .tx-jppageteaser-pi1{
	margin: 0px -20px -20px -20px;
	clear: both;
}

.content-normal .tx-jppageteaser-pi1{
}

.content-normal-b .tx-jppageteaser-pi1{
}

.tx-jppageteaser-pi1-list, .tx-jppageteaser-pi1-list-1-column, .tx-jppageteaser-pi1-list-2-column, .tx-jppageteaser-pi1-list-3-column{
		width: 100%;
		/*
		padding: 0 1px 0 1px;
		margin: 0 -1px 0 -1px;
		*/
		overflow:hidden;
}

.tx-jppageteaser-pi1-list-entry-header {
	padding: 0px 0px 0px 0px !important; 
	margin: 0 !important;	
}

.tx-jppageteaser-pi1 a img {
	margin: 0; padding: 0; 
}
.tx-jppageteaser-pi1 a:hover img {
	margin: 0; padding: 0;
	opacity: .7; filter: alpha(opacity=70);
}

.tx-jppageteaser-pi1-list-entry{
	overflow: hidden;
}

.tx-jppageteaser-pi1-list-entry-first{} 
.tx-jppageteaser-pi1-list-entry-last{} 
.tx-jppageteaser-pi1-list-entry-odd{}
.tx-jppageteaser-pi1-list-entry-even{}


.tx-jppageteaser-pi1-list-entry-description{}

.tx-jppageteaser-pi1-list-entry-link-item{font-weight: bold;}

/* clearer in content */
.tx-jppageteaser-pi1-list-floatcleaner{clear: both; height: 1px; overflow:hidden;}


/* total clearer for 2 and 3 col layouts */

.tx-jppageteaser-pi1-column-clearer{
	display:none; 
	visibility: hidden;
	height: 1px;
	color: transparent;
	background: transparent;
	border: 0px none white;
}

/* browsebox */
.tx-jppageteaser-pi1-browsebox {
	border-top: 3px solid #b1b1b1;
	padding: 10px 20px 10px 20px;
	background-color: #dedede; 
}

.tx-jppageteaser-pi1-browsebox-show-results {}
.tx-jppageteaser-pi1-browsebox-browse-links {}
.tx-jppageteaser-pi1-browsebox-show-results-number {}
.tx-jppageteaser-pi1-browsebox-disabled-link {}
.tx-jppageteaser-pi1-browsebox-inactive-link {}
.tx-jppageteaser-pi1-browsebox-active-link {}


/* image orientation */
.tx-jppageteaser-pi1-list-image-left .tx-jppageteaser-pi1-list-entry-image{
	float: left;
	margin: 5px 10px 10px 0px;
}

.tx-jppageteaser-pi1-list-image-right .tx-jppageteaser-pi1-list-entry-image{
	float: right;
	margin: 5px 0px 10px 10px;
}

/* 1 column */
.tx-jppageteaser-pi1-list-1-column .tx-jppageteaser-pi1-list-entry-content{
	padding: 0px 20px 20px 20px !important; 
}

/* 2 Columns*/
.tx-jppageteaser-pi1-list-2-column .tx-jppageteaser-pi1-list-entry{
}
.tx-jppageteaser-pi1-list-2-column .tx-jppageteaser-pi1-list-entry-odd{
	float: left; overflow: hidden;
	width: 49.999%;
	clear: both;
}
.tx-jppageteaser-pi1-list-2-column .tx-jppageteaser-pi1-list-entry-even{
	float: right; overflow: hidden;
	width: 49.999%;
}

.tx-jppageteaser-pi1-list-2-column .tx-jppageteaser-pi1-list-entry-odd .tx-jppageteaser-pi1-list-entry-content{
	padding: 0px 20px 10px 20px; 
	clear: both;
}

.tx-jppageteaser-pi1-list-2-column .tx-jppageteaser-pi1-list-entry-even .tx-jppageteaser-pi1-list-entry-content{
	padding: 0px 20px 10px 20px; 
	clear: both;
}

.tx-jppageteaser-pi1-list-2-column hr.tx-jppageteaser-pi1-list-entry-even{
	display: block !important;
	clear: both;
}

/* 3 Columns */

.tx-jppageteaser-pi1-list-3-column .tx-jppageteaser-pi1-list-entry{
	float: left; overflow: hidden;
	width: 33.333%;
	/*clear: both;*/
}

.tx-jppageteaser-pi1-list-3-column .entry3{
	/*
	float: right !important; 
	overflow: hidden !important;
	width: 33.333% !important;
	*/
}

.tx-jppageteaser-pi1-list-3-column .tx-jppageteaser-pi1-list-entry-content{
	padding: 0px 20px 10px 20px; 
	clear: both;
}

.tx-jppageteaser-pi1-list-3-column hr.entry3{
	display: block !important;
	clear: both;
}


/* ul and ol in teasers */
.tx-jppageteaser-pi1-list-entry-content ul{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px !important;
}


/* css styled content overwrite */
dd.csc-textpic-caption{
	color: #999;
	font-size: 90% !important;
}


/* rggooglemaps: hide unnecessary things */
.tx-rggooglemap-pi1 .mapcat, .tx-rggooglemap-pi1 .infobox, .tx-rggooglemap-pi1 .coordinfo, .tx-rggooglemap-pi1 .infolink, #poi .infolink, .tx-rgpopup-dragbar, .tx-rgpopup-mainNest, #poi #poitab, #statistic{
	display: none !important;
	visibility: hidden;
	text-indent: -9999px;
}


/* DRUCKAUSGABE - - - - - - - - - - - - - -  */
@media print {

#doc2{
	width: auto;
}

#hd, #ft, #mnu_breadcrumbtrail, #seo{
	display: none;
}

#bd h1, #bd h2, #bd h3, #bd h4, #bd h5, #bd .phir-heading{
	text-indent: 0px !important;
	background-image: url() !important;
}

#bd .content {
	padding: 0px 20px 20px 0px;
}

#bd .yui-u{
	float: none;
	width: 100%;
}

/* @print END do not remove !!! */
}
/* @print END do not remove !!! */