@charset "UTF-8";
@import url("navi.css");
@import url("kontaktform.css");
@import url("RefGalerie.css");
@import url("jqGalScroll.css");
/*
# Die CSS Datei muss hier so aussehen:
html, body { height: 100%; }
#content { position: relative; min-height: 100%; }
* html #content { height: 100%; }
#footer { position: relative; margin-top: -15px; }
*/

html, body {
	font: .9em "Lucida Sans Unicode", "Lucida Grande", sans-serif;	
	background-color: #fcfcfc ;
	text-align: center; 
	color: #444;
	height:100%;
	margin: 0; 
	padding: 0;
}
#wrapper {
	position:relative;
	min-height:100%;
	height:auto !important;	 
	height:100%;	
}
/************* Header **************/
#headWrap { }	
#header {
	background: #fcfcfc url('images/header_bg_monsterpixel.jpg') no-repeat;
	width:980px;
	margin:0 auto ;  
	height: 120px;
} 
#header h1 {
	position:absolute;
	top:-300px;
	margin: 0; 
	padding: 10px 0; 
}
#logo {
	float:right;
	width:200px;
	margin:40px 70px 0 0;	
}
	#logo img{
		border:none;
	}
/************* Page **************/
#pageWrap {
	padding-bottom:190px;
	text-align:left;
	}	
#page {
	width:980px;
	margin:0 auto;
	text-align:left;
	}
	
/* mainContent: */
#mainContent {
	float:left;
	width:630px;	
	padding:30px;	
	line-height:1.5em; 
	word-spacing:.1em;
	letter-spacing:0.05px;	
	}

	#mainContent h1, h2 {margin: 0 0 10px 0;font-size:18px;margin-bottom:10px;}
	#mainContent .TeaserCont{ float:left;width:100%; background:#f9f9f9; height:185px; margin: 0 0 10px 0;}
	#mainContent .TeaserCont:hover{ background:#eeeeee;height:185px;}
	#mainContent .TeaserCont a.readmore{ position:absolute;bottom:5px;right:10px;color:#999;}	
	#mainContent .TeaserCont a.readmore:hover{ color:#333}
	#mainContent .TeaserCont a.readmore:hover{ color:#333}
	#mainContent .tinymcewysiwyg p img{}
	
	.article-list { list-style:none;}
	
#rightCol{
		float:right;
		width:240px;
		padding:20px 15px;
		border-left:1px solid #ececec
	}
	#rightCol .rightContent { text-align:center; }
	#rightCol .rightContent p.rightText{ font-size:1em;text-align:right;margin-bottom:15px; }
	#rightCol .rightContent a img{ border:none;margin:0 auto; }
#chat {width:220px;height:70px;margin:0 auto 20px auto;}	
/********* Footer **************/	
#footerWrap {
	position:absolute;
   	bottom:0;
   	width:100%;
   	height:190px;   /* Height of the footer */
   	background:#efefef url('images/footer_bg.jpg') repeat-x top left;	
} 
#footerlogo {
	width:90px;
	height:86px;
	margin:0 0 0 25px;
	background:#fff url('images/maenner.jpg') no-repeat top left;
	}
#footer {
	width:980px;	
	margin:0px auto;
	}

	#footer p {		
		width:300px;
		text-align:left;
		color:#ccc;
		font-size:0.8em;
		margin:5px 0 0 25px;
	}

/* Verschiedene wieder verwertbare Klassen */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/********* Google Map DIV **********/
#map {
	float:left;
	width:100%;
	height:340px;
	margin:5px 0;
	border:1px solid #ccc;
	}
.mapslabel {
	font-size:11px;
	line-height:1.6em;
	}
	.mapslabel b{
	background-color:#E6431D;
	padding:2px 5px;
	color:#fff;
	}
/************************************/
/********* Referenzen **********/
.goBack {
	float:right;
	width:auto;
	margin:20px;
	color:#444;
	}
	


/********* Leistung Spalten **********//* Beispiel CSS von Sven Jansen
im Feld "Block-Name" zweier für die Spaltenart "zweispaltig" und dreier für die Spaltenart "dreispaltig" angegeben */


/* 3 */
.spalter {float:left;width:110%;margin-top:20px;}
/*.spalter .spalte_1, .spalter .spalte_2{ width:38%; float: left; }
.spalter .spalte_3{ width:24%; float: left; }*/

.spalter .spalte_1, .spalter .spalte_2{ width:33%; float: left; margin:0; padding:0; }
.spalter .spalte_3{ width:33%; float: left; }

.spalter .spalte_1 ul h3, .spalter .spalte_2 ul h3, .spalter .spalte_3 ul h3{ font-size:1em; margin-left: -2.8em; }
.spalter .spalte_1 ul li, .spalter .spalte_2 ul li, .spalter .spalte_3 ul li{ list-style:none;margin-left: -2.8em;}
.spalter a {
		color:#444;
	}
.spaltInhalt{
	display:none;
	position:absolute;
	width:500px;
	height:auto;
	border:2px solid #78797b;	
	background:#fff;
	color:#444;
	font-size:12px;
	padding:3px 15px 15px 15px;
	}
	.spaltInhalt .divCloser{
		float:right;
		width:20px;
		height:20px;
		background:url(images/close.gif);
		cursor:pointer;
		padding:0;
		margin-right:-12px;
	}
	.spaltInhalt h3{
		padding:0;
		margin:0;
	}

/************************************/
