/* 
================================
 Container Styles for DotNetNuke
================================
Styke fuer den Standard Container */
.containerStandard{
    width: 100%;
}
.headerStandard{
    
}
.contentStandard{
    
}
.footerStandard{
    
}
.header1{
    width: 100%;
    padding-top: 2px;
}
.contentPaneStandard{
    clear: both;
}
.action1{
    width: 50%;
    float: left;
}
.action2{
    width: 50%;
    float: right;
    text-align: right;
}
/* Styles admin container */
.headerAdmin{
    width: 100%;
    padding-top: 2px;
}
.action1Admin{
    width: 100%;
}
/* Styles noContaioner */
.containerNoContainer{
    width: 100%;
}
.headerNoContainer{
}
.contentNoContainer{
    
}
.footerNoContainer{
    
}
.contentPaneNoContainer{
    clear: both;
}
.action1NoContainer{
    width: 50%;
    float: left;
}
.action2NoContainer{
    width: 49%;
    float: right;
    text-align: right;
}
/* Styles fuer die Newsbox */
.TitelNewsContainer, .TitelNewsContainer div, .TitelNewsContainer td
{
    font-size: 11px;
    color: #fff !important;
    font-weight: normal;
}



