html { background: #60676b url(img/html_bgnd_tile.png) repeat-y left top; }
body { margin:0; padding:0; background: #60676b url(img/page_bgnd_tile.png) repeat-x left top; font-family: Verdana, Helvetica, sans-serif; font-size:0.8em; }

h1 { margin:0 0 0.99em 0; padding:0; font-size:150%; }
h2 { margin:0 0 0.99em 0; padding:0; font-size:130%; color:#0370ad; }
h3 { margin:0 0 0.99em 0; padding:0; font-size:100%; color:#da8100; }

/* layout */
div#header	{ width:1020px; height:330px; background: url(img/header.jpg) no-repeat left top; }
div#left	{ position:absolute; top:330px; left:0px; width:200px; color: #fff; background: transparent; padding-left:9px; }
div#content	{ position:absolute; top:170px; left:215px; width:500px; color:#41494e; background:transparent; }
div#right	{ position:absolute; top:125px; left:777px; width:171px; color: #000; background: transparent; }

div#navigation { margin-top: 1.33em; }
div#navigation a { display:block; color:#fff; text-decoration:none; line-height:21px; padding:0 1.66em }
div#navigation a:hover { font-weight: bold; display:block; color:#fff; text-decoration:none; line-height:21px; padding:0 1.66em }
div#navigation a.lvl2 { line-height:18px; padding:0 2.33em; font-size:90%; }
div#navigation .divider { height:1px; font-size:0; background: transparent url(img/whitedot.png) repeat-x center center; }

div#links { margin-top: 4em }
div#links a { display:block; color:#fff; text-decoration:none; line-height:18px; padding:0 1.66em; }
div#links .divider { height:1px; font-size:0; background: transparent url(img/blackdot.png) repeat-x center center; }

div#right { text-align:center; font-weight:bold; }
div#right .box { background:#e6e6e6; margin-bottom: 1.33em; padding-top:0.99em; }

a:link { color:#000000; text-decoration:none;}    /* noch nicht besuchte Ziele */
a:visited { color:#000000; text-decoration:none;} /* besuchte Ziele */
a:hover { color:#000000; text-decoration:underline;}   /* Verweise bei "MouseOver" */
a:active { color:#000000; text-decoration:none;}  /* Angeklickte Verweise */
