/* Einstelleungen zur Anzeige der Newseintr?ge */ 


#news_normal {
    position:static;
    background-color: #FFFFFF;
    font-size: 1em;
    color: #006699;
    border: 1px solid #E2E7EA;  
    margin-bottom: 11px;
}
    
    
#news_head {
    border: 1px solid #E2E7EA;  
    background-color: #E2E7EA;
    font-size: 1.2em;
    color: #006699;
    margin-bottom: 11px;
}

#current_news_head {
    background-color:#E2E7EA;
    color: #006699;
}

.news_pagehead {
    position:static;
    background-color: #E2E7EA;
    font-size: 1.2em
    color: #006699;
}

.news_headline {
    font-size: 1.4em;
    font-weight: bold;
    background-color: #E2E7EA;
    color: #006699;
}

.news_title {
    text-align:left;
    font-size: 1.4em;
    font-weight: bold;
    background-color: #E2E7EA;
    color: #006699;
}

.news_author {
    text-align:center;
    font-size: 1em;
    font-style: normal;
    font-weight: bold;
}

.news_date {
    text-align:center;
    font-size: 1.2em;
    font-style: normal;
    font-weight: bold;
}

.current_news_date {
    text-align:center;
    font-size: 1.2em;
    font-style: normal;
    font-weight: bold;
    background-color:#FF0000; 
    color:#000000;
    margin: 2px;
    padding: 2px;
}

#news_main {
    text-align:left;  
}

.news_content {
    font-size: 1.2em;
    text-align:left;  
    border: 1px none #666666;
    color:#000000;
}

.news_url {
    font-size: 1.2em;
    border: 1px none #666666;    
    color:#000000;
}


/* Einstellungen zur Anzeige der Newseintr?ge im Ticker */ 

#mainnews {
    position:absolute;
    font-family: Open Sans, Verdana, Arial, Helvetica, sans-serif;        
    font-size: medium;
    background-color: #F0F0F0;
    visibility: visible;
    z-index:0;
}

#news_short_normal { 
    position:relative;         
    font-family: Open Sans, Verdana, Arial, Helvetica, sans-serif;        
    font-size: small;
    background-color:#E0E0E0;
    border: solid 1px #9A9A9A;
}

.news_short_headline {
    font-family: Open Sans, Verdana, Arial, Helvetica, sans-serif;        
    font-size: large;
    text-align: center;
}

.news_short_title {
    font-family: Open Sans, Verdana, Arial, Helvetica, sans-serif;        
    font-size: medium;
    font-weight:bold;
    background-color:#FFFFFF;   
    text-align: center;
}

.news_short_text {
    font-family: Open Sans, Verdana, Arial, Helvetica, sans-serif;        
    font-size: small;
    text-align:left;  
    background-color:#FFFFFF;   
}

/************************************************/
/* News Menü - Runde Ecken im Content Bereich *****/
/************************************************/

#mainnews {
    position:absolute;
    font-family: Open Sans, Verdana, Arial, Helvetica, sans-serif;        
    font-size: medium;
    background-color: transparent;
    visibility: visible;
    z-index:0;
}
                                                 
