/* CSS Document */

div#content {
	width:940px;
	margin:0px auto 0 auto;
}

	div#content.sp2 {
	 background:none;
  }
  
  div#content.sp2 #navi_left {
    width: 245px;
    margin:0px auto 0 auto;
    float: left;
  }
  

  div#content.sp2 #statement {
  	height: 224px;
  	margin-left: 245px;
  	background:url(../img/bg_statement.gif) no-repeat top left;
  }

    div#content.sp2 #statement img {
      padding: 0 20px 0 10px;
      float: left;
    }
    
    div#content.sp2 #statement div {
      padding: 14px 20px 20px 20px;
    }
    
    div#content.sp2 #statement h3 {
      font-size:16px;
    	color:#FFF;
    	line-height:1.4em;
    }
    
    div#content.sp2 #statement p {
      color: #FFF;
    }


div#content.sp2 div.left {
	width:675px;
	float:left;
	margin:0 20px 0 0;
	/*background:url(http://localserver/testbg/bg1.gif) repeat 0 0;*/
}

  div#content.sp2 div.left h1 {
  	padding-top: 28px; /*eigenlich top 20px aber dann stimmen die Abstände nicht wenn das statement-Element vergessen wurde*/
  }
	

	div#content.sp2 div.left a,
		div#content.sp2 div.left a:visited {
			color:#509032;
			/*font-weight:bold;*/
		}
		div#content.sp2 div.left a:hover,
		div#content.sp2 div.left a:active {
			color:#0097EC;
		}
	
	
	

div#footer div {
	background:url(../img/bg_footer_in_2sp.gif) no-repeat 0 5px;
}

	div#footer ul.quicklinks {
		left:303px;
	}
	
