html, body{
	font: 11px Arial, Helvetica, sans-serif;
	color: #d6d6d4;	
	background: #1a171b;
}

a{
	color: #d6aa56;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h2{
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h3{ font-weight: bold; }

p {
	text-align: justify;
	padding: 0 0 8px 0;
}

table{
	width: 100%;
}

.grey{
	color: #b3b3b3;
}

.public{
	color: #d6aa56;
}

.highlight{
	color: #d6aa56;	
}

td { padding: 0 15px 0 0;}

#wrapper{
	width: 880px;
	margin: 90px auto 0 auto;
	padding: 0px 0px 40px 0px;
}

#header{
	position: relative;
    margin: 0 0 20px;
	height: 205px;
}

#logo{
	position: absolute;
	left: 12px;
	top: -24px;
}

#slogan{
	position: absolute;
	left: 21px;
	top: 144px;
}

#club-pics{
	position: absolute;
	right: 0;
	top: 0;
	width: 451px;
	height: 204px;
}

#club-pics ul{
	margin: 0;
	padding: 0;
}

#club-pics li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar-right{
	width: 450px;
	float: right;
}

#sidebar-left{
	width: 410px;
	float: left;
	padding: 0 20px 0 0;
}

.sidebar-header{
	height: 50px;
	margin-bottom: 20px;
	border-bottom: 1px solid #afafaf;
}

/* Formular */
form, form h2{
	color: #b3b3b3;
}

label{
	float: left;
	clear: left;
	width: 100px;
	height: 15px;
	margin: 0 0 2px 0;
	line-height: 15px;
}

input, textarea{
	border: 1px solid #B3B3B3;
	line-height: 15px;
	padding: 0 5px;
	margin: 0 0 2px 0;
	color: #B3B3B3;
	background: transparent;
	font-size: 11px;
}

input{
	height: 15px;
	float: left;
	width: 140px;
}
textarea{
	width: 168px;
	height: 72px;
}
input.submit{
	clear: both;
	width: 350px;
	text-align: center;
	padding: 0 0 4px 0;
	height: 17px;
	margin: 10px 0 0 100px;
}
#form-left{
	float: left;
	width: 260px;
	margin-right: 10px;
}
#form-right{
	float: left;
	width: 180px;
}


/* Allgemeine Klassen */
.right{ float:right; }
.clear{ clear:both; }
.justify{ text-align: justify }
