body
{
  background: #E5E5E5 url(../img/body_bg.png) repeat-x top left;
  font-family: Arial,Helvetica,Tahoma,Verdana,Sans-serif;
  font-size: 12px;
  margin: 0;
  color: #444444;
}

a
{
  color:#0FBA94;
  font-weight:bold;
  text-decoration:none;
}

a img
{
	border: none;
}

a:hover
{
    text-decoration: underline;
}

.content_title 
{
  color:#FFFFFF;
  background-color: #ABA7A8;
  font-size:22px;
  font-weight: bold;
  padding: 8px 30px;
}

.content_area
{
  padding: 30px;
}

h1, h2 
{
    color:#0FBA94;
font-size:18px;
margin:0 0 1em;
}

h3
{
color:#0FBA94;
font-size:14px;
margin:0 0 1em;
}

.main
{
    background: transparent url(../img/main_bg.png) repeat-y;
    width: 920px;
    margin: 0 auto 20px auto;
    padding: 0;
}

/* IE7 hack */
*:first-child+html .main
{
    position: relative;
    top: -15px;
}

/* IE8 hack */
.main
{
    position:/*\**/ relative\9;
    top: /*\**/-15px\9;
}

.left
{
    width: 680px;
	overflow:hidden;
}

.right
{
    width: 234px;
    float: right;
}

.header
{
    width: 100%;
    height: 71px;
    background: transparent url(../img/header.png) no-repeat top left;
    margin: 0;
}

#bg_top
{
	width: 100%;
	height: 10px;
	background: #E5E5E5 url(../img/main_top.png) no-repeat bottom left;
}

#spacer
{
  margin: 265px 0 0 0;
  height: 4px;
  background-color: #0FBA94;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

#bild1
{
  overflow: hidden;
  background: transparent url(../img/bild1.png) no-repeat top left;
  width: 100%;
  height: 271px;
}

#bild2
{
  background: transparent url(../img/bild2.png) no-repeat top left;
  width: 100%;
  height: 388px;
}

.hnavi
{
    color:#0FBA94;
    font-family: Tahoma,Verdana,Arial,Sans-serif;
    background: #E5E5E5 url(../img/main_top.png) no-repeat bottom left;
    font-weight:bold;
    height:20px;
    width:100%;
    padding: 34px 0 10px 0;
}

.hnavi ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.hnavi ul li
{
  float: left;
  width: 153px;
  text-align: center;
}

.footer
{
    font-size: 10px;
    font-weight: bold;
    clear: both;
    width: 912px;
    min-height: 14px;
    background: #ABA7A8 url(../img/main_bottom.png) no-repeat top left;
    padding: 28px 0px 8px 8px;
    color: #FFF;
    text-align: center;
}

#footer_right
{
    width: 234px;
    text-align: center;
    float: right;
    color: #555555;
}
#footer_right a
{
  color: inherit;
  font-weight: inherit;
}

#footer_right a img
{
  margin-bottom: -4px;
}
