body {
	margin: 0px;
	padding: 0px;
	background: #eee;
}

a {
	outline: 0px;
}

a img {
	border: 0px;
}

.separator {
	display: block;
	clear: both;
	overflow: hidden;
	height: 0px;
}

sup, sub {
	font-size: 0.75em;
}

.alignright {
	float: right;
	margin-right: 10px;
}

#infobox {
	color: #999;
	padding: 0px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 900px;
	height: 500px; 
	margin-left: -450px;	
	margin-top: -250px;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

div.home {
	background: #fff url(images/home.png) no-repeat;
}

div.fachtag {
	background: #fff url(images/fachtag.png) no-repeat;
}

div.infotag {
	background: #fff url(images/infotag.png) no-repeat;
}

/* HOME */

a.ng {
	position: absolute;
	left: 272px;
	width: 271px;
	height: 44px;
	overflow: hidden;
	text-indent: -9999px;
}

a.infotag {
	top: 272px;
	background: url(images/buttons.png) no-repeat 0px 0px;
}

a.infotag:hover {
	background: url(images/buttons.png) no-repeat -271px 0px;
}

a.fachtag {
	top: 338px;
	background: url(images/buttons.png) no-repeat 0px -44px;
}

a.fachtag:hover {
	background: url(images/buttons.png) no-repeat -271px -44px;
}

/* SUB SITES */

a.link {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 22px;
	width: 110px;
	height: 110px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	outline: 0;
	text-decoration: none;
	background: url(images/review.png) no-repeat 0px 0px;
}

a.link:hover {
	background: url(images/review.png) no-repeat -110px 0px;
}


.fachtag a.infotag,
.infotag a.fachtag {
	left: 35px;
	top: 30px;
}