#wrapper {word-wrap: break-word;} /* ie proprietary property to force long words to break rather than the layout */

* {margin: 0; padding: 0; border: 0;}

body {
	margin:0px;
	padding:0px;
	text-align: center; 
	color: #333;
	font-family: arial;
	font-size:11px;
	letter-spacing:1px;
	background: #ECEEED url(../img/body.jpg) repeat-x;
}

html {min-height: 100%; margin-bottom: 1px; }
h1,h2,h3,h4,h5,p,ul,li{padding:0;margin:0;}

.seitentitel{font-size:14px;padding:0 0 20px 0;}
.text{padding:0 10px 15px 0;text-align:justify;}
.text_referenz{display:block; width:500px; height:130px;}
.text_kontakt{padding:0 0 15px 0;font-size:11px;color:#333;}
.texttitel{padding:0 0 15px 0;font-size:14px;font-weight:bold;}
.footertext{padding:0 5px 15px 0;text-align:left;color:#666;font-weight:bold;}

.rightfloatimg{float:right;margin:0 5px 0 5px; border:#666 1px solid;}
.img_anfahrt{margin: 5px 0 10px 20px;}

.liste{margin:0 0 15px 30px;}

.senkrechte_linie1{padding:0 3px 0 3px;font-size:16px;font-weight:bold;color:#fff;}
.senkrechte_linie2{padding:0 1px 0 1px;font-size:14px;font-weight:bold;}


.text_link{padding:95px 10px 0 0;text-align:justify;}


/* Kontaktformular */	
	input, select, textarea{border:#959595 1px solid;}
	table, td{font-family: arial, verdana, helvetica, sans-serif;font-size:11px;}
	.errortext{margin:0 0 10px 15px;font-size:12px;letter-spacing:2px;color:red;}
	.tabelle{margin:10px 0 10px 5px;}
	input.kontakt,textarea.kontakt{width:430px;margin:0 0 5px 0;}


a:link.mainnav, a:visited.mainnav{
	color:#fff;	
	text-align:left;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;	
}
	
a:hover.mainnav, a:active.mainnav{        	
	color:#ccc
}

a.mainnav_active{
	color:#000;	
	text-align:left;
	text-decoration:none;
	font-size:18px;
	font-weight:bold
}

a:link.katnav, a:visited.katnav{
	color:#fff;	
	text-align:left;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;	
}
	
a:hover.katnav, a:active.katnav{        	
	color:#ccc
}

a.katnav_active{
	color:#000;	
	text-align:left;
	text-decoration:none;
	font-size:18px;
	font-weight:bold
}

a:link.subkatnav, a:visited.subkatnav{
	color:#333;
	text-align:left;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
	
a:hover.subkatnav, a:active.subkatnav{        	
	color:#999;
}

a.subkatnav_active{
	color:#999;
	text-align:left;
	text-decoration:none;
}

a.impressumlink{
	color:#333;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	font-weight:bold;
}
	
a.footerlink{	
	color:#333;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}	

a:hover.footerlink{
	color:#999;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	font-weight:bold;
}
	
/* wrapper holds left faux column tab */
/* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */

#wrapper { 
	text-align: left;
	width: 979px;
	margin: 0 auto; 
	margin-top:15px;
}

#header {
	clear: both; 
	width: 979px;
	height: 165px;	
	background: url(../img/header.gif) no-repeat;
}

	#headerleft{
		float:left;
		width:140px;
		height:165px;
	}		
	
	#headerright{
		float:left;
		width:779px;
		height:115px;
		padding:50px 60px 0 0;
	}
	
		#menu_main{
			text-align:right;
		}
		
		#sub_main{
			padding:75px 0 0 221px;
		}

#footer{	
	clear: both; 
	width: 829px;
	height:42px;
	padding:55px 0 0 150px;
	color:#7E8689;
	background: url(../img/footer.gif) no-repeat;
}

#contentfloatholder {/* right faux column tab */
	float: left;
	width: 100%;
	background: url(../img/contentfloatholder.gif) repeat-y;
}


#contentfloatholder:after {
 /* this is for NN6 to clear floats */
	content: "."; 
	display: block; 
	height: 0px;
	clear: both; 
	visibility: hidden;
}

#center {
	margin: 15px 51px 0 360px;
	padding:40px 0 20px 5px;
	color:#333;
	border-left:1px solid #666;
}

#centerwrap {
	float:left;
	width: 100%; 
	margin: 0 -95% 0 0;
}

#left {
	float:left;
	width: 350px;
	margin: 0 0 0 -5%;
	padding:15px 0 20px 0;
	text-align:right;
}

#right {
	float:right;
	width: 30px;
	height:300px;
	margin: 0;
}

/************* IE Mac CSS Only  works for Win too **************/
* html div#centerwrap {margin: 0 -100% 0 0;}
* html div#left {margin: 0;}
