/* @override 
	http://www.plugandwork.de/fileadmin/templates/plugnwork_styles.css
	http://plugandwork.de/fileadmin/templates/plugnwork_styles.css
*/

/****** LAYOUT ******/

body, html {
	margin: 0;
	padding: 0;
	/*height: 100%;*/
	background: #ff6b09 url(img/back_body.gif) repeat-y left;
	}

#frame {
	/*width: 790px;*/
	/*height: 100%;*/
	}
	
#header {
	/*width: 790px;*/
	height: 233px;
	overflow: hidden;
	}
	
#logobox {
	width: 250px;
	height: 164px;
	overflow: hidden;
	float: left;
	}

#headcontainer {
	width: 540px;
	height: 164px;
	float: left;
	}

#sprachschalter {
	width: 540px;
	height: 13px;
	padding-top: 17px;
	text-align: right;
	overflow: hidden;
	border-bottom: 1px solid white;
	}

#headerbild {
	width: 540px;
	height: 133px;
	}

#contentbox {
	width: 540px;
	float: left;
	background-color: white;
	overflow: hidden;
	}

#inhalt {
	width: 460px;
	padding: 40px;
	overflow: hidden;
	/*
	min-height: 370px;
	height: auto !important;
	height: 370px;
	*/
	}

#inhalt.scrollbalken {
	/* padding-right: 30px; */
	height: 370px !important;
	overflow-x: hidden;
	overflow-y: scroll;	
	}
	
#subnavi_frame #inhalt {
	padding-top: 24px;
	}

#menuframe {
	height: 70px;
	/*width: 790px;*/
	padding-left: 30px;
	overflow: hidden;
	clear: both;
	}

#topmenu {
	height: 26px;
	/*width: 748px;*/
	/*float: right;*/
	/*border-top: 1px solid white;*/
	padding-top: 10px;
	padding-left: 12px;
	background: #ff6b09 url(img/back_topmenu.gif) no-repeat;
	}

.topmenu_entry {
	float: left;
	/*padding-right: 10px;*/
	padding-right: 3px;
	margin-right: 10px;
	border-right: 2px solid #0d3051;
	height: 17px;
	color: #0d3051;
	line-height: 18px;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	/*background-color: #ff6b09;*/
	}
	
#subtopmenu {
	height: 33px;
	width: 760px;
	/*float: right;*/
	background: #0d3051 url(img/back_subtopmenu.jpg) repeat-y left;
	}
	
#contentframe {
	width: 760px;
	margin-left: 30px;
	overflow: hidden;
	border-top: 1px solid #ff6b09;
	}
	
#submenu {
	width: 220px;
	/*min-height: 10px;*/
	float: left;
	overflow: hidden;
	}

.subentry_orange, .subentry_blau, .subentry_grau, .subentry_hellblau {
	width: 208px;
	height: 20px;
	background-color: #999;
	display: block;
	overflow: hidden;
	color: white;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 12px;
	padding-top: 4px;
	padding-bottom: 2px;
	}
.subentry_orange {
	background-color: #ff6b09;
	border-top: 1px solid white;
	}
.subentry_blau {
	background-color: #0d3051;
	color: #ff6b09;
	text-transform: uppercase;
	}
.subentry_hellblau {
	background-color: #6297cc;
	border-top: 1px solid white;
	}	
.entry_aktiv {
	color: #0D3051;
	background-color: white;
	}
	
#subnavi {
	background-color: #0D3051;
	height: 20px;
	display: inline-block;
	overflow: hidden;
	margin: 0;
	padding-top: 4px;
	padding-left: 7px;
	margin-bottom: 25px;

	padding-bottom: 2px;
	}

.subnavi_entry {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #ff6b09;
	height: 17px;
	color: white;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	}


.ohne_rahmen {
	padding-right: 7px;
	margin-right: 0;
	border: none;
	}
	
#footer {
	width: 540px;
	background-color: #999;
	display: inline-block;
	}

div.tx-mjnewsticker-pi1 {
	padding-bottom: 2px;
	}




#sprache_deutsch {
	width: 26px;
	height: 13px;
	background: url(img/deutsch_flag.png) no-repeat;
	float: right;
	}
#sprache_deutsch:hover {
	background: url(img/deutsch_flag_hover.png) no-repeat;
	}
	
#sprache_english {
	width: 26px;
	height: 13px;
	background: url(img/english_flag.png) no-repeat right top;
	float: right;
	}
#sprache_english:hover {
	background: url(img/english_flag_hover.png) no-repeat right top;
	}

.csc-frame-rulerBefore, .csc-frame-rulerAfter {
	width: 460px;
	border-top: 1px solid #ff6b09;
	height: 24px;
	margin-top: 18px;
	clear: both;
	}

/****** FORMATIERUNGEN ******/	

a {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #0D3051;
	text-decoration: none;
}

a img {
	border: none;
	}


.topmenu_entry a {
	font-size: 13px;
	}

#inhalt a {
	color: #0d3051;
	}
	
#inhalt a:hover {
	color: #ff6b09;
	/* text-decoration: underline; */
	}

	
#inhalt .subnavi_entry a {
	color: #ff6b09;
	}

#inhalt .subnavi_entry a:hover {
	color: white;
	text-decoration: none;
	}


