
html, body{
	margin:0;
	padding:0;
}

body{
	position: relative;
	color:#000000;
	background-color:#ffffff;
	width: 1006px;
	margin: 0 auto 0 auto;
	text-align: center; /* horizontale Zentrierung in alten IEs */
}

/* ####################################################### */
/* #### Raster / Seitenaufteilung ######################## */

div#website{
	width:1006px;
	overflow:hidden;
	position: relative;
}

div#spalten{
	text-align:center;
	padding:0 20px 0 20px;
}

div#frau{
	width:196px;
	float:left;
	overflow:hidden;
	text-align:right;
	padding:42px 0 0 0;
}

div#mann{
	width:196px;
	float:right;
	overflow:hidden;
	text-align:left;
	padding:42px 0 0 0;
}

div#unisex{
	clear:both;
	margin: 10px 229px 0 229px;
}


/* ############################################################ */
/* #### Allgemeine Formatierungen (Schriften, Listen,... ) #### */


html, body, table, th, td, div{
	font-size: 12px;
	line-height:1.5em;
	font-family: arial, verdana, helvetica, lucida, sans-serif;
}

h1{
	font-size: 12px;
	line-height:1.5em;
	margin:0 0 1em 0;
	padding:0;
}

p{
	margin:0 0 1em 0;
	padding:0;
}

div#frau a{
	color:#993366;
	background-color:inherit;
}

div#mann a{
	color:#003366;
	background-color:inherit;
}

div#unisex a{
	color:#FF6600;
	background-color:inherit;
}
div#unisex p{
	text-align:justify;
}

img{
	border:none;
}

