#rahmen {
	padding-top: 20px;
	width: 775px;
	margin: auto;
	text-align: left;
}

#rahmen_inhalt {
	float:left;
	background: url("../images/rahmen/bg.gif"); 
	background-repeat: repeat-y;
	width: 775px;
}


#head {
	background: url("../images/rahmen/header.gif"); 
	background-repeat: no-repeat;
	width: 775px;
	height: 114px;
	text-align: right;
}


#rahmen_menue {	
	float:left;
	width: 273px;
}

#menue {
	width: 261px;
	height: 225px;
	background: url("../images/menue/bg.gif"); 
	background-repeat: no-repeat;
	padding-left: 14px;
	text-align:left;

}

#info {
	width: 257px;
	padding-left: 18px;

}

#info_innen {	
	background: url("../images/info/bg.gif");
	background-repeat: repeat-y;
	width: 165px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: arial;
	font-size: 10px;
	color: #535554;
	line-height: 13px;

}


#inhalt_bg {
	width: 500px;
	float:left;
	/* hintergrund wird im dokument direkt definiert */
}

#inhalt {
	width: 302px;
	font-family: arial;
	font-size: 11px;
	color: #626161;
	line-height: 16px;
}


#abschluss {
	width: 760px;
	height: 7px;
	background: url("../images/rahmen/abschluss.gif"); 
	background-repeat: no-repeat;
	clear:both;
	padding-top: 7px;
	font: 11px arial,helvetica,sans-serif;
	text-align: right;
	padding-right: 15px;
}

#fuss {
	width: 760px;

	clear: both;
	padding-right: 15px;
	font: 11px arial,helvetica,sans-serif;
	padding-top: 7px;
}

