body{
	background-color: #FFFADA;
	font-family: arial, sans-serif;
	text-align: center;    /*Zentrierung IE */
}
#wrapper{
	width: 1182px;
	height: 665px;
	margin: auto;      /* generell Zentrierung  */
	/*  background-color: aquamarine;  */
} 
#rand_links{
	margin-top: 29px;
	width: 104px;
	height: 610px;
	float: left;
	/*  background-color: yellow;  */
}
/*   Navigationsfelder -------------------------*/
#spalte_1{
	margin-top: 28px;
	width:200px;
	height: 610px;
	float: left;
 /*  background-color: bisque;  */
}
#nav1{
	width: 200px;
	height: 100px;
	/*background-color: chocolate;*/
}
#nav2{
	width: 200px;
	height: 100px;
	text-align: center;
	/*background-color: chocolate;*/
}
#nav3{
	margin-top: 5px;	/* Rand oberhalb */
	width: 200px;
	height: 100px;
	text-align: center;
	/*background-color: chocolate;*/
}
#nav4{
	width: 200px;
	height: 100px;
	text-align: center;
	/*background-color: chocolate;*/
}
#nav5{
	margin-top: 5px;	/* Rand oberhalb */
	width: 200px;
	height: 100px;
	text-align: center;
	/*background-color: chocolate;*/
}
#nav6{
	width: 200px;
	height: 100px;
	text-align: center;
	/*background-color: chocolate;*/
}

#spalte_2{
	margin-top: 23px;
	margin-left: 5px;
	width: 200px;
	height: 610px;
	float: left;
	/* background-color: aquamarine; */
}

#nav7{
	margin-top: 5px;	/* Rand oberhalb */
	width: 200px;
	height: 100px;
	text-align: center;
	/*background-color: chocolate;*/
}
#nav8{
	width: 200px;
	height: 100px;
	text-align: center;
	/*background-color: chocolate;*/
}
#nav9{
	margin-top: 5px;	/* Rand oberhalb */
	width: 200px;
	height: 100px;
	text-align: center;
	/*background-color: chocolate;*/
}
#nav10{
	width: 200px;
	height: 100px;
	text-align: center;
	/*background-color: chocolate;*/
}
#nav11{
	margin-top: 5px;	/* Rand oberhalb */
	width: 200px;
	height: 100px;
	text-align: center;
	/*background-color: chocolate;*/
}
#nav12{
	width: 200px;
	height: 100px;
	text-align: center;
	/*background-color: chocolate;*/
/*   Ende Navigationsfelder -------------------------*/
}
#content{
	margin-left: 539px;
	padding-top: 29px;
	width: 610px;
	height: 610px;
	
	/*   background-color: cadetblue;   */
}
/*#wrapper a:hover{
	outline: 0.001em dotted black;
	outline-offset: -5px;
} */