#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:5px 0 0 0;
	padding:0px;
	text-align: center; 	
	color: #000;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:12px;
	background:#fff;
}

html {min-height: 100%; margin-bottom: 1px; }
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;}

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

.logo{color:#fff;font-size:34px;font-weight:normal;letter-spacing:2px;}

.login{width:101px;}

h1{padding:0 0 20px 0;font-size:12px;}
h5{padding:38px 0 7px 9px;font-size:12px;color:#fff;}

.justImg{background:#fff;}
.editierfeld{width:100%;height:450px;}

a:link.mainnav, a:visited.mainnav{		
	display:block;
	width:101px;
	height:19px;
	padding:6px 0 0 9px;
	color:#fff;	
	text-decoration:none;	
}
	
a:hover.mainnav, a:active.mainnav{
	background:#6699FF;
}

a.mainnav_active{	
	display:block;
	width:101px;
	height:19px;
	padding:6px 0 0 9px;
	color:#fff;	
	text-decoration:none;	
	background:#6699FF;
}

a:link.subnav, a:visited.subnav{		
	display:block;
	width:111px;
	padding:6px 0 4px 9px;
	color:#fff;	
	text-decoration:none;
}
	
a:hover.subnav, a:active.subnav{
	background:#6699FF;
}

a.subnav_active{	
	display:block;
	width:111px;
	padding:6px 0 4px 9px;
	color:#fff;	
	text-decoration:none;
	background:#6699FF;
}

#wrapper { 
	text-align: left;
	width: 750px;
	margin: 0 auto; 
}

#header {	
	clear: both; 
	width: 692px;
	height: 40px;
	padding:2px 0 0 58px; 
}

#subnav{	
	clear: both; 
	width: 750px;
	height:48px;
}

 #footer{
 	clear: both; 
 	width:100%;
 	height:100px;
 	background:#fff url(../img/footer.gif) no-repeat;
	background-position:center top;
}

#contentfloatholder {/* right faux column tab */
	float: left;
	width: 100%;
}


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

#centerTop {
	margin:0 0px 0 230px;
	height: 60px;
	background: url(../img/logo.gif) no-repeat;
	background-position:top right;
}

#center {
	margin:0 10px 0 230px;
	padding:6px 15px 0 10px;
	height:354px;
	min-height:354px;
}

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

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

	#floatLeftLeftBox{
		float:left;
		width:110px;
		height:420px;
		background:#446078;
	}
		
	#floatLeftRightBox{
		float:right;
		width:120px;
		height:420px;
		background:#704C6F;
	}

#right {
	float:right;
	width: 0px;
	height:360px;
}

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