/* @override http://www.baupilz.at/docs/50/layout/user.css */

html {
	background: #E6E6E6 url(background.jpg) repeat-x;
}

body {
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color:  #222;
}
body#tinymce {
	background: #FFFFFF;
	text-align: left;
	margin: 0.5em 1em;
}
#wrapper {
	max-width: 950px;
	width: auto !important;
	width: 950px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
#header {
	height: 108px;
	background: #ffffff url(header_fotos.jpg) no-repeat 188px 4px;
	overflow: hidden;
}
#title, #subtitle {
	display: block;
	position: absolute;
	background: url(logo.png);
	width: 141px;
	height: 75px;
	text-indent: 161px;
	white-space: nowrap;
	overflow: hidden;
	top: 16px;
	left: 18px;
}
#content_wrapper {
	background-color: #ffffff;
	/*border-top: 4px solid #d9d9d9;
	border-bottom: 4px solid #e6e6e6;*/
}
#main {
	float: right;
	width: 710px;
	margin: 20px 20px 20px 0;
	display: inline; /*IE6: Double margin bug*/
	min-height: 500px;
	height: auto !important;
	height: 500px; /*For IE*/
}

/* @group slogan */

/* CSS-Selektoren so gewählt, um Überschreibung zu verhindern */

body #content_wrapper #main .Ueberschrift {
	position: relative;
	left: -32px;
	top: -20px;
	width: 758px;
	height: auto;
	float: none;
	margin: 0;
	background: #FBF5E5 url(ueberschrift.gif) repeat-x;
	font-size: 15px;
	/* IE6-Correction: */
	margin-right: -48px;
	padding: 0;
}

body #content_wrapper #main .Ueberschrift * {
	padding: 0;
}

body #content_wrapper #main .Ueberschrift p {
	padding-left: 37px;
	line-height: 50px;
}
/* @end */

/* @group Navi */



#navi {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 108px;
	width: 187px;
	float: left;
}

#navi ul {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navi li {
	border-top: 1px solid #9D0026;
	margin: 0;
	list-style: none;
}
/* @group IE6 Hack (Border / Color) */
#navi li.active {
	_margin-bottom: -1px;
	_border-bottom: 1px solid #278635;
}
#navi ul ul li.active {
	_border-bottom: none;
}
/* @end */
#navi a {
	display: block;
	width: 167px;
	line-height: 18px;
	padding: 3px 0px 3px 20px;
	background-color: #C4002F;
	text-decoration: none;
	color: #FFFFFF;
	border-top: 1px solid #C4002F;
	border-bottom: 1px solid #C4002F;
	font-size: 11px;
	font-weight: bold;
}
#navi a:hover, #navi .active a {
	background: #9D0026 url(arrow_white.png) no-repeat 0.9em 0.8em;
}


/*#navi ul ul {
	position: absolute;
	bottom: -202px !important;
	height: 200px;
}*/
#navi ul ul li {
	border-color: #D8C18B;
}
#navi ul ul li.active {
	/* -> IE 6 Hack #navi li.active*/
	margin-bottom: 0;
}
#navi ul .active ul a {
	background: #F1D797;
	border-color: #F1D797;
	color: #000000;
	font-weight: normal;
}
#navi ul .active ul a:hover,
#navi ul .active ul .active a {
	background: #CBB37B url(arrow_black.png) no-repeat 0.9em 0.8em;
}
#navi ul .active ul .active ul a {
	border: none;
	text-indent: 10px;
	background: #f1d797 none;
}
#navi ul .active ul .active ul .active a {
	text-decoration: underline;
}
/* @end */


.content {
	clear: both;
	position: relative;
	margin-bottom: 5px;
}

/* @group search */

#search {
	position: absolute;
	top: 108px;
	right: 4px;
	height: 50px;
	width: 137px;
	padding-left: 15px;
	line-height: 50px;
}

* html #search input {
	position: relative;
	top: 13px;
}

#search_text {
	width: 93px;
	font-size: 13px;
	padding: 2px;
	background: #FFF;
	border: 1px solid #C4002F;
}

#submit_search {
	background: url(search.gif) no-repeat;
	width: 20px;
	height: 20px;
	*padding-top:20px;
	position: relative;
	top: 1px;
	left: 4px;
	border: none;
	text-indent: 20px;
	overflow: hidden;
	cursor: pointer;
}

