/* 
================================
 Container Styles for DotNetNuke
================================
Styke fuer den Standard Container */
.containerStandard{
    width: 100%;
}
.headerStandard{
    
}
.contentStandard{
    
}
.footerStandard{
    
}
.header1{
    width: 100%;
    float: left;
    padding-top: 2px;
    margin-right: -20px;
}
.header2{
    width: 20px;
    float: right;
    text-align: right;
    height: 19px;
}
.header2 td, .header2 span, .header2 div{
    font-size: 10pt !important;
	color: #e31c19 !important;
	font-weight: bold;
}
.contentPaneStandard{
    clear: both;
}
.action1{
    width: 50%;
    float: left;
}
.action2{
    width: 50%;
    float: right;
    text-align: right;
}
/* Styles noContaioner */
.containerNoContainer{
    width: 100%;
}
.headerNoContainer{
}
.contentNoContainer{
    
}
.footerNoContainer{
    
}
.contentPaneNoContainer{
    clear: both;
}
/* Styles fuer die Newsbox */
.TitelNewsContainer
{
    font-size: 11px;
    color: white;
    font-weight: bold;
}



