#startseite, #gameserver, #regeln, #impressum{
	background-color: #242424;
 	font: 9pt Arial;
}

.linkbanner{
	margin-top: 5px;
}

.copyhinweis{
	color: red;
}

.gruen{
	color: #44ed40;
}

.weiss{
	color: #fff;
}

.grau{
	color: #9D9D9D;
}

h2.ff{
	color: #fff;
}

h2.graucenter{
	color: #9D9D9D;
	text-align: center;
}

h3.graucenter{
	color: #9D9D9D;
	text-align: center;
}

a:link{
	color: #63B8FF;
	text-decoration:none;
}

a:visited{
	color: #63B8FF;
	text-decoration:none;
}

a:hover{
	color: #ededed;
	text-decoration:underline;
}

a:active{
	color: #63B8FF;
	text-decoration:none;
}

div#mittig{
	width: 1065px;
	margin: 15px auto;
	text-align: left;
}

div#kleinmittig{
	width: 700px;
	margin: 15px auto;
	text-align:left;
}

div#main{
	width: 700px;
	background: url(main_hg0.png);
	background-repeat: repeat-y;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px;
}

div#innenabstand{
	padding-right: 50px;
	padding-left: 50px;
}

div#obenrund{
	height: 20px;
	width: 700px;
	background: url(obenrund.png);
	background-repeat: no-repeat;
	margin: 0px;
}

div#untenrund{
	height: 20px;
	width: 700px;
	background: url(untenrund.png);
	background-repeat: no-repeat;
	margin: 0px;
}

/* navigationsleiste oben */

#nav{
	text-align: center;
	width: 100%;
	margin-bottom: 35px;
}

#nav li{
  display: inline;
  list-style-type: none;
  margin-right: 20px;
}
 
#nav a{
  color: white;
  text-decoration: none;
  padding: 5px 20px;
  margin: 0px 5px
  border-bottom: 3px solid yellow;
  border-left: 3px solid yellow;
}

#startseite #nav1 a, #gameserver #nav2 a, #regeln #nav3 a, #impressum #nav4 a {
color: #bbb;
font-weight: bold;
font: Helvetica Arial Verdana;
border-bottom: 3px solid green;
border-left: 3px solid green;
}

#nav a:hover,
#nav a:focus {
	color: #bbb;
	border-bottom: 3px solid red;
	border-left: 3px solid red;
}
