html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	background-color: #000000;
	text-align:center;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	color: #969696;;
}
#page	{
	margin: 0 auto 0 auto;
	width: 1000px;
	font-size: 100%;
	line-height: 1em;
	display: table;
	border-left: solid 1px #FFFF17;
	border-right: solid 1px #FFFF17;
	border-bottom: solid 1px #FFFF17;
}
#header {
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	width:999px;
	height:179px;
}
#menu {
	width:100%;
	height: 27px;
	border-bottom: solid 1px #FFFF17;
	border-top: solid 1px #FFFF17;
	text-align:left;
}
a {
	text-decoration: none;
}
#menu a {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	margin-left: 15px;
	margin-right: 5px;
	text-decoration: none;
	color: #FFFF17;
	font-weight: bold;
	line-height:26px;
}
#menu a:hover {
	color: #dddddd;
}
#menu a.active {
	color: #dddddd;
}
#content {
	display: table;
	width: 100%;
}
#inhalt {
	font-size: 90%;
	color: #969696;
	width: 700px;
	text-align: left;
	margin: 15px;
	float:left;
}
#inhalt h1{
	font-size: 120%;
	color: #FFFF17;
}

#rightpane {
	position:relative;
	border: solid 1px #FFFF17;
	font-size: 90%;
	color: #969696;
	background-color: #333333;
	width: 200px;
	text-align: left;
	margin: 15px;
	float:right;
	padding: 10px;
}
#rightpane p {
	margin-left:10px;
}
#feet {
	/*width: 999px;*/
	font-size: 60%;
	height: 15px;
	position:absolute;
	margin: 0;
 	color: #666666;
}
#feet a{
 	color: #666666;
	text-decoration: none;
}

#rahmen {
	background-color: #333333;
	padding: 15px;
	color:#FFFF17;
	border: solid 1px #FFFF17;
	margin-bottom:15px;
}
#rahmen h1{
	color: #FFFF17;
}
input {
		width: 500px;
}
.w80 {
		width: 80px;
}
.w400 {
		width: 500px;
}
