
/* Allgemein: */

	html {background-image: url(website-background.gif); background-position: center; background-repeat: repeat-y;}
	body {width: 800px; margin: 0px auto; background-color: #FFFFFF; background-image: url(body-background.gif); background-repeat: repeat-y;}
	
	html, body {padding: 0px; }
	img, ul, li {margin: 0px; padding: 0px;}
	ul {}
	li {list-style: none;}
	

/* Schriften: */

	body, h1, h2, p, a {font-family: trebuchet MS, helvetica, arial, verdana; font-size: 11px; color:#B07E55; }
	
	h1 {font-size: 20px; color:#B07E55; margin: 10px 0px 0px 0px;}
	h2 {font-size: 14px; color:#624128; margin: 10px 0px 0px 0px;}
	p  {font-size: 11px; color:#B07E55; margin: 10px 0px 0px 0px;}



/* Link-Formatierungen: */

	a {text-decoration: none;}
	a:hover {text-decoration: none; color:#624128;}
	
	div#headernavi a {background-image: url(bt_headernavi.jpg); background-repeat: no-repeat; width: 134px; height: 30px; display: block; font-size: 14px; font-weight: bold; padding: 10px 0px 0px 10px;}
	div#headernavi a:hover {background-image: url(bt_headernavi_an.jpg);}
	
	div#hauptnavi a {background-image: url(bt_hauptnavi.jpg); background-repeat: no-repeat; width: 134px; height: 25px; display: block; font-size: 12px; font-weight: bold; padding: 8px 0px 0px 10px;}
	div#hauptnavi a:hover {background-image: url(bt_hauptnavi_an.jpg);}
	
	div#content a {font-size: 11px; text-decoration: underline;}
	div#content a:hover {}
	
	div#footertext a {color: #616161;}
	div#footertext a:hover {color: #000000;}




/* Container: */

/* Header: */
	div#header {background-image: url(header.jpg); background-repeat: no-repeat; width: 800px; height: 390px;}
	div#headernavi {padding: 70px 0px 0px 56px;}

/* Hauptbereich: */
	div#hauptnavi {width: 144px; padding: 10px 0px 0px 56px; float: left;}
	div#content {width: 500px; float: left; padding: 0px 50px 0px 50px;}
	div#content p#randbemerkungen {border-top: 1px #624128 solid; width: 500px; padding-top: 10px; margin-top: 20px; }
			
/* Footer: */	
	div#designfooter {background-image: url(layout-footer.jpg); background-repeat: no-repeat; width: 800px; height: 210px; clear: both;}
	div#footer {background-image: url(footer.gif); background-repeat: repeat-y; width: 800px; }	
	div#footer div#footertext {float: right; color: #616161; width: 232px; text-align: left; padding: 0px 0px 0px 20px;}
	div#footer ul {float: right; width: 292px; margin-bottom: 20px; }
	div#footer li {list-style: none; width: 292px;  text-align: center; }
	div#clearbox {clear: both;}
