/* Standard-CSS für Helgas Seiten */

/* Wichtige Farben
Dunkelrot = #810309
Rot = 		#F2000B
*/


html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {font-family: Arial, Geneva, Helvetica, sans-serif;
}

html, body         { background-color: #810309; font-size: 101% }

               
a:link       { color: #810309; text-decoration: none; font-weight: bold}

a:visited    { color: #F2000B; text-decoration: none; font-weight: bold }
               
a:hover      { color: #000000; text-decoration: underline; background-color: #F6A9AE; font-weight: bold }


a:link.nav
{
text-decoration: none;
color: #FFFFFF;
margin-right : 8px;
padding-top : 4px;
padding-bottom : 4px;
padding-left : 2px;
padding-right : 12px;
background: #810309;
font-weight : bold;
width: 120px;
display: block;
}

a:visited.nav 
{
text-decoration: none;
margin-right : 8px;
padding-top : 4px;
padding-bottom : 4px;
padding-left : 2px;
padding-right : 12px;
color: #FFFFFF;
background: #810309;
font-weight: bold;
width: 120px;
display: block;	  
}

a:hover.nav
{
text-decoration: none;
margin-right : 8px;
padding-top : 4px;
padding-bottom : 4px;
padding-left : 2px;
padding-right : 12px;
color: #FFFFFF;
font-weight: bold;
width: 120px;
background: #F2000B;
display: block	  
}

a:active.nav
{
text-decoration: none;
color: #FFFFFF;
background: #810309;
font-weight: bold;
width: 120px;
display: block
}

.navigationBorder
{
border-style:solid; border-width:2px; background:#810309; width:120px; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size: 0.95em; text-decoration:none
}

.center {
   text-align: center;
}

img {
   border: 0;
}

.klein {
   font-size: 0.8em;
}

.right {
   text-align: right;
}

.top {
   vertical-align: top;
}

.border-style { padding:5px; color: #000000; border: 1px solid #810309;  }


h2           { font-family: Arial, Helvetica,sans-serif; color: #F2000B; font-size: 1.5em; }
h3           { font-family: Arial, Helvetica,sans-serif; color: #F2000B; font-size: 1.4em; }
h4           { font-family: Arial, Helvetica,sans-serif; color: #F2000B; font-size: 1.2em; }
h5, h6       { color: #810309; font-family: sans-serif; font-size: 1em; }


p, td, ul, ol, li, div, span    { font-size: 0.95em; color: #000000; margin-left:0; margin-right:0 }
 
table        { border:1px solid #810309; color: #000000; background-color: #FFFFFF }

li           { list-style-type: square }