
/* ---- header: flash und hauptnavigation ---- */
#header {
	width:760px;
	height:60px;
	background-image: url(); background-repeat:no-repeat; 
	float:none;
	padding:15px 20px 0 20px;
	}

/* ---- rahmen um alles herum ---- */
#gesamt {
	width:760px;
	background-image: url(); background-repeat:repeat-y;
	}

/* ---- content ---- */
#content {
	width:760px;
	background-image: url(); background-repeat:repeat-y;
	}

/* ---- footer ---- */
#footer {
	width:760px;
	}
	
#footer #footer_left {
	background-image: url(); background-repeat:no-repeat;
	}

#footer #footer_middle {
	background-image:url(); background-repeat:repeat-x;
	}
	
#footer #footer_right {
	background-image: url(); background-repeat:no-repeat;
	}
	
