body{
  background-color:#DCE3F3;
  padding:0;
}

body img {
	margin:0; /* for Safari */
}
#page_background{
  height: 100.01%; /* for IE */
  min-height: 600px; /* for not-IE */
  width: 100%; /* for IE */
  min-width: 800px; /* for not-IE */
  background-image: url('../../../images/layout/frontbild_bg.jpg');
  background-position: bottom left;
  background-repeat: no-repeat;
  /*border:1px solid red;*/
}
#page_margins{
  background: 0;
}
#clearer {
  float:left;
}
#right_nav{
  float:left;
  position:relative;
  top: 147px;
  right: -106px;
  width:200px;
}
.rightnav li{
	border-bottom: solid 6px #C3D12B;
}
a{
	color:#6E4290;
}

.starttitle {
  font-size:31px;
}

/* ELEMENTE NEU AUSRICHTEN */
#round_left{
  top:0px;
  left:-22px;
}
#round_right{
  top:0px;
  right:-22px;
}
#icons {
  top: 5px;
}
#search {
  top: 14px;
}
#logo {
 right: -116px;
}
#title{
  position:absolute;
  left: 30px;
  top: 50px;
}


#main {
  background: 0;
}


#header{
  height: 83px;
  width:700px;
}

#headerround{
 position:absolute;
 bottom: -30px;
 left:0px;
 height:30px;
 width:100%;
 background: url('../../../images/layout/round/bgfooter_front.gif');
}




/* NAVIGATION */
#mainnav{
  position:relative;
  float:left;
  width:500px;
}
#mainnav ul{
 width:500px;
}
#mainnav li{
 float:left;
 width:100%;
 border-top: 6px solid;
 border-color: #C3D12B;
 height:25px;
}

#mainnav li a {
  font-family: 'BDAGFont',Verdana, Arial, Helvetica, sans-serif;
  font-size:17px;
  font-weight:normal;
  color:#6E4290;
  display: block;
  width: auto;
  padding:3px 0 0 19px;
  
}
#mainnav li a:hover {
  color:#4E2E65;
  text-decoration:none;
}

/* IE6 */
#header {
  	margin-right:300px;
}
