
* {
	margin:0;
	padding:0;
	border:0;
}

body {
    background-color:#CCCCCC;
	font-family:Times New Roman;
	font-size:14px;
	line-height:17px;
	width:100%;
	text-align:center;
	
}

#seite_rahmen {
	width:1016px;
	margin:0 auto;
	text-align:left;
}

#seite {
	position:relative;
}

/* --------------------------------------------------------------- */
/* KOPF-BEREICH ---------------------------------------------- */


#seite_kopf_schatten{                                           
	height:15px; 
	width:1016px;
	background-image:url(../images/layout/main_kopf_schatten.jpg);
}

#seite_kopf{
	position:absolute;
	background-image:url(../images/layout/main_bg.jpg);
	background-repeat:y;
	height:271px;
	width:1016px;
	top:10px;
	left:0px;	
	z-index:1;
}

#signet{
	float:left;
	background-repeat:y;
	height:212px;
	width:261px;
}

#kopfbild{
	float:left;
	background-repeat:y;
	height:210px;
	width:732px;
	margin-top:5px;
}

/* ----------------------------------------------------------------- */
/* KOERPER-BEREICH ------------------------------------------- */


#seite_koerper{
	position:absolute;
	top:281px;
	left:0px;
	width:1016px;
	background-image:url(../images/layout/koerper_bg.jpg);
	background-repeat:repeat-y;
}

#seite_koerper_ganzseitg{
	position:absolute;
	top:281px;
	left:0px;
	width:1016px;
	background-image:url(../images/layout/koerper_bg_ganzseitig.jpg);
	background-repeat:repeat-y;
}


.seite_koerper_border{                                           
	float:left;
	height:1px; 
	width:1016px;
	background-image:url(../images/layout/koerper_bg_border.jpg);
	background-repeat:no-repeat;
	font-size:1px;
	line-height:1px;
}

#koerper_inhalt{
}

#content_menu{
  border-top: 1px solid #999999;
  margin: 10px 0 0 0;
  padding-top:10px;
}

/* *********************************************************** */
/* G8 Rechner ************************************************ */
#rechner #oben {
	padding-left: 48px;
	padding-bottom: 12px;
}
#rechner #mitte {
	padding-left: 48px;
	padding-bottom: 12px;
}
#rechner #unten {
	padding-left: 48px;
	padding-bottom: 12px;
	line-height:33px;
}
#rechner h1 {
  padding: 30px 48px 0;
}

#rechner a {
  float:left;
	line-height:33px;
}
#unten #detail input {
  float:right;
  background-image:url(../images/content/buttons/g8_rechner_eingabe.jpg);
	width:96px;
	height:33px;
	margin: 0 55px 0 0;
}
#rechner select {
  border:1px solid #333;
}
#geschlecht {
  margin-right:40px;
	width:80px;
	height:18px;
}
#bundesland {
  margin-right:49px;
	width:175px;
	height:18px;
}
#geb_tag, #monat, #jahr {
  width:50px;
	height:18px;
	margin-right:3px;
}
#jahrgang {
  width: 80px;
	height:18px;
}
/* -------------------------------------------------------------- */
/* SEITENFUSS ------------------------------------------------ */

#fuss {
	float:left;
	background-image:url(../images/layout/main_bg.jpg);
	background-repeat:y;
	height:156px;
	width:1016px;
	padding-bottom:20px;	
}

.fuss_line{
	float:left;
	height:8px;
	width:931px;
	background-color:#999999;
	margin: 12px 0 0 62px;
	display:inline;
}

#seite_fuss {
	float:left;
	background-image:url(../images/layout/main_fuss_schatten.jpg);
	height:38px;
	width:1016px;
}


#entfloater {
  clear:left;
}



