body {
	color: #FFF;
	background-color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;  
	font-size: small;
	font-weight: normal;
	text-align: center;
	margin: 2px;
}

#wrapper {
	background-color: #000;
	border-style: solid;
	border-width:1px;
	border-color: #666;
	text-align: left;
	width: 1000px;
	margin: 0 auto; 
	
	padding-bottom: 150px; 
	position: relative;
}  
  
#header {
	background-image: url(./header.gif);
	height: 150px;
	text-align: center;
	font-size: large;
	font-weight: bold;
}
div#header a:link 	 {color: #c00;  background-color: #000;}
div#header a:visited {color: #c00;  background-color: #000;}
div#header a:hover 	 {color: #fff;  background-color: #c00;}
div#header a:active  {color: #c00;  background-color: #000;}
div#header a:focus 	 {color: #c00;  background-color: #000;}

#content-wrapper {
	background-image: url(./hintergrund.gif);
	background-repeat: no-repeat;
	background-position:top center;
	min-height: 900px;
}

div#navi {
	float: left;
	clear: left;
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	width: 180px;
	background-color: #222;
	border-width:1px;
	border-color: #666;
	border-style: solid;
	height: 100%;
}
div#navi a.button {
  height: 15px;
  padding: 3px;
  margin: 2px;
  display: block;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}
div#navi a.subbutton {
  height: 15px;
  padding: 0px;
  margin: 0px;
  display: none;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
}
div#navi a.button:link, 	div#navi a.subbutton:link		{color: #c00;  background-color: #222;}
div#navi a.button:visited,  div#navi a.subbutton:visited	{color: #c00;  background-color: #222;}
div#navi a.button:hover, 	div#navi a.subbutton:hover,
div#navi a.button:focus, 	div#navi a.subbutton:focus		{color: #fff;  background-color: #c00;}
div#navi a.button:active, 	div#navi a.subbutton:active		{color: #c00;  background-color: #222;}

div#content {
	margin: 10px;
	padding-left: 200px; /* navi width (180px) + 2*margin (2*10px) */
 }
div#content a:link 		{color: #c00;}
div#content a:visited 	{color: #c00;}
div#content a:hover 	{color: #f00;}
div#content a:active 	{color: #c00;}
div#content a:focus 	{color: #c00;}
div#content a.nolink 	{color: #FFF;}

div#content table {
	background-color: #222;
	border-spacing: 2px;
	margin-top: 1px; margin-bottom: 2px; margin-left: 1px; margin-right: 2px;
	border-collapse: separate;
	border-width:1px;
	border-color: #666;
	border-style: solid;
}
div#content td {
	padding: 3px;
}
div#content tr.header {
	background-color: #000;
	font-weight: bold;
	text-align: center;
}
div#content table.hidden {
	background-color: #000;
	border: 0;
}



img {	border: 0px;}
a { font-weight: bold; text-decoration:none;}
p { margin: 5px;}
h1 { font-size: x-large; margin-top: 30px; margin-bottom: 20px;}
h2 { font-size: medium; margin-top: 25px; margin-bottom: 15px;}
h3 { font-size: small; margin-top: 15px; margin-bottom: 0px;}

div#footer {
	background-image: url(./footer.gif);
	background-repeat: no-repeat;
	text-align:center;
	  	
	position: absolute;
	bottom: 0px;
	left: 125px;
	width: 750px;
	height: 150px;
}
div#footer a:link 	 {color: #c00;  background-color: #000;}
div#footer a:visited {color: #c00;  background-color: #000;}
div#footer a:hover 	 {color: #f00;  background-color: #000;}
div#footer a:active  {color: #c00;  background-color: #000;}
div#footer a:focus 	 {color: #c00;  background-color: #000;}

input, select, textarea {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #CC0000;
	background-color: #000;
}
input:hover, select:hover, textarea:hover {
	border: 1px solid #FF0000;
}
textarea {
	line-height: 1.4em;
}
option {
	padding: 0 1em 0 0;
}
