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

/* outer container, overwrite yui */

#doc2{
	width: 900px;
	border: 1px solid #666;
}


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

#hd{
	width: 900px;
	overflow: hidden;
	zoom: 1;
}
* html #hd{ width: 900px; }

#hd h1{
	margin: 0;
	padding: 0;
	width: 900px;
	height: 29px;
	overflow: hidden;
	text-indent: -9999px;
}

#hd h1 a{
	display: block;
	text-align: left;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	height: 146px;
}

#hd h2, #hd blockquote, #mnu-skiplink{
	position: absolute;
	top: -9999px;
}

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

#hd ul#mnu-level-1{
	margin: 0;
	padding: 10px 0px 9px 134px;
	width: 100%;
	overflow: hidden;
}
#hd ul#mnu-level-1 li{
	float: left;
	display: inline;
	width: 95px;
	height: 25px;
	overflow: hidden;
	list-style-type: none;
	margin: 0;
	padding: 0;
}


#hd ul#mnu-level-1 li a{
	display: block;
	height: 25px;
	padding: 0px 20px 0px 20px;
	line-height: 25px;
	text-indent: -9999px;
	zoom: 1;
}


/* submenu settings - - - - - - - - - - - - - */
#submenu{
	zoom: 1;
}

#hd ul#mnu-level-2{
	width: 100%;
	margin: 0;
	padding: 11px 40px 11px 250px;
	overflow: hidden;
}
#hd ul#mnu-level-2 li{
	list-style-type: none;
	float: left;
	display: inline;
	width: 92px;
	height: 58px;
	/* use this for horizontal borders in text only menus
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
    border-right: 1px solid #000;
    */
	zoom: 1;
}

#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;
	height: 58px;
	line-height: 58px;
	text-indent: -9999px;
	/* use for vertical menus
	display: block;
	zoom: 1;
	*/
}

/* funcmenu container with breadcrumb and language */
#funcmenu{
	zoom: 1;
	padding: 10px 40px 10px 250px;
}

/* langmenu settings - - - - - - - - - - - - - */
#funcmenu ul#mnu-lang{
	float: right;
	display: inline;
	width: 130px;
	text-align: right;
	margin: 0;
	padding: 0;
}
#funcmenu ul#mnu-lang li{
	list-style-type: none;
	display: inline;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
    border-left: 1px solid #000;
	zoom: 1;
}

#funcmenu ul#mnu-lang li.mnu-first{
	border-left: 0px none #000;
}

#funcmenu ul#mnu-lang li a, #funcmenu ul#mnu-lang li span.abstract{
	/* use for vertical menus
	display: block;
	zoom: 1;
	*/
}

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

#funcmenu #mnu-breadcrumbtrail{
	clear: both;
	float: left;
	display: inline;
	text-align: left;
	margin: 0;
	padding: 0 20px 0px 0px;
}

/* content */

#bd{
	min-height: 270px;
	padding-bottom: 0;
	clear: both;
}

#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 40px 20px 0px;
}

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

#bd .content-normal-b, #bd .content-normal{
	padding-left: 250px;
}


#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;
}

#ft {
	height: 46px;
	overflow: visible;
}

#ft .content{
	display: none;
}


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

/* 1 col normal and normal b */

/* left column whitespace for logo */
#bd .yui-gb .first .content, #bd .yui-gc .first .content {
	padding-top: 210px;	
}

/* three cols 3-3-3*/
.yui-gb .yui-u{
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.yui-gb .first {
	width: 250px;
}
.yui-gb .second, .yui-gb .third {
	width: 325px;
}

/* two cols 33-66 */
.yui-gc div.yui-u{
	margin: 0;
	padding: 0;
	overflow: hidden;	
}
.yui-gc div.first{
	width: 250px;
}
.yui-gc div.last{
	width: 650px;
}


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

/* ##########################
** ### STARTPAGE     ########
** ##########################
*/


/* placeholder for pages with no submenu */
#mnu-level-2-placeholder {
	width: 100%;
	margin: 0;
	padding: 11px 40px 11px 250px;
	overflow: hidden;
}

/* placeholder on startpage for logo */
#hd #mnu-level-2-placeholder-start{
	height: 84px;
	width: 900px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: none;
}

#hd #mnu-level-2-placeholder-start h2{
	position: static;
	height: 84px;
	width: 900px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#hd #mnu-level-2-placeholder-start h2 a{
	display: block;
	text-align: left;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	height: 84px;
	line-height: 84px;
}

.template-start #bd{
	min-height: 397px;
	height: 397px;
	overflow: hidden;
}

.template-start #bd .content-normal-b, .template-start #bd .content-normal{
	padding: 0;
}

.template-start #hd ul#mnu-level-1{
	padding-left: 510px;
}

.template-start #bd .content{
	/*text-indent: -9999px;*/
}


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


/* ##########################
** ### img, text/img ########
** ##########################
*/
dd.csc-textpic-caption{
	margin-top:-30px !important;
	margin-bottom: 1px !important;
	background: white !important;
	color: black !important;
	text-align: center !important;
	opacity: .7; 
	-moz-opacity: .7; 
	filter: alpha(opacity=70);	
	zoom: 1;
	/*display: none;*/
}

/* placeholder menu */
#mnu-level-2-placeholder dl, #mnu-level-2-placeholder dt, #mnu-level-2-placeholder img, #mnu-level-2-placeholder a{
	margin: 0;
	padding: 0;
}
#mnu-level-2-placeholder dl.csc-textpic-image{
	padding: 0px 11px 0px 0px;
}
#mnu-level-2-placeholder dl.csc-textpic-image img{
	border: 1px solid #666;
}
#mnu-level-2-placeholder .csc-textpic-clear{
	height: 0px;
	overflow:hidden;
}


/* ##########################
** ### 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; 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 #333; border-bottom: 1px solid #333; 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;}
table.contenttable .align-right {text-align: right;}
table.contenttable .align-left {text-align: left;}

/*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;
}


/* ##########################
** ### 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;
	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 !!! */
