/* Allgeimeine Einstellungen: Hintergrundfarbe - Textfarbe - Schriftart - SchriftgrÃ¶ÃŸe */
html, body {
background-color:#314965;
font-family:VERDANA,ARIAL,HELVETICA;
text-align:center;
margin:0em;
padding:0em;
}

/* BOX mit dem Inhalt */
#box {
background-color:#ffffff; /* #daa520; GOLD */
width:860px;
height:540px;
margin:0em auto;
margin-top:3em;
margin-bottom:0.5em;
border: medium solid #daa520;
font-size:0.8em;
color:#000000;
}

.clear {clear:both; font-size:0; height:0;}

p {margin:40px;}
img {border:0px solid #000000;}

/* Grafiken - Abstände */
img.ab0p5 {margin-left:0.5em;width:88px;height:31px;}
img.ab1p0 {margin-left:1em;width:88px;height:31px;}
img.ab1p5 {margin-left:1.5em;width:88px;height:31px;}
img.ab2p0 {margin-left:2em;width:88px;height:31px;}

#dropdown, #chiptipp, #link {position:relative;}
#dropdown {top:8px;left:8px;text-align:left;}
#chiptipp {top:80px;}
#link {top:237px;left:8px;text-align:left;}

#footer {font-size:0.7em; font-weight:bold;color:#ffffff;}