
/* Allgemein: */

html {background-image: url(website-background.gif);}
body {width: 850px; margin: 0px auto; background-color: #FFFFFF; background-image: url(body-background.gif); background-repeat: repeat-y;}

html, body {padding: 0px; }




/* Schriften: */

body {font-family: trebuchet MS, helvetica, arial, verdana; font-size: 13px; color:#698BB7; }

h1 {font-family: trebuchet MS, helvetica, arial, verdana; font-size:20px; color:#698BB7; margin: 10px 0px 0px 0px;}
h2 {font-family: trebuchet MS, helvetica, arial, verdana; font-size: 18px; color:#B8D6F5; margin: 10px 0px 0px 0px;}
p {font-family: trebuchet MS, helvetica, arial, verdana; font-size: 13px; color:#698BB7; margin: 10px 0px 0px 0px;}

a {font-family: trebuchet MS, helvetica, arial, verdana; font-size:12px; color:#698BB7; text-decoration: none;}
a:hover {font-family: trebuchet MS, helvetica, arial, verdana; font-size:12px; color:#B8D6F5; text-decoration: none;}


img {margin: 0px; padding: 0px;}

ul {padding: 0px 40px 0px 0px; margin: 10px 0px 10px 0px; display: block; }
li {padding: 0px 0px 0px 20px; margin: 0px; list-style: none; background-image: url(punkt.gif); background-repeat: no-repeat; background-position: left; }









/* Container: */

div#header {width: 850px; height: 415px; background-image: url(headbanner.jpg); background-repeat: no-repeat;}
div#header h1 {margin-top: 280px; margin-left: 30px; font-size: 30px;}


div#navigation { padding: 30px 0px 0px 370px; }
div#navigation a {margin-right: 30px; font-size: 16px;}

div#links { width: 520px; padding: 0px 50px 0px 50px; float: left; }


div#rechts { width: 230px; float: left;}
div#rechts a { width: 195px; height: 20px; display: block; margin: 0px 0px 0px 5px; padding: 0px 0px 10px 30px; font-size: 14px; color: #EBBA4D; clear: both; font-weight: bold;}
div#rechts a:hover {color: #EBD6A8;}
div#box { width: 500px; padding: 10px; margin: 20px 0px 0px 0px; display: block; border-top:1pt solid #EBBA4D; }


div#footer {width: 690px; height: 30px; padding: 45px 0px 0px 160px; clear: both; background-image: url(footer.jpg); background-repeat: no-repeat;}
div#footer a {margin-right: 20px;}


