body
{
  font-family: Arial,sanserif;
  text-align: center;
   background-image: url(images/backg_1.jpg); 
  background-color: #edbfa8;
}

div
{
	padding: 10px;
  overflow: auto;
}

a:link , a:visited
{
  color: rgb(176,0,0);
  text-decoration: none;
}
a:hover
{
  color: rgb(128,0,0);
  text-decoration: underline;
}


h1
{
  text-align: center;
  color: maroon;
	margin: 10px;
}

h2
{
  background-image: url(images/dot.png);
  background-repeat: no-repeat;
  background-position: left center;
	color: maroon ;
	padding-left: 40px;
}

ul
{
  list-style-image: url(images/bullett.png);
}

li
{
  vertical-align: middle;
}

img
{
  border: 0px ;
}


#kopf
{
  margin: auto;
}

#mitte
{
  text-align: left;
  margin: auto;
  width: 760px;
}

#links
{
  position: relative;
  width: 340;
  float: left;
}

#rechts
{
  position: relative;
  width: 340;
  clear: right;
}

#fuss
{
  margin: auto;
}

