html { 
padding:0px;
margin:0px;
}

body {
	background-color: #f3f3f3;
	margin: 0px;
	padding: 0px;
	font: 11px "MS Sans Serif", Geneva, sans-serif;
	}
	
	
/* LAYER für alles*/
#pagewidth { 
 width:729px;  
 margin-left: auto; 
 margin-right: auto;  } 

/*Oberster Kopf = Bildheader */

#head {
	position: relative;
	padding: 0;
	width: 729px;
	height: 211px;
}

/* Kleine Icon Navigation rechts oben*/

#navHead {
	position: absolute;
	top: 178px;
	left: 631px;
	padding: 0px;
	margin: 0px;
	z-index: 5;
	width: 96px;
	height: 32px;
	border: none;
}

/* Ebene mit zweitem Bild vom
   Header und mit BG der Navigation*/

#main {
	position: relative;
	top: 0px;
	*top: -2px;
	left: 0px;
	padding: 0px;
	width: 729px;
	background: #FFEED0;
	height: 168px;
}

/* LAYER für Hauptnavigation 
  im Layer MAIN*/
  
#navigation {
	position: absolute;
	top: 45px;
	left: 0px;
	width: 311px;
	padding: 0px;
	margin: 0px;
	height: 121px;
	max-height: 121px;
	border: none;
	z-index: 6;
}



/* Layer nur für Inhalt + left + rightbox*/

#content_main {
	width: 729px;
	position: relative;
	top: 0px;
	*top: -4px;
	background: url(../img/bg_content_all.gif) repeat-y top;
	padding: 0px;
	margin: 0px;
	text-align: left;
	bottom: 0px;
}

#content_left {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 184px;
	background: url(../img/bg_left.gif) repeat-y top;
	z-index: 6;
	color: #747473;
	min-height: 274px;
	height: 274px;
	text-align: center;
}

#content_right {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 180px;
	background: url(../img/bg_rightbox.gif) repeat-y top;
	color: #747473;
	min-height: 274px;
	height: 274px;
	text-align: left;
}


#content_inhalt {
	float: left;
	width: 364px;
	margin: 0px;
	padding: 0px;
	background: #FFDC9F;
	text-align: left;
}


/* class für BG des 1. Artikel 
   2pixel Rahmen in grafik*/
	
.rightbox_artikel {
	position: relative;
	width: 180px;
	top: 0px;
	*top: -2px;
	background: url(../img/bg_r_artikel.gif) no-repeat top;
	padding: 0px;
	margin: 0px;
	color: #747473;
}


/* class für BG ab 2. Artikel -
   2Pixel Rahmen nicht in grafik */
	
.rightbox_artikel_ff {	
	position: relative;
	width: 180px;
	top:0px;
	*top:-2px;
	left:0px;
	background: url(../img/bg_r_artikel_ff.gif) repeat-y top;
	padding: 0px;
	margin: 0px;
	color: #747473;
}

/* Class für Inhalt-/ Mittelteil/ erster Artikel mit BG */
.content_artikel {
	background: url(../img/bg_content_artikel.gif) no-repeat top;
	color: #747473;
	text-align: left;
	left: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	width: 364px;
}

.content_artikel_ff {
	background: url(../img/bg_content_artikel_ff.gif) no-repeat top left;
	color: #747473;
	text-align: left;
	left: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	width: 364px;
	min-height: 130px;
}

/* Class für Inhalt-/ Mittelteil/ erster Artikel mit BG */
.leftbox_artikel {
	color: #747473;
	text-align: left;
	left: 0px;
	right: 0px;
	margin: 0px;
	padding: 20px;
}

.leftbox_artikel_ff {
	color: #747473;
	text-align: left;
	left: 0px;
	right: 0px;
	margin: 0px;
	padding: 20px;
}

/* LAYER für Fussnoten*/
#fuss {
	position: relative;
	top: 0px;
	*top:-2px;
	left: 0px;
	background: url(../img/bg_fuss.gif) no-repeat top;
	padding: 0px;
	margin: 0px;
	width: 729px;	
	z-index: 10;
	height: 86px;
	max-height: 86px;
}

#clear {
	background: url(../img/bg_content_all.gif) repeat-y;
}

