/* Schrifttyp, -farbe usw. */
body {font-family:Garamond, Times New Roman, Serif;
color:#000000;
font-weight:bold;}

/* Allgemeine DIV-Einstellungen */
div {position:absolute;
margin:0px;
padding:0px;
background-repeat:no-repeat;}

/* Den blöden Rand von Bildern mit Link entfernen */
img {border:0px solid black;}

/* Bilder im Fließtext (links- oder rechtsbündig) */
img.links {float:left;
margin-right:5px;
border:1px outset grey;}

img.rechts {float:right;
margin-right:5px;
border:1px outset grey;}

img.rahmen {border:1px outset grey;}

/* Das Verhalten von Textlinks festlegen */
a:link {color:#333333;text-decoration:none;}
a:visited {color:#333333;text-decoration:none;}
a:hover {color:#444444;text-decoration:underline;}
a:active {color:#444444;text-decoration:underline;}
a:focus {color:#444444;text-decoration:underline;}

/* Die einzelnen DIVs positionieren und z.T. modifizieren */
div.gesamt {top:50px;left:200px;width:640px;height:480px;}
div.schliessen {top:0px;left:0px;width:21px;height:20px;}
div.oben {top:0px;left:21px;width:534px;height:20px;
background-image:url(struktur/oben.png);}
div.sanduhr {top:0px;left:555px;width:20px;height:20px;}
div.lautsprecher {top:0px;left:575px;width:22px;height:20px;}
div.musik {top:0px;left:597px;width:21px;height:20px;}
div.start {top:0px;left:618px;width:22px;height:20px;}

div.inhalt {top:20px;left:0px;width:460px;height:480px;
background-image:url(struktur/inh_bg.png);}

div.navigation {top:20px;left:459px;width:216px;height:458px;
background-image:url(struktur/nav_bg.png);}

div.zurueck {top:458px;left:459px;width:90px;height:22px;}
div.weiter {top:458px;left:549px;width:91px;height:22px;}
div.dortweiter {bottom:25px;right:5px;}

/* Die Absätze (p) für den Außenabstand */
p {padding:0px;}
p.inhalt {margin:10px;margin-left:25px;margin-right:20px;}
p.navigation {margin:10px;margin-left:25px;}

/* Die Tabelle in "Kontakt" ausrichten. table.inhalt = p.inhalt*/
table.inhalt {margin:10px;margin-left:25px;margin-right:20px;}
