﻿body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:Black;
	margin-top:0px;
	margin-left:0px;
	background-color:#FFFFFF;
	background-image:url(../images/hintergrund/hintergrund.jpg);
	background-repeat:repeat-x;
}
H1
{
	margin-top:0px;
	font-size:14pt;
	margin-bottom:8px;
}
img
{
	border:0px;
}
a
{
  color:Black;
  text-decoration:none;
}
.nofloat{clear:both;}
.clearleft{clear:left;}
.clearright{clear:right;}

#container 
{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border:0px solid green;
}
#nav-left
{
  position:relative;
  top:150px;
  left:0px;
	border:0px solid red;
  width:175px;
  float:left;
  text-align:left;
}
#inhalt
{
  position:relative;
  top:0px;
	width:820px;
	border:0px solid yellow;
  min-height:620px;
  text-align:center;
  float:right;
}
#inhalt-text
{
  border:0px solid yellow;
  float:left;
  width: 600px;
  padding:20px;
  margin-left:90px;
  margin-right:auto;
  background-image:url(../images/hintergrund/text40.png);
  line-height:15pt;
  overflow:hidden;
  text-align:left;
}
#inhalt-text p
{
  padding-bottom:-4px;
}
#header-logo
{
  text-align:left;
  margin-bottom:30px;
  padding:30px;
  float:left;
}
.InputBox
{
	border:1px solid #87888A;
	font-size:12px;
	color:#87888A;
	width:150px;
	padding-left:4px;
	float:left;
}

#nav-left ul
{
/*	background-color:#87888A;*/
	text-align:left;
}
#nav-left ul li
{
	width:175px;
	display:block;
	list-style:none;
	list-style:none;
	margin-top:5px;
	text-align:center;
	margin-left:-50px;
}
#nav-left ul li.sel
{
	background-color:#B1B3B4;
}
#nav-left ul li a
{
  padding: 3px;
	display:block;
	color:black;
	font-weight:bold;
	text-decoration:none;
}
#nav-left ul li a.sel
{
	background-color:#B1B3B4;
}
#nav-left ul li a:hover
{
	display:block;
	color:black;
	background-color:White;
}
#btnWeiter
{
  margin-top:30px;
  margin-left:660px;
  border:1px solid white;
  width:70px;  
  background-image:url(../images/hintergrund/text40.png);
	display:block;
}
#btnWeiter a
{
  text-decoration:none;
  color:Black;
}
#btnWeiter a:hover
{
	display:block;
  text-decoration:none;
  color:Black;
  background-image:url(../images/hintergrund/text60.png);
}
#footer
{
	width: 1000px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border:0px solid black;
	padding-top:0px;
}
#footer-left
{
	color:#666666;
	font-size:8pt;
	float:left;
	margin-left:30px;
}
#footer-right
{
	color:#666666;
	font-size:8pt;
	float:right;
	margin-right:30px;
}

#footer-right a, #footer-left a
{
  text-decoration:none;
  color:#666666;
}
#footer-right a:hover, #footer-left a:hover
{
  text-decoration:underline;
  color:#666666;
}

