/* 
================================
 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 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
{
    font-size: 16px !important;
    color: #2e3e7c !important;
    font-weight: bold !important;
}
.TitelNewsContainerLeft
{
    font-size: 12px !important;
    color: #2e3e7c !important;
    font-weight: bold !important;
}
.TitelNewsContainerRight
{
    font-size: 12px !important;
    color: #2e3e7c !important;
    font-weight: bold !important;
}
