
body
{
  padding:0;
  margin:0;
  background-color:#AAACB3;
  background-image:url( img/bg.gif );
  background-repeat: repeat-x;

  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #000;
}

A:link, a:visited, a:active
   { text-decoration: none; color: 0000FF; font-weight:bold; }

A:hover   { text-decoration: underline; color: red}


#seite
{

  margin: 10px;
  background-color:#ffffff;
  background-image: url( img/hd.jpg );
  background-repeat: no-repeat;
  width: 780px;
}

#contentWrapper {width: 100%; float: right;margin-left: -250px; } 


#content {
	margin-left: 200px;	/*  f�r menu */
	margin-top: 85px; /* f�r Header */		
	padding:0px 25px 0px 20px;
    text-align:justify;
	background-color: #ffffff;
	}

#navi
{
  float: left;
  width: 180px;
  min-height:400px;
  margin-top: 85px;
  margin-left: 5px;

}

#navi a
{
  margin: 0;
  display: block;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 0 4px 10px;
  color: #000;
  background-color: #D4D7E5;
  border-bottom: 1px dotted #000;
}


#navi li {
list-style-type:none;
}



#navi ul 
{ list-style-type:none; }


#clear
{
  clear:both;

}

h1
{
font-size:18px;
}

#kopf
{
width:780px;display:inline;z-index:5px;
}


.pic-beschreib {
	font-style: italic;
}
