/*

gartenfackel

*/


BODY {
  background-image: url(images/gartenfackel.jpg); 
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 10px;
  text-align: center;
  font-family: Verdana, Tahoma, sans-serif;	
  color: #333333; 
  font-weight: normal;
  background-color: #EFEBEF;
}

h1 { 
 font-family: Verdana, Tahoma, sans-serif;
 font-size:17px;
 font-weight:bold;
 color: #333333;
}

h2 { 
 font-family: Verdana, Tahoma, sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: #333333;
}

A {
  color: #333333;
  text-decoration: underline;
  font-size: 10px;
}

A:hover {
  color: #777777;
  text-decoration: underline;
  font-size: 10px;
}

#navi{ position:relative; top: 30px; width: 800px; height: 60; left: 0px; border: 1px; border-color: #999999; border-style: solid; background-color: #FFFFFF; } 
#content { position:relative; top: 55px; width: 800px; height: 670;  border: 1px; border-color: #999999; border-style: solid; background-color: #FFFFFF; } 
#image { position:absolute; top: 75px; left: 475px; width: 300px; height: 300px; border: 1px; border-color: #999999; border-style: solid; } 
#text { position:absolute; top: 75px; left: 25px; width: 380px; height: 500px; border: 1px; border-color: #999999; border-style: solid; text-align: left; padding: 10px; } 