/* @end */
.post .pic_left {
	float: left;
	margin: 5px 30px 3px 0;
	display: inline;
}
.post .pic_right {
	float: right;
	margin: 5px 0 5px 15px;
	display: inline;
}
.post img, .gallery img {
	padding: 2px;
	border: 0px solid #d8d8d8;
}
.post p, #sidebar p {
	margin: 0;
	padding: 0;
}
.post ul {
	margin-right: 0;
}
.post li {
	/*falls pic_left daneben:*/
}
a { padding: 0 1px; color: #C4002F; }
a:visited { color: #C4002F; }
a:hover { 
	color: #E22D58;
}
	
h1, h2 {
	color: #C4002F;
	margin: 0 0 0.2em 0;
	font: normal 18px/23px Tahoma, Verdana, Helvetica, Arial, sans-serif;
}
h2 {
	font-size: 15px;
}
hr {
	border: 1px solid #e5e5e5;
}

.rot {
	color: #C4002F;
}

#sidebar {
	display: none;
}

/* @group Footer */

#footer {
	background: #F1D797;
	line-height: 36px;
	border-top: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
	font-size: 11px;
}
#footer p {
	margin: 0;
}
/* p.first-child is necessary for IE6 */
#footer p:first-child, #footer p.first-child {
	font-size: 17px;
	font-weight: bold;
	float: left;
	padding-left: 19px;
	width: 206px;
}

#footer #login_link {
	display: none;
}

/* @end */

.clearer {
	clear: both;
}
.pagination {
	text-align: center;
}
.extern iframe {
	height: 400px;
}
#header_image_paths {
	display: none; 
}

/* @group team */


/* @group layout */

#group1702 #content_wrapper {
	background-image: url(team_slogan.png);
	background-repeat: no-repeat;
	background-position: 189px 0;
	background-color: white;
}

#group1702 #main {
	background: #F8EBCB;
	margin-bottom: 0;
	margin-top: 104px;
	position: relative;
	left: 16px;
	width: 756px;
	min-height: 200px;
}

#group1702 .content {
	padding-left: 180px;
}

#group1702 #footer {
	height: 36px;
}



/* @end */

/* @group text */

#group1702 .post p, #group1702 .post h1 {
	line-height: 1.4em;
	margin-bottom: 1em;
}

#group1702 .post h1 {
	margin: 0;
	margin-top: 13px;
	margin-left: 283px;
	font-size: 1em;
	font-weight: bold;
}

/* @end */

/* @group image */

#group1702 .pic_left {
	float: left;
	margin-top: -35px;
	margin-bottom: -10px;
	border-left: 4px solid white;
	border-right: 4px solid white;
	margin-right: 25px;
}

#group1702 .pic_left img {
	padding: 0;
}



/* @end */

/* @group nav */

#mi1702 ul  {
	position: absolute;
	top: 104px;
	left: 190px;
	background: #F5E1B1;
	padding: 19px;
	width: 147px;
	border-bottom: 1px solid white;
}

#mi1702 li, #mi1702 ul a {
	background: none;
	border: none;
	line-height: 1.4em;
	padding: 0;
	width: auto;
}

#navi #mi1702 ul a:link, #navi #mi1702 ul a:visited {
	background: url(arrow_black_2.png) no-repeat left 3px;
	padding-left: 12px;
}

#mi1702 ul li a:hover, #mi1702 ul a:active, #mi1702 ul li.active > a {
	background-image: url(arrow_red.png) !important;
	color: #C4002F;
}

/* @group subnav */

#mi1702 ul ul {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  bottom: 0;
  left: 0;
  padding-top: 0;
  top: 160px;
}
* html #mi1702 ul ul {
	padding-top: 50px;
}
*+html #mi1702 ul ul {
	padding-top: 50px;
}

/* @end */

/* @end */

/* @group IE6+7 */

*+html#group1702 .pic_left {
	margin-bottom: -22px;
}

* html#group1702 .pic_left {
	margin-bottom: -22px;
	margin-right: 21px;
}

* html#group1702 li {
	height: 0;
}

* html#group1702 #mi1702 ul li a:hover, * html#group1702 #mi1702 ul li a:active {
	background-image: url(arrow_red.png) !important;
	color: #C4002F;
}

* html#group1702 #main {
	height: 200px;
}

/* @end */

/* @end */

/* @group imagefade */

#imagefade {
	position: absolute;
	top: 4px;
	left: 188px;
	border-right: 4px solid white;
	width: 758px;
	height: 100px;
	overflow: hidden;
	background: white;
}

#imagefade ul, #imagefade li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

#imagefade ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
}

#imagefade li {
	float: left;
	margin-right: 4px;
}

/* @end */

/* @group references */

/* @group Detailseite */

#pilz_reference {
	position: relative;
	left: -29px;
	top: -16px;
	background: #F8EBCB;
	width: 755px;
}

/* @group text */

