/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #FCFBF3 url(/grafik/homepage/body_bg.gif) repeat-x;
	color: #963;
	text-align: center;
}

/* TOPIC */
#topic {
	white-space: nowrap;
	margin: 0 auto 20px auto;
	clear: both;
	width: 982px;
	height: 150px;
}
#topic img {
	border-top: 10px solid #9E2835;
	border-bottom: 10px solid #9E2835;
}
#topic a { 
	border-left: 2px solid white; 
	height: 150px;
	display: block;
	float: left;
} /* border muss auf Link gesetzt sein da bei img der border schräg ist */
#topic a.last { border-right: 2px solid white; }

/* ENTER */
#enter { 
	color: white;
	clear: left;
	padding: 10px 0;
}
#enter a { 
	color: white;
	text-decoration: none;
}
#enter a:hover { text-decoration: underline; }

/* LOGOS */
table.logos { margin: 50px 0 10px 0; }
table.logos td {
	width: 20%;
	vertical-align: middle;
	text-align: center;
}

/*FUSSZEILE*/
#adresse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#copyright {
	color: #963;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 4px;
	text-align: left;
	left: 4px;
	bottom: 4px;
	position: absolute;
}
#copyright a {
	color: #963;
	text-decoration: none;
}
#copyright a:hover { text-decoration: underline; }
