body {
	font-family: Arial,sans-serif;
	background: #000000;
	color: #ECE9D8;
	font-size: 80%;
}
a:link {
	text-decoration: none;
	color: #0066FF;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
	color: #33FFFF;
}
a:active {
	text-decoration: none;
	color: #FFCC33;
}
h2,p{
	margin: 0 10px;
}

p{
	padding-bottom: 1em;
}

h2{
	padding-top: 0.6em;
	padding-bottom: 0.3em;
	font-size: 114%;
	color: #009900;
}
div#container{
	width:90%;
	text-align:center;
	margin: 0 auto;
}
div#content{
	width:49%;
	float: right;
	background-color: #333333;
}
div#nav{
	float: left;
	width:49%;
	background: #333333;
	text-align: center;
}
.information {
	background-color: #212121;
	width: 85%;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.clubmoto {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFCC33;

}
.blutxt {
	color: #33cccc;
}
.warningtext {color: #FF0000;}
img {
	padding-top: 15px;
}