/*----------------- MAIN  -----------------*/
body {
    background-color:#FFFFFF;   
    font-family: Tahoma;
    font-size: 12pt;
    background-image:URL(./img/system/leer.gif);
}

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

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

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

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

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: #336666;
   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 {
   border-style:none;
   border-width:0px;
}

#content {
    position: absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    display: block;
    visibility: visible;
    z-index: 9;
    border-style:none;
    border-width:0px;
}

#noprint {
    visibility:hidden;
    display:none;
}

noprint_border {
    border-width:0px;
    border-color:#FFFFFF;
    
}

#login {    
    visibility:hidden;
    display:none;
}


/* ... EIGENE ... */
.produkte_title {
    font-weight: bold;
    text-decoration: underline;
    color: #000000;
}

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

/* ... EIGENE.NEWS ... */
.news_title{
    font-size: 15pt;
    font-weight: bold;
    background-color: #528896;
    color: #FFFFFF;
}
.news_notes{
    font-size: 8pt;
    font-weight: none;
    background-color: #FFFFFF;
}
.news_content{
    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: #456123;
    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;
}