p, h1, h2, h3, ul, label {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	padding: 0;
	margin: 0;
	margin-bottom: 12px;
	text-align: left;
	}

h1, h2, h3 {
	margin-top: 0;
	font-weight: bold;
	}

h2, h3 {
	margin-bottom: 0;
	}

.important, h1 {
	color: #ff6600;
	}

.aktiv {
	color: #0D3051;
	}
	
ul {
	margin: 0;
	padding: 0;
	padding-bottom: 12px;
	list-style-type: none;
	}

li {
	padding-left: 20px;
	background: url(img/pfeil_1.gif) no-repeat left 2px;
	}
	
textarea#text {
	width: 200px;
}

	
/****** FCEs ******/

.content_2spaltig, .gallerie_frame, .weg_box {
	clear: both;
	width: 460px;
	overflow: hidden;
	}


.content_2spaltig_links, .content_2spaltig_rechts, .gallerie_links, .gallerie_rechts, .weg_links, .weg_rechts {
	width: 220px;
	float: right;
	overflow: hidden;
	}


.content_2spaltig_links, .gallerie_links, .weg_links {
	float: left;
	padding-right: 20px;
	}


.gallerie_teiler {
	clear: both;
	width: 220px;
	padding-bottom: 10px;
	overflow: hidden;
	/* display: inline-block; */
	}	

.gallerie_box {
	width: 460px;
	clear: both;
	overflow: hidden;
	}

.abstand_unten {
	padding-bottom: 20px;
	}

.links {
	float: left;
	}

.rechts {
	float: right;
	}

.aktiv {
	opacity: .5;
	filter:alpha(opacity=50);
	display: inline-block;
	}

.nichtaktiv {
	opacity: 1;
	filter:alpha(opacity=100);
	cursor: pointer;
	overflow: hidden;
	display: inline-block;
	}
	
.nichtaktiv:hover {
	opacity: .8;
	filter:alpha(opacity=80);
	}
	
body.popup_window {
	background: white;
	}
	
#popup_frame {
	width: 609px;
	height: 625px;
	overflow: hidden;
	}

#popup_bild {
	width: 609px;
	/* height: 438px; */
	padding-bottom: 15px;
	overflow: hidden;
	display: inline-block;
	}
	
#popup_links, #popup_rechts {
	width: 280px;
	padding-left: 20px;
	float: left;
	}

#popup_rechts {
	padding-left: 29px;
	}
	
#popup_balken {
	width: 609px;
	height: 25px;
	margin-top: 20px;
	padding-top: 5px;
	text-align: center;
	clear: both;
	background: #ff6600;
	overflow: hidden;
	}
	
label {
	color: #0d3051;
	}
	
.tx-srfreecap-pi2-cant-read, .captcha_text label {
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #0d3051;
	}
	
#inhalt span.tx-srfreecap-pi2-cant-read a {
	font-size: 10px;
	}

#inhalt span.tx-srfreecap-pi2-cant-read a {
	color: #0d3051;
	}
	
#inhalt .tx-srfreecap-pi2-cant-read a:hover {
	color: #999;
	}

#inhalt .tx-srfreecap-pi2-cant-read a {
	color: #666;
	}
	
#inhalt .tx-srfreecap-pi2-cant-read a:hover {
	color: #ff6600;
	}

#tx_srfreecap_pi2_captcha_image {
	margin: 0;
	}

.download_box {
	height: 70px;
	width: 220px;
	clear: both;
	overflow: hidden;
}

.download_flyer, .download_grundriss {
	float: left;
}

.download_flyer {
	overflow: hidden;
	background: url(img/flyer.gif) center no-repeat;
}
.download_flyer:hover {
	background: url(img/flyer_f2.gif) center no-repeat;
}
.download_grundriss {
	overflow: hidden;
	background: url(img/grundriss.gif) center no-repeat;
}
.download_grundriss:hover {
	background: url(img/grundriss_f2.gif) center no-repeat;
}



/****** OVERLAY-BOX ******/

#overlaybox {
	width: 567px;
	overflow: hidden;
	position: absolute;
	top: 200px;
	left: 175px;
	}

#overlay_header {
	width: 567px;
	height: 50px;
	background: url(img/overlay/overlay_header.png) left top no-repeat;
	}

a.close {
	float: right;
	padding: 30px 40px 0 0;
	}

#overlay_footer {
	width: 567px;
	height: 35px;
	background: url(img/overlay/overlay_footer.png) left top no-repeat;
	}
	
#overlay_content {
	width: 515px;
	padding: 0 20px 0 32px;
	background: url(img/overlay/overlay_content.png) repeat-y left top;	
	overflow: hidden;
	}
	
#overlay_left {
	float: left;
	width: 143px;
	}
	
#overlay_right {
	float: right;
	width: 335px;
	padding-right: 25px;
	}
	
#overlay_content h1 {
	width: 504px;
	text-align: center;
	font-size: 16px;
	color: #1f557f;
	padding-bottom: 5px;
	border-bottom: 1px solid #1f557f;
	}
	
#overlay_content p {
	width: 100%;
	font-size: 13px;
	line-height: 16px;
	color: #1f557f;
	}
	
span.small {
	font-size: 8px;
	line-height: 12px;
	}
	
#overlay_content a {
	font-weight: bold;
	color: #ff6600;
	}

#overlay_content a:hover {
	color: #0D3051;
	}