﻿/* Aktivitäten-Übersicht --------------------------------------------------------------------------------------------------------*/

div#JFAktivitaetenFrame
{
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
    top:       0px;
    height:    auto;
    width:     730px;
    left:      0px;
    min-width: 1px;
    margin:    0px;
    padding:   0px;
    padding-bottom: 10px;
    border:    0px;
}
div.AktivitaetenUebersichtFrame 
{
    position: relative;
    min-width: 1px;
    margin:0px;
    padding:0px;
    border:0px;
}


/* Fehlermeldungen --------------------------------------------------------------------------------------------------------*/

div.Content_Error_Frame
{
    min-width:    1px;
    margin:       0px;
    margin-top:   10px;
    margin-left:  10px;
    margin-right: 10px;
    padding:      0px;
    padding-left: 10px;
    padding-right:10px;
    border:       0px;  
    text-align:justify;
    font-size:        14px;
    font-weight:      normal;
    line-height:      20px;  
}
div.Content_Error_Imageframe
{
    float:        left;
    min-width:    1px;
    margin:       0px;
    padding:      0px;
    border:       0px;   
}


/* Aktivitäten-Übersicht-Ereignis-Überschrift --------------------------------------------------------------------------------------------------------*/

div.AktivitaetenUebersicht_Ueberschrift_frame
{
    min-width:    1px;
    margin:       0px;
    margin-top:   10px;
    margin-left:  10px;
    margin-right: 10px;
    padding:      0px;
    padding-left: 10px;
    padding-right:10px;
    border:       0px;
}
div.AktivitaetenUebersicht_Ueberschrift_text
{ 
    text-align:justify;
    font-size:        14px;
    font-weight:      bold;
    line-height:      20px;  
    min-width: 1px;
    margin:    0px;
    padding:   0px;
    border:    0px;
}


/* Aktivitäten-Übersicht-Trennung --------------------------------------------------------------------------------------------------------*/

div.AktivitaetenUebersicht_Trennung_frame
{

    font-size :       14px;
    font-weight:      bold;
    line-height:      12px;  
    position:     relative;
    overflow:     hidden;
    height:       17px;
    margin-top:   14px;
    padding-left: 20px;
    padding-right:20px;
    color:        #000000;
    background-color: #FF6600;    
    background-image: url(/Styles/JF_Line_730_weiss.png);
    background-repeat: no-repeat;
}
div.AktivitaetenUebersicht_Trennung_text
{ 
    text-align:justify;
    font-size:        14px;
    font-weight:      bold;
    line-height:      12px;  
    height: 0px; /* kein Text mehr bei Trennung */
    min-width: 1px;
    margin:    0px;
    padding:   0px;
    border:    0px;
}


/* Aktivitäten-Übersicht-Bericht-Element --------------------------------------------------------------------------------------------------------*/

div.AktivitaetenUebersichtElementFrame /* Container für ein Aktivitäten-Element */
{
    font-style:       normal;
    font-size:        14px;
    font-weight:      normal;  
    line-height:      20px;
    float:     none;
    position:  relative;
    overflow:  hidden;
    width:     690px;
    min-width: 1px;
    margin:    0px;
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
    padding:   0px;
    padding-left:10px;
    padding-right:10px;
    border:    0px;
} 
div.AktivitaetenUebersichtElementFrame_litTitle
{
    float:     none;
    position:  relative;
    overflow:  hidden;
    width:     540px;
    min-width: 1px;
    margin:    0px;
    padding:   0px;
    border:    0px;
}
a.AktivitaetenUebersichtElementFrame_linkTitle
{
    font-weight:        bold;
    text-decoration:    none;
    color:              #000099;
}
a.AktivitaetenUebersichtElementFrame_linkTitle:hover
{
    color:            #FFFFFF;  
    background-color: #000099;
}
div.AktivitaetenUebersichtElementFrame_divImage
{
    float: left;
    position: relative;
    overflow:  hidden;
    width:     115px;
    min-width: 1px;
    margin:    0px;
    margin-right:10px;
    padding:   0px;
    border:    0px;
}
a.AktivitaetenUebersichtElementFrame_linkImage
{ 
}
img.AktivitaetenUebersichtElementFrame_linkImage
{ 
    border: 0;
}
img.AktivitaetenUebersichtElementFrame_linkImage:hover
{ 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: alpha(opacity=50);	
    opacity: .5;    
}
div.AktivitaetenUebersichtElementFrame_litText
{
    text-decoration:    none;
    color:              #000000;
}
