html, body {
	color:#DDDDDD;
	background-color:#000000;
}

th {
	background-color:#AA0000;
	text-align: center;
}

td {
	border: 1px solid black;
	background-color: #000000;
	color: #ffffff;
}

.whiteTable td {
	background-color: #ffffff;
	color: #000000;
}

img {
	border:0;
}

legend {
	color: #FFFFFF;
}

option,select {
	text-align: center;
}

small {
	font-size: 8.5pt;
}

input[type="submit"], button {
	font-size: 12px;
	border-left: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
	border-right: 3px solid #000000;
	border-bottom: 3px solid #000000;
	text-align: center;
	background-color: #990000;
	color: white;
}

input[type="submit"]:hover, button:hover {
	background-Color: #BB0000;
}

input[type="submit"]:active, button:active {
	background-Color: #BB0000;
	border-left: 2px solid #000000;
	border-top: 2px solid #000000;
	border-right: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc;
}

h1,h2,h4 {
	margin:0;
}

h5 {
	font-size: 95%;
}

a {
	color: #CC0000;
	background-color: transparent;
	text-decoration:underline;
	cursor: pointer;
}

.pointer {
	cursor: pointer;
}

.options {
	margin: auto;
	text-align: right;
	width: 300px;
}

.ok, .error {
	margin: auto;
	text-align: center;
	width: 75%;
}

.error {
	background-color: #440000;
	border: 2px solid #bb0000;
}

.ok {
	background-color: #004400;
	border: 2px solid #00bb00;
}

a:hover{
	color: #FFC000;
	background-color: transparent;
}

.margin-center {
	margin-left:auto; 
	margin-right:auto;
	padding-right:35px;
}

.tcenter {
	text-align: center;
}

.nomargin {
	margin:0;
}

.smalltd {
	width: 18px;
	text-align: center;
}

.login {
	display: inline-block;
	margin: auto;
	text-align: center;
}

.bordered {
	border: 1px solid #FFFFFF;
}

.navi {
	margin-top:40px;
	margin-left:auto; 
	margin-right:auto;
	padding-right:35px;
}

#ads {
	position: absolute;
	left: 800px;
	top: 400px;
	height: 240px;
	width: 120px;
	z-index: 5;
}

#navi,#head,#head2 {	
	position:absolute;
	visibility: visible;
	text-align:center;
}

#navi {
	left: 15px;
	top: 0px;
	width:211px;
	height:750px;
	background-image:url(bilder/navi.png);
	background-position:0 0;
	background-repeat: no-repeat;
}


#head {
	left: 212px;
	top: 0px;
	overflow: visible;
	z-index: 3;
	width:725px;
	height:120px;
}

#head2 {
	left: 212px;
	top: 130px;
	z-index: 1;
	width:640px;
	min-height:670px;
}

#content {
	position:absolute;
	visibility: visible;
	left: 282px;
	top: 190px;
	width:685px;
	z-index: 4;
	overflow: visible;
}

#Comment {
	display: none;
}

.headliner {
	color: #FFC000;
	background-color: transparent;
}
