body
{
  font-family: sans-serif;
  background-color: Gray;
  background-image: url(images/lines.png);
  height: 100%;
}

#header
{
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  height: 89px;
  background: transparent;
}

#content
{
  padding:0;
  background-color: white;
  background-image: url(images/keyboard.jpg);
  background-repeat: no-repeat;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto; 
  width: 900px;
}

#text
{
	background-color: white;
	background-image: url(images/textback-trans.png);
  padding:5px 5px 5px 5px;
	margin-left: 100px;
	margin-top: 0px;
	min-height: 600px;
	height: auto;
}

#topmenu
{
  margin-top:-22px;
  padding:0;
  text-align:center;
  background: transparent;
}

#topmenu ul
{
  margin-top:-0px;
  list-style:none;
  white-space: nowrap;
  
}

#topmenu li
{ 
  display:inline;
  margin: 0;
  padding: 0;
}

#topmenu li a
{
   background: url(images/tabs_001_left.png) no-repeat left top;
   padding: 5px 0;
   color: black;
   text-decoration: none; 
}

#topmenu li a span
{
	background: url(images/tabs_001_right.png) no-repeat right top;
        padding: 5px 7px 5px 3px;
        margin: 4px 0 4px 4px;
}

#topmenu li a:hover
{
   background-position: 0 -99px;
}

#topmenu li a:hover span
{
   background-position: 100% -99px;
}

#topmenu li#current a
{
	background-position: 0 -198px;
}

#topmenu li#current a span
{
	background-position: 100% -198px;
}


.Kapitaelchen
{
	font-variant: small-caps;
}

.SerifenSchrift
{
	font-family: Georgia;
}

.NichtFett
{
	font-weight: normal;
}
