/* @override http://splash.trueworld.de/style.css */

html {
	background-image: url(Bilder/hintergrund.jpg);
}

div#container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}





div#header {
	background: url(Bilder/logo.png) no-repeat;
	height: 109px;
}

div#links > div {
	float: left;
	overflow: hidden;
}

div#links > div > a {
	display: block;
	text-indent: -621px;
}

div#beratung {
	width: 362px;
	margin-left: 84px;
	background: url(Bilder/beratung.png) no-repeat;
}

div#beratung a {
	width: 362px;
	height: 617px;
	background: url(Bilder/beratung_sel.png) no-repeat 376px;
	overflow: hidden;
}

div#beratung a:hover {
	background: url(Bilder/beratung_sel.png) no-repeat 0;
}

div#verlag {
	width: 470px;
	background: url(Bilder/verlag.png) no-repeat;
}

div#verlag a {
	width: 470px;
	height: 631px;
	background: url(Bilder/verlag_sel.png) no-repeat 546px;
}

div#verlag a:hover {
	background: url(Bilder/verlag_sel.png) no-repeat 0;
}