
* {margin: 0;padding: 0;border: 0;outline: 0;}

body
{ 
	background-image:url(background.jpg);
}


h1 
{
  font-family: monotype corsiva;
  font-size: 24px;
  text-align: center;
  font-weight: normal;
}

h2
{	
  font-family: monotype corsiva;
  font-size: 26px;
  text-align: center;
  font-weight: normal;
}

h3 
{
	 text-align: center;
}

h4
{
  font-family: monotype corsiva;
  font-size: 30px;
  font-weight: normal;
  line-height: 10px;
}
  

h5
{
  font-size: 20px;
  font-weight: lighter;
  font-family: monotype corsiva;
  text-align: center;
}


a:link
{
  color: #000;
}


a:visited
{
  color: #000;
}

a:hover 
{ 
  color: white;
  background-color: #DEB887;   
}

#box
{
  position: absolute;
  left: 10px;
  top: 10px;
  height: 1000px;
  width: 950px;
  background-color: #DEB887;
}

#bild
{
  padding-top: 40px;
  padding-left: 20px;
}

#ueb
{
  font-family: monotype corsiva;
	font-size: 40px;
	position: absolute;
  left: 230px;
  top: 80px;
  color: black;
  width: 450px;
}

#by
{
  font-family: monotype corsiva;
	font-size: 20px;
	position: absolute;
  left: 700px;
  top: 20px;
  width: 250px;
  color: black;
  line-height: 25px;
  text-align: center;
}

#menu 
{
  position: absolute;
  left: 20px;
  top: 230px;
  width: 150px;
  font-family: monotype corsiva;
	font-size: 25px;
	color: black;
	line-height: 50px;
}

#inhalt
{
	position: absolute;
	margin-left:160px;
	margin-top:210px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px;
  padding-top:20px;
  width: 740px;
  font-size: 20px;
  font-weight: lighter;
  font-family: monotype corsiva;
  background-image:url(background.jpg);
}	
