#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:44px 0 0 0;
	padding:0px;
	text-align: center; 
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:13px;
	background:#CCC8C7 url(../img/body_background.jpg) no-repeat;
	background-position: 0 90px;
	color: #333;
}

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

.text{padding:0 50px 10px 14px;text-align:justify;}
.seitentitel{padding:19px 40px 10px 14px;font-size:13px;font-weight:bold;}
.texttitel{padding:5px 40px 5px 14px;font-size:12px;font-weight:bold;}
.logo{padding: 0 0 0 20px;float:left;}
.nav_top{padding:43px 0 0 250px;}
.nav_bottom{padding:31px 0 0 430px;}
.left_text{padding:2px 0 10px 40px;font-size:12px;} 
.liste{padding:0 40px 10px 50px;}
.img_center{padding:0 0 5px 1px;}


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

a:link.mainnav, a:visited.mainnav{	
	padding:0 13px 0 0;
	color:#666;	
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
}
	
a:hover.mainnav, a:active.mainnav{        	
	color:#000;
	font-weight:bold;
}

a.mainnav_active{
  	padding:0 13px 0 0;
	color:#000;	
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
  }

a.impressumlink{
	color:#333;
	text-decoration:none;
	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: 893px;
	margin: 0 auto;
}

#header_top, #header_bottom, #subnav, #footer {
	color: #000;
	clear: both; 
	width: 100%;
}

#header_top {
	height: 61px;
	background: url(../img/header_top.jpg) no-repeat; 
}

#header_bottom {
	height: 49px;
	background: url(../img/header_bottom.jpg) no-repeat; 
}

#contentfloatholder {/* right faux column tab */
	background: #fff url(../img/contentfloat.jpg) repeat-y;
	background-position: 0 19px;
	width:893px;
}


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

#center {
	margin: 19px 482px 0 245px;
}

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

#left {
  	float:left;
  	width: 240px; 
  	height:360px;
  	margin: 0 0 0 -5%;
}

#right {
  	float:right;
  	width: 477px;
	margin: 0;
}

#footer {
	height:40px;
	width:893px; 
	background: url(../img/footer.jpg) no-repeat; 
	padding: 1px 0;
}


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