html, body { height: 100%; }

body, ul, li, h1, h2, h3, h4, h5 {
	margin: 0;padding: 0;
}

ul li {list-style: none;}

body
{
  color: #515962;
  background-color: #fff;
  background-image: url( img/bg.jpg );
  background-repeat: repeat-x;

  margin: 0;
  padding: 0;

  font-family: Tahoma, sans-serif;
  font-size: 14px;
}

a
{
  color: #ff8400;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
  color: #222;
}

img
{
  margin: 0;
  padding: 0;
  border: 0;
}

#content p
{
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 24px;
}

p.clear
{
  clear: both;
  font-size:0px;
  height:0px;
  margin:0;
  padding:0;
}

h2
{
  padding:0;
  margin:0 0 20px 0;
  color:#515962;
  font-size:24px;
  font-weight:normal;
}

#page
{
  padding:0;
  margin: 0 auto;
  width: 902px;
  min-height: 100%;
}

* html #page { height:100%; }

#header
{
  height:110px;
  width:902px;
  background-image:url( img/header.jpg );
  background-repeat:no-repeat;
}

#logo {
	width: 330px;
	text-align: center;
	float: left;
	margin: 8px 0 0 51px;
}

#logo h1 { margin-bottom: 0; font-size: 24px;}

#logo h1 a {color: #fff; font-style: italic; margin-bottom: 0;}

#logo p {color: #b9bdc0; font-size: 14px; margin-top: 15px; font-style: italic; font-weight: bold;}

#topmenu {float: right; width: 400px;}
#topmenu ul {float: right; margin-top: 12px;}
#topmenu li {display: inline; margin-right: 20px;}

#topmenu li a.active {color: #222; font-weight: bold;}

#menu
{
  float: left;
  width: 218px;
  background-image: url( img/menu.jpg );
  margin: 0 0 0 32px;
}

#menu span.footer
{
  clear: both;
  display: block;
  width: 218px;
  height: 29px;
  background-image: url( img/menu_foot.jpg );
}

#menu ul, #menu li
{
  list-style:none;
  padding: 0 19px 0 19px;
  margin:0;
}

#menu ul li
{
  float:left;
  display:block;
  padding:0;
  width: 180px;
}

#menu a
{
  font-size:14px;
  display:block;
  color: #fff;
  padding: 5px 10px 5px 10px;
  margin: 0 0 5px 0;
}

#menu a:hover,#menu a.active
{
  text-decoration:none;
  background-image: url( img/hover.jpg );
}

#content
{
  float:left;
  width:602px;
  background-image: url( img/content.jpg );
}

#content span.footer
{
  clear: both;
  display: block;
  width: 602px;
  height: 10px;
  background-image: url( img/content_foot.jpg );
}

#content div.inner
{
  padding:10px 20px;  
}

#content div.werbung
{
  margin: 0 0 20px;
}

#clear
{
  clear: both;
  height: 60px;
}

#footer
{
  margin: -40px 0 0 0; 
  height: 40px;
  padding: 0; 
  text-align: center;
}

#footer div.inner
{
  background: #eee url( img/footer.jpg ) no-repeat;
  width: 902px;
  color: #515962;
  font-weight: bold;
  padding: 15px 0 0 0;
  height: 65px;
  margin: 0 auto;
}

#footmenu li {display: inline; margin: 0 5px;}
#footmenu a {font-weight: normal; color: #999;}


