BODY {
	margin: auto;
	padding: 0px;
	background: #222222 url(../images/hintergrund.gif) repeat fixed center center;
	}

#inhalt {

	margin: auto;
	padding: 0px;
	width: 980px;
	color: #222222;
}


#content {
        padding: 10px;
	width: 410px;
	float: left;
	background : #ffffff url(../images/content3.jpg) no-repeat;
	}

#topic {
        float: left;
	width: 230px;
	background : #7F7F7F url(../images/topic3.jpg) no-repeat;
	
}

#sidebar {
	
	width: 280px;
	float: left;
	background : #68727E url(../images/context3.jpg) no-repeat;
	padding: 20px;
}


#logo {
        margin: auto;
	width: 980px;
	height: 150px;
	background : #68727E url(../images/oben3.jpg) no-repeat;
}


