body{
	height: 100%;
	color: #fff;
	font-family: Palatino, Palatino-Roman;
	font-size: 14px;
	text-align: center;
	font-weight:bold;
}
a {
	color: #fff;
}
a:hover, #nav a:active, #nav a:focus {
	color: #c00000;
}
#container {
	margin: 0px 0px 0px 0px;
	min-width: 900px;
} 
#logo {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0px 0px 10px;
	float: left;
	height: 186px;
	width: 300px;
	border: 1px solid black;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-image: url(Bilder/logo.jpg);
	background-position: center center;
}
#copyright {
	margin-top: 186px;
}
#logoxxx {
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0px 0px 10px;
	float: left;
	height: 188px;
	width: 302px;
	border: 1px solid black;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
} 
#nav {
	float: left;
}
#nav a, #nav a:link, #nav a:visited {
	color: #c00000;
	display: block;
	margin: 50px 0px 0px 40px;
	height: 53px;
	border: 1px solid black;
	padding: 37px 0px 0px 0px;
	text-decoration: none;
	background: rgba(207,207,207,0.4);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-image: url(Bilder/dartscheibe_sw.jpg);
	width: 90px;
	background-position: center center;
}
#nav a:hover, #nav a:active, #nav a:focus {
	color: #fff;
	background-image: url(Bilder/dartscheibe_farbe.jpg);
	background-position: center center;
}
#nav span {
	background: rgba(212,42,43,1.0);
	display: block;
	margin: 50px 0px 0px 40px;
	height: 53px;
	border: 1px solid black;
	padding: 37px 0px 0px 0px;
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-image: url(Bilder/dartscheibe_farbe.jpg);
	width: 90px;
	background-position: center center;
}
#main {
	width: 700px;
	margin: 40px 0px 0px 10px;
	font-size: 24px;
}
