/*
FONTS, LISTEN UND LINKS ETC.
*/


a:link, a:active, a:visited  { color: #369; font-weight: normal; font-size: 12px; font-family: arial; text-decoration: none; }
a:hover { color: #4169E1; font-weight: normal; font-size: 12px; font-family: arial; text-decoration: none; }

.block, .block:link, .block:visited, .block:active { 
color: #369;
padding: 1px;
padding-left: 4px;
margin: 0;
border: 1px solid #369;
border-top: 0;
border-left: 0;
border-right: 0;
display: block;
background-color: #FFF;
text-decoration: none;
}


a:hover.block {
color: #369;
background: #D9E9FF;
display: block;
}


p,h2,h3,h2,h6,ul,ol,li,div,i,td,th
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #696969;

}



ul,li {

padding-left: 4px;
margin: 4px;
margin-left: 8px;
font-family: Verdana, sans-serif;
font-size: 11px;
line-height: 12px;
}


/* Alle berschriften*/
.headline
 {
 color: #3366CC;
 font-size: 15px;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-weight: bold;
 }
 
 /* Einleitung*/
 .subtitle
 {
 color: #696969;
 font-size: 12px;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 }
 
 /* Artikel, Text, Gstebucheintrge...*/
  .text
 {
 color: #696969;
 font-size: 12px;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 }
 
 
 h1
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 18px;
    line-height: 16px;
    color: #36c;
}

 h2
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #369;
    display: inline;
}
