/*
Standard-Einstellungen für FF Hofkirchen

Body, Links und Container

*/

body {
     background-color: #DEDEDE;
     font-family: Verdana;
     font-size: 10pt;
     color: #000000;
}

table {
     font-family: Verdana;
     font-size: 10pt;
     color: #000000;
}


.menu_ueber {
     font-family: Verdana;
     font-size: 12pt;
     color: #FFFFFF;
     font-weight: bold;
}

.tab_header {
      border-bottom-width: 2px;
      border-bottom-style: solid;
      border-bottom-color: black;
      font-weight: bold;
}

a:link {
        font-weight:bold;
        text-decoration: none;
        color: #30528B;
}
a:visited {
        font-weight:bold;
        text-decoration: none;
        color: #30528B;
}
a:active {
        font-weight:bold;
        text-decoration: none;
        color: #30528B;
}
a:focus {
        font-weight:bold;
        text-decoration: none;
        color: #30528B;
}
a:hover {
        font-weight:bold;
        text-decoration: underline;
        color: #C2491A;
}


#header {
        position:absolute;
        top: 20px;
        left: 25px;
        margin: 0px;
        width: 950px;
        height: 130px;
        background-image: url(header.jpg);
        background-repeat: no-repeat;
}

#left_con {
        position:absolute;
        top: 160px;
        left: 25px;
        margin: 0px;
        width: 160px;
}

#right_con {
        position:absolute;
        top: 160px;
        left: 815px;
        margin: 0px;
        width: 160px;
}

#headline {
        position:absolute;
        top: 160px;
        left: 200px;
        height: 22px;
        margin: 0px;
        width: 595px;
        background-image: url(headline.jpg);
        background-repeat: no-repeat;
        vertical-align:middle;
        padding-left: 5px;
        padding-top: 3px;

}

.ueberschrift {
        font-size:12pt;
        color:#FFFFFF;
        font-weight: bold;
}

.gb_tab {
        background-color: #30528B;
        color: #FFFFFF;
}

#infotext {
        text-align:right;
        float: right; 
        top:0px; 
        right: 0px; 
        width:200px; 
        margin:0px;
}

#infotext_oben {
        text-align:right;
        float: right;
        clear: both;
        position: relative;
        top: 0px;
        right: 0px; 
        width:200px; 
        margin:0px;
        padding:0px;
}

#infotext_unten {
        text-align:right;
        float: right;
        clear: both;
        position: relative;
        bottom: 15px;
        right: 0px; 
        width:200px; 
        margin:0px;
        padding:0px;
}

#anlage {
        padding-left: 50px;
        color: #999999;
        margin: 10px;

}

#main {
        position:absolute;
        top: 190px;
        left: 200px;
        margin: 0px;
        width: 595px;
  
}

#main_text {
        position:relative;
        top: 0px;
        left: 0px;
        margin: 0px;
        width: 585px;
        background-color: #FFFFFF;
        border: 2px solid black;
        padding: 5px;
        text-align: justify;
}




#menu {
        position: relative;
        margin: 0px;
        width: 160px;

}

#menu_top {
        position: relative;
        margin: 0px;
        width: 160px;
        height: 22px;
        padding-top: 3px;
        background-image: url(menu_top.jpg);
        background-repeat: no-repeat;
        color: #FFFFFF;
}
#menu_inhalt {
        position: relative;
        margin: 1px 0px 0px;
        width: 150px;
        padding: 5px;
        background-color: #30528B;
        color: #FFFFFF;
}
#menu a:link {
        font-weight:bold;
        text-decoration: none;
        color: #FFFFFF;
}
#menu a:visited {
        font-weight:bold;
        text-decoration: none;
        color: #FFFFFF;
}
#menu a:active {
        font-weight:bold;
        text-decoration: none;
        color: #FFFFFF;
}
#menu a:focus {
        font-weight:bold;
        text-decoration: none;
        color: #FFFFFF;
}

#menu a:hover {
        font-weight:bold;
        text-decoration: underline;
        color: #FFFFFF;
}
