/* GLOBALE DEFINITIONEN (ALLE BEREICHE) */

body {
    background-color: Black;
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
    color: White;
    margin-top: 5px;
}

#text {
    padding-left: 20px;
    padding-right: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

#headimage {
    background: url(Hamra_head_04.gif) no-repeat;
    
}
#nav_back {
    background-color: Navy;
}


table {
    font-size: 10pt;
    list-style: disc;
}

a {
    font-size: 10pt;
    color: Yellow;
          text-decoration: none;
}
a:hover {text-decoration: underline;}

a.small:{
    font-size: 7pt;
    color: Yellow;
    text-decoration: none;
}
a.small:hover {text-decoration: underline;}

h1 {
    font-weight: bold;
    font-size: 20pt;
    color: Yellow;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    word-spacing: 1px;
    letter-spacing: 1px;
}

h1.content {
    margin-bottom:5px;
    padding:0;
}

h2 {
    font-weight: bold;
    font-size: 14pt;
    color: Maroon;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    word-spacing: 1px;
}

h2.content {
    padding: 0;
}

h3 {
    font-weight: bold;
    font-size: 14pt;
    color: #ffcc00;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    word-spacing: 1px;
}

h3.content {
    padding: 0;
}


.navi {
    width: 130px;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
          padding-top: 2px;
    padding-bottom: 2px;
}
a.navi_passive {
    width: 130px;
          display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12pt;
} 

a.navi_active {
    width: 130px;
    display: block;
    background: url(../images/navi_pfeil_rechts.gif) no-repeat;
    background-position: right;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #FFA500;
    font-size: 12pt;
} 

a.navi_open {
    width: 130px;
    display: block;
          padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12pt;
}

.navi_second {
    width: 125px;
    background-color: transparent;
    margin-top: 5px;
    margin-left: 15px;
    font-family: "Times New Roman", Times, serif;
    font-size: 10pt;
}

#navipath {
    padding: 0;
    padding-bottom: 10px;
    background-color: White;
    color: rgb(99,99,99);
    width: 388px;
}

#left {
    position:relative;
    width:180px;
    float:left;
    padding-top:120px;
    padding-bottom:20px;
}

#left p { padding-left:3px;padding-right:2px }

a.navipath { font-size:10px; color: rgb(160,160,160); } 



ul {
    margin: 0px 0px 30px 10px;
    padding: 0px 0px 0px 10px;
    font-size: 10pt;
    list-style-type: disc;
}
                
li      {
    margin-top: 10px;
    list-style-type: disc;
    list-style-image: url(li_element.gif);
    font-size: 10pt;
}

#Startseite_Teaser{
    background-color: #99CCFF;
    font-size: 8pt;
    border: thin solid Black;
    padding-left: 3px;
    padding-right: 3px;
}

#Sitemap    {
    font-size: 9pt;
}

#small {font-size: 16pt;}


