/* Style Definitionen für gescheite Browser */

body {
	margin:0px;
	padding:0px;
	background-color:#b3b0b0;
	font-family:Georgia, Times, serif;
}

#wrapper {
	margin:10px auto 0px auto;
	width:610px;
}

#banner {
	text-align:center;
}

#menu {
	height:30px;
}

#menu a {
	display:block;
	float:left;
	border:1px solid black;
	background-color:black;
	color:white;
	width:75px;
	text-decoration:none;
	padding:2px;
	margin:0px 5px 0px 0px;
	font-size:10px;
	text-align:center;
}

#menu a:hover {
	color:black;
	background-color:white;
}

#content {
	margin:8px 0px 0px 0px;
}

#content iframe {
	border:2px;
	width:598px;
	height:510px;
	background-color:white;
	padding:0px;
}