#pilz_reference #description {
	float: right;
	width: 219px;
	padding: 16px;
	padding-bottom: 40px;
	position: relative;
}

#pilz_reference h1 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 1em;
}

#pilz_reference h1 .subtitle {
	color: #333;
	font-weight: normal;
	display: block;
}

#pilz_reference .back-link {
	position: absolute;
	bottom: 55px;
	left: 521px;
}

/* @end */

/* @group gallery */

#pilz_reference #gallery img {
	border-right: 4px solid #FFF;
}

#pilz_reference #gallery ul, #pilz_reference #gallery ul * {
	list-style: none;
	padding: 0;
	margin: 0;
}

#pilz_reference #gallery ul {
	background: #FBF5E5;
	height: 50px;
	width: 100%;
	border-top: 4px solid #FFF;
}

#pilz_reference #gallery li {
	float: left;
}

#pilz_reference #gallery li img {
	border-right: 2px solid #FFF;
}

#pilz_reference #gallery li .delete-link {
	display: none;
}

/* @end */

/* @group IE6+7 */

* html #pilz_reference {
	width: auto;
	height: 0;
	margin-right: -45px;
}

* html #pilz_reference #description {
	width: 216px;
}

* html #pilz_reference #gallery img, *+html #pilz_reference #gallery img {
	margin-bottom: -2px;
}

/* @end */

/* @end */

/* @group layout */

ul.pilz_references {
	width: 761px;
	background: url(referenzen_background.png) no-repeat;
	height: 368px;
	position: relative;
	left: -29px;
	top: -16px;
}

ul.pilz_references, ul.pilz_references li {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.pilz_references li {
	width: 162px;
	height: 96px;
	display: inline;
	float: left;
	position: relative;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 12px;
}



/* @end */

/* @group edit */

/* Beim Bearbeiten Link umformatieren */
ul.pilz_references .edit-link {
	height: 78px;
	text-indent: 0;
	padding: 4px;
	background: #FFF;
	width: auto;
	height:auto;
	position: absolute;
	top: 0;
	right: 0;
}

/* "Mehr-Info"-Seite-Link höher positionieren */
.Referenzen #main #add_detail_page {
	top: 0;
	height: 4em;
}

/* @end */

/* @group text */

ul.pilz_references li:hover {
	color: #c4002f;
}

ul.pilz_references h2 {
	font-size: 1em;
	color: #222;
	font-weight: bold;
	line-height: 1.5em;
	margin: 65px 0 0 0;
}

ul.pilz_references h2 .subtitle {
	display: block;
	font-weight: normal;
}

/* @end */

/* @group image */

ul.pilz_references img {
	display: none;
}

ul.pilz_references li:hover img {
	display: block;
}

/* @end */

/* @group link */

ul.pilz_references .details-link {
	position: absolute;
	width: 186px;
	height: 120px;
	display: block;
	top: 0;
	left: 0;
	text-indent: 190px;
	overflow: hidden;
	white-space: nowrap;
	z-index: 100;
}



/* @end */

/* @group IE6+7 */

* html ul.pilz_references {
	width: 760px;
	margin-right: -50px;
}

* html ul.pilz_references .details-link {
	padding-left: 186px;
	width: 0;
	padding-right: -1px;
}

* html ul.pilz_references .details-link:hover {
	padding-left: 0;
	width: 186px;
}

* html ul.pilz_references img {
	display: block;
}

* html ul.pilz_references li {
	overflow: hidden;
}

*+html ul.pilz_references h2 {
	margin-top: 77px;
}

* html ul.pilz_references h2 {
	margin-top: 77px;
}

/* @end */

/* @end */

/* @group Gallery */
.gallery {
	width: 600px;
	margin: 0 15px;
}
.gallery ul {
	margin: 0;
}
.gallery li {
	margin-right: 20px;
	height: 110px;
}
/* @end */

/* @group Bau-Forum */
.Frage {
	border: 1px solid #f1d797;
	background: #fbf5e5;
	padding-left: 3px;
}
.Frage h3 {
	margin: 0;
	font-size: 12px;
}
.Frage h3:hover {
	color: #C4002F;
	text-decoration: underline;
	cursor: pointer;
}
.Frage .selected h3 {
	color: #C4002F;
}
.Frage .selected .body {
	height: auto !important;
}
.Frage .pic_left,
.Frage .pic_right {
	display: none;
	margin-right: 1em;
}
.Frage .selected .pic_left,
.Frage .selected .pic_right {
	display: block;
}
/* @end */




/* @group Seitenhöhe */
#group631 #main,
#group634 #main,
#group635 #main {
	min-height: 570px;
	height: auto !important;
	height: 570px; /*For IE*/
}

/* @end */

