Body {
	background: #fceebe;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#body {
	width: 960px;
	background: #fff;
	margin: 0 auto;
	position:relative;
}

/* ------- Aufbau Design ---------*/

#logo {
	width:420px;
	height:90px;
	position:absolute;
	top:0.5em;
	left:8.6em;
}
#slogan {
	width:240px;
	height:31px;
	background-image:url(../img/slogan.gif);
	background-repeat: no-repeat;
	position:absolute;
	top:7.5em;
	left:23.5em;
}

#cblock {
	width:830px;
	float:right;
	margin-top:2.6em;
	margin-bottom:1.6em;
}
/* ------- Spalten ---------*/

/* ------- Inhalt - Media ---------*/
#col-i-m {
	width:830px;
}

#col-inhalt  {
	width: 420px;
	float:left;
	overflow:hidden;
}
#col-media {
	width: 388px;
	float:right;
}
/* ------- Inhalt 2 Spalten ---------*/
#col-i2 {
	width:420px;
	overflow:hidden;
}

#col-i12  {
	width: 200px;
	float:left;
}
#col-i22 {
	width: 200px;
	float:right;
}	
