body {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	margin:	0px;
	background-color: #000000;
	line-height: 18px;
	background-image: url('gfx/bg.jpg');
	}

img { 
	border: none; 
	}

a:focus { 
	outline: none; 
	}

a, a:visited, a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	}

a:hover {
	color: #d20000;
	text-decoration: none;
	font-weight: normal;
	}
	
a.footerlink, a.footerlink:visited, a.footerlink:active {
	color: #d20000;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	}

a.footerlink:hover {
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
	background-color: #d20000;
	text-decoration: none;
	}

form {
  border: none;
  margin: 0px;
  padding: 0px;
}

input, textarea, select {
  border: 1px solid #1e1e1e;
  margin-bottom: 5px;
  max-width: 250px;
  background-color: #161616;
  color: #ffffff;
  padding: 5px;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus {
  border: 1px solid #1e1e1e;
  background-color: #161616;
  color: #ff1f00;
  margin-bottom: 5px;
  max-width: 250px;
  padding: 5px;
}

input[type="radio"], input[type="checkbox"], 
input[type="radio"]:focus, input[type="radio"]:active,
input[type="checkbox"]:focus, input[type="checkbox"]:active {
  border: 0px;
}

.input {
  background-color: transparent;
  border: none;
  margin: 2px;
}
	
#headline {
	font-weight: bold;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
	.headline {
		font-weight: bold;
		font-size: 13px;
		padding-top: 5px;
		padding-bottom: 5px;
		}

#tabelle {
	color: #999999;
	}
	
	.tabelle {
		color: #999999;
		}

#header {
	background-image: url('gfx/top.png');
	background-repeat: repeat-x;
	height: 269px;
	margin: 0 auto;
	width: 100%;
	}
	
	#header2 { 
		width: 875px;
		margin: 0 auto;
		}
		
	#logo {
		float: left;
		}
	
	#header_rechts {
		float: right;
		padding-top: 103px;
		}
		

	
#site {
	width: 875px;
	margin: 0 auto;
	}

#links {
	width: 585px;
	float: left;
	}

#rechts {
	margin-left: 615px;
	width: 260px;
	text-align: right;
	}


#fuss {
	background-image: url('gfx/fuss.png');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 64px;
	clear: both;
	padding-top: 205px;
	width: 100%;
	bottom: 0px;
	font-size: 10px;
	}
