body {
	background-image:url(../gifs_start/oben5.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left top;
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	font-size:80%;
	color:#666666;
	scrollbar-base-color:#AFAFAF;
	scrollbar-3dlight-color:#F8F8F8;
	scrollbar-arrow-color:#AFAFAF;
	scrollbar-darkshadow-color:#AFAFAF;
	scrollbar-face-color:#FFffff;
	scrollbar-highlight-color:#AFAFAF;
	srollbar-shadow-color:#ffffff;
	scrollbar-track-color:#f0ecff;
}
#divlink {
text-align:center;
}
#lage_berechnung {
	background-image:  url("../seiten/gifsseiten/schwangere.gif");
	background-position: center center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	width:100%;
	height:812px;
	text-align:center
	
}

#eingabe {
	background-color:#E4E2FC;
	border: 0px none;
}
/*Formatierung des Erklärungsdivs*/
.begriff {
	width:150px;
	padding:5px;
	background-color:#F0F1F7;
	margin-bottom:3px;
	font-size:11px
}
/*Lage der Bergriffserklärungen in lexikon.html*/
.erklaerung {
	background-color:#FFFFCC;
	position:absolute;
	left:450px;
	top:100px;
	width:300px;
	visibility:hidden;
	padding:5px;
}
.erklaerung2 {
	background-color:#FFFFCC;
	width:300px;
	margin-top:90px;
	padding:5px;
}
.eingabe {
	margin-top:70px;
}
a {
	text-decoration: none;
	color:#663399;
	font-size:11px;
}
a:hover {
	text-decoration: none;
	color:#FF0000;
	font-size:11px;
}
/*Lage der Begriffstabelle in lexikon.html*/
.tabelle {
	position:absolute;
	left:130px;
	top:100px;
}
