html, body{
	margin:0px;
	padding:0px;
	font-size:40px;
	background:#F2DA98;
	height:100%;
}

/* Seitenlayout mit DIVs */
#wrapper {
	background-image:url(/grafik/linke_Leiste.gif);
	background-repeat:repeat-y;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#6E2500;
	background:#F2DA98;
	position:relative;
	margin:0 auto;
	padding:0;
	height:440px;
	text-align:left;
}


#left {
	position:absolute;
	margin-top:60px;
	margin-left:40px;
}


#content {
	width:570px;
	padding-top:43px;
	padding-left:430px;
}

#bottom {
	width:770px;
	margin-left:40px;
	margin-top:70px;
	padding-bottom:80px;
}

#underbottom a.weiter {
	margin-left: 450px;
}

#underbottom a.weiter:link, a:visited {
	text-decoration: underline;
	color: #6E2500;
	}

#underbottom a.weiter:hover {
	color: #FFFFFF;	
	}
	


/* Schriftformate */

#content {
	line-height:64px;
}

#content h1 {
	font-size:38px;
	color:#8A2E00;
	}
	
#content h2 {
	font-size:18px;
	color:#8A2E00;
	}
	
#underbottom p {
	font-size:14px;
	color:#8A2E00;
	}


