html {
	height:100%; 
}

body { 
	height: 100%; 
	scrollbar-base-color:#cccccc; 
	scrollbar-3d-light-color:#FFFFFF; 
	scrollbar-arrow-color:#cccccc;
	scrollbar-dark-shadow-color:#cccccc;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#cccccc;
	scrollbar-track-color:#FFFFFF;
	background-color:#FFFFFF;
	margin-top:0; margin-left:0; margin-right:0; margin-bottom:0;
	font-size:12px; color:#000000; 
	font-family:Arial, Helvetica, sans-serif; 
	font-style:normal; 
	font-weight: normal
	
	width: 100%;
	background-image: url(/images/strahlen.jpg);
	background-repeat: no-repeat;
	background-position: 970px 0px;
}

#wrapper {  
	position: relative; 
	min-height: 100%;
  width: 970px;	
  background-image: url(/images/hinten.jpg);
	background-repeat: repeat-y;
}



* HTML #wrapper { 
	height: 100% 
}

p  {font-size:12px; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-style:normal; font-weight: normal}
table  {font-family:Arial, Helvetica, sans-serif; font-style:normal; font-weight: normal}
tr    {font-family:Arial, Helvetica, sans-serif; font-style:normal; font-weight: normal}
td    {font-family:Arial, Helvetica, sans-serif; font-style:normal; font-weight: normal}

a  { color: black; font-size:12px; font-family:Arial, Helvetica, sans-serif; font-style:normal; font-weight:bold; text-decoration:none}
a:hover { color: red; font-size:12px; font-family:Arial, Helvetica, sans-serif; font-style:normal; font-weight:bold; text-decoration: underline overline}

.h1 {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal}
.h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold}
.h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 42px; font-style: normal; font-weight: bold}
.h4 {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-style: normal; font-weight: bolder}


#header {
  height: 250px;
  width: 970px;
  background-image: url(/images/start_oben.jpg);
	background-repeat: no-repeat;
	float: left;
}

#navigation_oben {
  height: 35px;
  width: 500px;
  margin-left: 340px;
  margin-top: 180px;
  color: white;
}

#navigation_oben a {
  color: white;
}

#navigation_oben a:hofer {
  color: red;
}

#nav_left { 
	width: 236px;
	float: left;
}


#content { 
  width: 700px;
  float: left;
  padding-left: 20px;
}

#footer {
	width: 100%; 
	position: fixed;	
	bottom: 0px; 
	height: 20px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 20px;
}

.subbutton  {
  margin-top: 1px;
	position: relative;
	width: 235px;
	height: 25px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.subbutton .subtext  {
	text-align: left;
	line-height: 25px;
	font-weight: bold;
	height: 25px;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 235px;
}

.subbutton .subtext a {
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	height: 25px;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 205px;
	padding-left: 30px;
	background-image: url("/images/weiss.gif");
	background-position: 8px 8px; 
	background-repeat: no-repeat;
}

.subbutton .subtext a:hover {
	background-color: #AB2D17;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	height: 25px;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 205px;
	padding-left: 30px;
}