/* CSS Document */

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

	div#content.sp2 {
	 background:url(../img/bg_content_2sp.gif) repeat-y top left;
  }
  
  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:428px;
	float:left;
	margin:0 30px 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#content.sp2 div.right {
	width:187px;
	float:left;
	padding: 66px 0px 20px 30px; /*eigenlich top 58px aber dann stimmen die Abstände nicht wenn das statement-Element vergessen wurde*/
	background:url(../img/bg_white.gif) no-repeat top right;
	/*background:url(http://localserver/testbg/bg2.gif) repeat 0 0;*/
}


	
	
	

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

	div#footer ul.quicklinks {
		left:303px;
	}
	
	
	
	
	
	
div.teaser dl {
	margin:0;
	padding:4px 0 8px 0;
}
	div.teaser dl dt {
		display:block;
		margin:0;
		padding:0 0 0 24px;
		background:url(../img/pf_news.gif) no-repeat 12px 11px;
	}
	div.teaser dl dt a {
		color:#0097EC;
		font-weight:bold;
		text-decoration:none;
	}
	div.teaser a {
		color:#BABABA;
	}
	div.teaser a:hover {
		color:#0097EC;
	}

	div.teaser dl dd a:hover {
		color:#000;
	}

	div.teaser dl dt.line {
		border:1px solid #F2F2F2;
		border-width:1px 0 0 0;
	}
	div.teaser dl dd {
		display:block;
		margin:0;
		padding:0 0 8px 24px;
	}

