/* (c) 2007-2009 - Markus Hoppe */
/* ============================ */

/* Zentrale Formatdeffinitionen */
body { background-image: url(images/backgrnd.jpg); }

a:link { text-decoration:none; font-weight:bold; color:#336699; }
a:visited { text-decoration:none; font-weight:bold; color:#336699; }
a:hover { text-decoration:none; font-weight:bold; background-color:#ffff00; }
a:active { text-decoration:none; font-weight:bold; background-color:#ffff00; }


.normal {
font-family: arial,helvetica,sans,sans-serif;
color: #336699;
font-size: 12px;
text-decoration: none;
line-height: 12pt;
}

.gross {
font-family: arial,helvetica,sans,sans-serif;
color: #336699;
font-size: 15px;
text-decoration: none;
line-height: 15pt;
}

.klein {
font-family: arial,helvetica,sans,sans-serif;
color: #336699;
font-size: 10px;
text-decoration: none;
line-height: 10pt;
}

p {
font-family: arial,helvetica,sans,sans-serif;
color: #336699;
font-size: 12px;
text-decoration: none;
line-height: 12pt;
}

h1 {
font-family: arial,helvetica,sans,sans-serif;
color: #336699;
text-decoration: none;
font-size: 14px;
line-height: 10pt;
}

h2 {
font-family: arial,helvetica,sans,sans-serif;
color: #336699;
font-size: 13px;
line-height: 13pt;
}

h3 {
font-family: arial,helvetica,sans,sans-serif;
color: #336699;
font-size: 12px;
line-height: 12pt;
}

li {
font-family: arial,helvetica,sans,sans-serif;
color: #336699;
font-size: 13px;
text-decoration: none;
/* list-style-image:url(images/button.gif);*/
}


