body {
   	color: #2f2f31;
	/*background:url(../images/background_start.jpg) repeat-x;*/
	background-color:#dee9fd;
	line-height:1.8em; 
   	margin: 0; padding: 0;
	font-size:11px;
	font-family:Georgia,"Times New Roman", Times, serif;
	text-align:center;
	vertical-align:top;
  	}

div#seite{

	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 650px;
    padding: 0;
	}

div#outer_header{
	width:100%;
	background:url(../images/background_start_top.jpg) repeat-x;
	height:126px;
	}
div#outer_flash{
	width:100%;
	background:url(../images/background_start_middle.jpg) ;
	padding-top:7px;
	padding-bottom:8px;
	}
div#outer_content{
	width:100%;
	background:url(../images/background_start_bottom.jpg) repeat-x;
	}

div#header{
	/*float:left;*/
	width:650px;
	height:126px;
	background:url(../images/header_start.jpg);
	text-align:right;

	}


div#header_left{
	float:left;
	width:95px;
	/*height:126px;*/
	text-align:left;
	margin-top:90px;
	
  	}

div#header_right{
	float:right;
	width:174px;
	height:126px;
	text-align:right;
	}



div#flash{
	width:559px;
	margin-top:0px;
	height:289px;
	margin-left:0;
	text-align:center;
	margin-bottom:0px;
	clear:both;
  	}

div#content{
	width:437px;
	margin-left:91px;
	margin-right:122px;
/*	background:url(../images/bg_start_inhalt.jpg); */
	height:137px;
  	}

div#headline{
	padding-top:17px;
	margin-left:146px;
	width:140px;
	border-bottom:1px solid #c77e0b;
	margin-bottom:10px;
  	}

div#text{
	margin-left:10px;
	margin-right:10px;
	width:417px;
	text-align:center;
  	}





