body {
 margin-top:0px;
 margin-bottom:0px;
 margin-left:5px;
 margin-right:5px;
 background-color:#FFF5E0;
}

body.counter{
 margin-top:20px;
 margin-bottom:15px;
 margin-left:5px;
 margin-right:5px;
}

body.main {
 margin-top:15px;
 margin-bottom:15px;
 margin-left:5px;
 margin-right:5px;
 background-color:#FFF5E0;
}

body.info {
 margin-top:15px;
 margin-bottom:15px;
 margin-left:30px;
 margin-right:30px;
 background-color:#FFF5E0;
}

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
 font-family:Arial,sans-serif;
}

td.color {
 background-color:#FFFAEA;
}

th.color {
 background-color:#FAF0E0;
 font-size:15px;
}

table.color {
 background-color:#EFE0D0;
 margin-bottom:10px;
 margin-top:10px;
}

table.color2 {
 background-color:#EFE0D0;
 margin-bottom:0px;
 margin-top:0px;
}


h1 {
 font-size:18pt;
 text-decoration:underline;
}

h2 { 
 font-size:16pt; 
}

h3 { 
 font-size:12pt; 
}

h4 { 
 font-size:10pt;
}

p,ul,ol,li,div,td,th,address,nobr,b,i { 
 font-size:10pt; 
}

td.sign {
 font-size:9pt;
}

a:link {
 color:#AA5522; 
 text-decoration:underline; 
}

a:visited { 
 color:#772200; 
 text-decoration:underline; 
}

a:active { 
 color:#000000; 
 text-decoration:none; 
}

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

a.an { text-decoration:none; }

