/*----------------- MAIN  -----------------*/
body {
    font-family: Tahoma;
    margin:0px;
    padding:0px;
    width:100%;
    height:100%;
    background-image:URL(./img/system/style/normal/bg.png);
}

table {
    font-family: Tahoma;
}

a:link{
    text-decoration:none;
    font-weight:normal;
    color:#548898;
}

a:visited{
    text-decoration:none;
    font-weight:normal;
    color:#548898;
}

a:hover{
    text-decoration:none;
    font-weight:normal;
    color:#473C8B;
}

a:active{
    text-decoration:none;
    font-weight:normal;
    color:#548898;
}

a.normal, a.normal:active, a.normal:visited{
    font-size:12pt;
    color:#000000;
    font-weight:normal;
}

a.normal:hover {
    font-size:12pt;
    color:#000000;
    font-weight:normal;
    text-decoration:underline;
}

a.title_produkte, a.title_produkte:active, a.title_produkte:visited {
   font-family: Tahoma;
   font-size: 13pt;
   color: #548898;
   font-weight: none;
   text-decoration: underline;
}

a.title_produkte:hover {
   font-family: Tahoma;
   font-size: 13pt;
   color: #0099CC;
   font-weight: none;
   text-decoration: none;
}

#div_all {
   width:980px;
   height:700px;
   border-style:solid;
   border-color:#000000;
   border-width:1px;
   white-space:nowrap;
   margin: 0em auto;
}

/*----------------- NAVBAR  -----------------*/
a.navbar:link, a.navbar:visited{
    font-size: 10pt;
    text-decoration:none;
    font-weight:bold;
    color:#548898;

}
a.navbar:hover{
    text-decoration:none;
    font-weight:bold;
    color:#6699FF;
}
a.navbar:active{
    text-decoration:none;
    font-weight:bold;
    color:#6699FF;
}
/*----------------- EIGENE  -----------------*/

/* ... EIGENE ... */
.produkte_title {
    font-weight: bold;
    text-decoration: underline;
    color: #000000;
}
td.navi{
    background-color: #FFE4C4;
    font-size: 15px;
    font-family: comic sans ms;
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}

.title {
    text-align: right;
    font-size: 18pt;
    color:#0000CD;
    text-decoration: underline;
    font-weight: bold;
    margin-right:20px;
}

/* ... EIGENE.NEWS ... */
.news_title, a.news_title, .news_title font{
    text-align:left;
    font-size: 15pt;
    font-weight: bold;
    background-image:URL(./img/system/sites/news_bg.png);
    color: #FFFFFF;
}
a.news_title:hover{
    text-align:left;
    font-size: 15pt;
    font-weight: bold;
    text-decoration: underline;
    background-image:URL(./img/system/sites/news_bg.png);
    color: #FFFFFF;
}

.news_notes{
    text-align:left;
    font-size: 8pt;
    font-weight: none;
    background-color: #FFFFFF;
}
.news_content{
    text-align:left;
    font-size: 12pt;
    font-weight: none;
    background-color: #FFFFFF;
}

/* ... EIGENE.GB ... */
.gb_title{
    font-size: 12pt;
    font-weight: bold;
    background-color: #456123;
    color: #FFFFFF;
}
.gb_content{
    font-size: 8pt;
    font-weight: none;
    background-color: #FFFFFF;
}

/* ... EIGENE.SYSTEM ... */
.system_title{
    background-color: #548898;
    color: #FFFFFF;
    border-color: #FFFFFF;
    border-width: 10;
}                    

.border_outline {
    border-style:solid;
    border-color:#000000;
    border-width:1px;
}
.noborder {
    border-width: 0px;
    border-style: none;
}

.navbar_top {
    background-color:#6FB1E3;
    font-size: 11pt;
}
#content {
    width:790px;
    height:550px;
    overflow:auto;
    white-space:normal;
}

/* ------------- LOGIN --------------------- */
#login
    {
    background-image: URL(./img/system/sites/over_1x1_black.png);
    position:         absolute;
    display:          none;
    left:             0px;
    top:              0px;
    z-index:          9;
    width:            100%;            /* Da haste deine Randbreite und so */
    margin:           auto;            /* Div soll zentriert werden */
    min-height:       100%;            /* Mindesth?he für moderne Browser */
    height:           auto !important; /* Important Regel für moderne Browser */
    height:           100%;            /* Mindesth?he für den IE */
    }
   
#login table.content
    {
    position:         absolute;
    left:             40%;
    top:              40%;

    }
/* ------------- LOGIN --------------------- */
