#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 { 
	font-family: arial; 
	font-size:12px; 
	color:#3D5B99;
	text-align:center;
	background:#fff; 
}

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

ul{padding:0 20px 10px 20px;}
p{padding:0 0 5px 0;}

.seitentitel{padding:0 0 11px 0;font-size:14px;}
.tabellenTitel{font-size:14px;}
.texttitel{padding:5px 0 11px 0;font-size:12px;font-weight:bold;}
.anschriftAnrede{font-size:11px; font-weight:bold;}
.anschriftText{font-size:10px;}

.rightfloat{float:right;margin:0 30px 20px 10px;padding:3px;border:1px solid #ccc;}

/********* LINKSTRUKTUR ************/

a{color:#3D5B99;}

a:link.mainnav, a:visited.mainnav{		
	display:block;
	float:left;
	width:166px;
	height:26px;
	padding: 0 14px 0 0;
	color:#3D5B99;	
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
	
a:hover.mainnav{        	
	color:#CCCCFF;
}

a.mainnav_active{
	display:block;
	float:left;
	width:166px;
	height:26px;
	padding: 0 14px 0 0;
	color:#CCCCFF;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

a:link.subnav, a:visited.subnav{		
	display:block;
	padding:1px 7px 0 0;
	color:#7584A1;	
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
	
a:hover.subnav{        	
	color:#CCCCFF;
}

a.subnav_active{
	display:block;
	padding:1px 7px 0 0;
	color:#CCCCFF;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}


a:link.impressum, a:visited.impressum{		
	padding:0 4px 0 0;
	color:#1A3553;
	font-size:10px;
}
	
a:hover.impressum, a:active.impressum{  
}

a:link.redButton, a:visited.redButton{		
	display:block;
	width:133px;	
	height:21px;
	margin:2px 0 0 0;
	color:#fff;	
	text-decoration:none;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	background:red;
}

a:hover.redButton, a:visited.redButton{		
	color:#000;	
}

/********** Kontaktformular *************/	
input, select, textarea{border:#ccc 1px solid;}
table, td{font-family: arial, verdana, helvetica, sans-serif;font-size:11px;}
.errortext{margin:10px 0 10px 0;font-size:11px;letter-spacing:1,5px;color:red;}
.tabelleKontakt{margin:0;padding:0;}
input.kontakt,textarea.kontakt{width:341px;margin:0 0 5px 0;}
input.smallKontakt{width:241px;margin:0 0 5px 0;}
select.kontakt{width:241px;margin:0 0 5px 0;}



/* 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;
	margin: 0 auto;
	margin-top:10px;
	border-left:1px solid #3D5B99;
	border-right:1px solid #3D5B99;
}

#header, #subnav, #footer {
	clear: both;
}

#header {
	width: 900px;
	height: 106px;
	padding:24px 0 0 0;
	text-align:left;
	background:#fff url(http://www.marinaservice-koepcke.de/img/header.gif) repeat-x;
}
	
#subnav{

}	

#contentfloatholder {/* right faux column tab */
	float: left;
	width: 100%;
	background:#fff url(http://www.marinaservice-koepcke.de/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:17px 10px 0 195px;
	text-align:left;
}
	
#centerwrap {
 	float:left;
	width: 100%; 
	min-height:385px;
	margin: 0 -95% 0 0;
}

#left {
	float:left;
	width: 180px;
	height:330px;
	margin: 0 0 0 -5%;
	padding:17px 0 0 0;
	text-align:right;
	background:#fff url(http://www.marinaservice-koepcke.de/img/left.jpg) no-repeat;
	background-position:bottom;
}
	
	#linkBox{
		display:block;
		float:left;
	}
	
	#anschrift{		
		display:block;		
		float:left;
		padding:50px 0 0 30px;		
	}	
	
#right {
  	float:right;
  	width: 0;
  	height:460px;
}	
	
#footer {
	width: 890px;
	height: 17px;
	padding:3px 10px 0 0;
	text-align:right;
	font-size:10px;
	border-top:#3D5B99 7px solid;
	border-bottom:#3D5B99 1px solid; 
}

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