#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;	
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	background: #fff url(../img/body.gif) repeat-x;
}

h1,h2,h3,h4,h5,p,ul,li{padding:0;margin:0;}
input, select, textarea{border:#333 1px solid;}
table, td{font-family: arial, verdana, helvetica, sans-serif;font-size:12px;letter-spacing:1px;}

.logo{margin:0 0 0 5px;}

.seitentitel{padding:164px 0 0 358px;font-size:14px;font-weight:bold;}
.texttitel{font-size:14px;font-weight:bold;}
.smalltexttitel{padding:5px 0 5px 0;font-size:12px;font-weight:bold;}
.texttop{padding:5px 0 10px 0;line-height:15px;}
.text{padding:0 0 10px 0;line-height:15px; text-align:justify;}
.textbottom{padding:5px 0 30px 0;line-height:15px;}
.errortext{margin:0 0 10px 0;font-size:12px;color:red;}

.liste{margin:10px 20px 10px 20px;line-height:15px;}

.projekte_img{margin:5px 10px 5px 0;}
.projekte_li{padding:0 0 10px 0;font-size:11px;list-style-type:none;border-bottom:#ccc 1px solid;}
.projektetitel{padding:5px 0 0 0;color:#666;font-size:11px;font-weight:bold;}
.projektetext{color:#666;font-size:11px;}
.projektetext_right{text-align:right;}
a.projekte{color:#333;text-decoration:none;font-size:11px;}

.leftimg, .leftimg2{margin:0 0 50px 0;border-bottom:#535353 2px solid;}
.leftimg2{border-top:#535353 2px solid;}

.rightfloatimg{float:right;padding:5px;}


input.admin{width:400px;margin:10px 0 10px 0;}
textarea.admin{width:400px;margin:10px 0 10px 0;}

input.kontakt,textarea.kontakt{width:400px;margin:5px 0 5px 0;}


a:link.mainnav, a:visited.mainnav{		
	margin:0 10px 5px 0;
  	padding:1px;
	color:#000;	
	text-decoration:none;
	font-size:14px;
	letter-spacing:1px;
	font-weight:bold;
}
	
a:hover.mainnav, a:active.mainnav{        	
	color:#666;	
	border:#cc000 dotted 1px;
}

a.mainnav_active{	
	margin:0 10px 5px 0;
	padding:1px;
	color:#666;	
	text-decoration:none;
	font-size:14px;
	letter-spacing:1px;
	font-weight:bold;
}

a:link.link_projekt, a:visited.link_projekt{	
	color:#666;	
	text-decoration:none;
	font-size:10px;
	letter-spacing:1px;
	font-weight:bold;
}
	
a:hover.link_projekt, a:active.link_projekt{        	
	color:#999;
}

a:link.impressumlink, a:visited.impressumlink, a:active.impressumlink{
	padding: 0 0 0 5px; 
	color:#000; 
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}

a:hover.impressumlink, a:active.impressumlink{        	
	color:#666;
}



/* 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 { 	
	width: 900px;
	text-align: left;	
}

#header{	
	clear: both; 
	width: 900px;
	height: 91px;
	color: #000;
	background: url(../img/header.gif) no-repeat;
	background-position:bottom left;
}

	#headerleft{
		float:left;
		width:325px;
		height:71px;
		padding:10px 0 0 0;
		text-align:left;
	}
	
	#headerright{
		float:right;
		width:575px;
		height:71px;
		padding:10px 0 10px 0;
		text-align:right;
	}
		#spacer1{
			width:575px;
			float:right;
			height:20px;		
		}

#subnav {
	clear: both; 
	width: 900px;
	height:203px;
	color: #fff;	
	background: url(../img/subnav.gif) no-repeat;
}

#footer {	
	clear: both; 
	width: 100%;
	color: #000;
}

#contentfloatholder {/* right faux column tab */	
	float: left;
	width: 100%;
	background: #fff 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: 0 0 0 343px;
	padding:0 0 10px 15px;
	border-bottom:#535353 2px solid;
}

#center_projekte{
	margin: 3px 3px 3px 354px;
	padding:0 15px 10px 15px;
	border-bottom:#535353 2px solid;
	border: 1px solid #ccc;
}

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

#left {
	float:left;
	width: 343px;
	margin: 0 0 0 -5%;
}

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

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