body {
	background-image: url(../images/background.png);
	background-color: #222222;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 100%;
}

#news {
	position: absolute;
 	width: 800px;
	height: 600px;
   	left: 50%;
   	top: 50%;
   	margin-left: -400px;
   	margin-top: -300px;
	background-image: url(../images/background_main.png);
	background-repeat: no-repeat;
	padding: 0 0 0 0;
}

#main {
	margin: 0 0 0 0;
}

/*Über uns*/

#about {
	display:block;
	margin-top: 39px;
	margin-left: 519px;
	height: 40px;
	width: 141px;
}

#about a {
	display: block;
    background: url(../images/buttons/about_norm.jpg) no-repeat;
	width: 141px;
	height: 40px;
}

#about a:hover {
    border: 0;
	background: url(../images/buttons/about_over.jpg) no-repeat;
}

/*Licht- und Farbberatung*/

#lightandcolor {
	display: block;
	margin-top: 28px;
	margin-left: 141px;
	height: 40px;
	width: 294px;
}

#lightandcolor a {
	display: block;
    background: url(../images/buttons/lightandcolor_norm.jpg) no-repeat;
	width: 294px;
	height: 40px;
}

#lightandcolor a:hover {
    border: 0;
	background: url(../images/buttons/lightandcolor_over.jpg) no-repeat;
}

/*Aus- und Fortbildung*/

#education {
	display: block;
	margin-top: 28px;
	margin-left: 436px;
	height: 40px;
	width: 256px;
}

#education a {
	display: block;
    background: url(../images/buttons/education_norm.jpg) no-repeat;
	width: 256px;
	height: 40px;
}

#education a:hover {
    border: 0;
	background: url(../images/buttons/education_over.jpg) no-repeat;
}

/*Wohn- & Lebensraumberatung*/

#living {
	display: block;
	margin-top: 18px;
	margin-left: 78px;
	height: 60px;
	width: 301px;
}

#living a {
	display: block;
    background: url(../images/buttons/living_norm.jpg) no-repeat;
	width: 301px;
	height: 60px;
}

#living a:hover {
    border: 0;
	background: url(../images/buttons/living_over.jpg) no-repeat;
}

/*Medien*/

#media {
	display: block;
	margin-top: 18px;
	margin-left: 373px;
	width: 106px;
	height: 40px;
}

#media a {
	display: block;
    background: url(../images/buttons/media_norm.jpg) no-repeat;
	width: 106px;
	height: 40px;
}

#media a:hover {
    border: 0;
	background: url(../images/buttons/media_over.jpg) no-repeat;
}

/*Literatur*/

#books {
	display: block; 
	margin-top: 28px;
	margin-left: 206px;
	width: 113px;
	height: 40px;
}

#books a {
	display: block;
    background: url(../images/buttons/books_norm.jpg) no-repeat;
	width: 113px;
	height: 40px;
}

#books a:hover {
    border: 0;
	background: url(../images/buttons/books_over.jpg) no-repeat;
}

/*Farbspiel*/

#game {
	display: block;
	margin-top: 28px;
	margin-left: 327px;
	width: 126px;
	height: 40px;
}

#game a {
	display: block;
    background: url(../images/buttons/game_norm.jpg) no-repeat;
	width: 126px;
	height: 40px;
}

#game a:hover {
    border: 0;
	background: url(../images/buttons/game_over.jpg) no-repeat;
}

/*Impressum*/

#impressum {
	display: block;
	margin-top: 28px;
	margin-left: 128px;
	width: 149;
	height: 40px;
}

#impressum a {
	display: block;
    background: url(../images/buttons/impressum_norm.jpg) no-repeat;
	width: 149px;
	height: 40px;
}

#impressum a:hover {
    border: 0;
	background: url(../images/buttons/impressum_over.jpg) no-repeat;
}