/* 
================================
 Container Styles for DotNetNuke
================================
Styke fuer den Standard Container */
.containerStandard{
    width: 100%;
}
.headerStandard{
    
}
.contentStandard{
    
}
.contentPaneStandard{
    width: 100%;
    clear: both;
}
.contentPaneStandardEnd{
    height:30px;
    background: url(end_standard.gif) repeat-x left bottom;
    clear: both;
}
.footerStandard{
    
}
.header1{
    width: 26px;
    height: 20px;
    float: left;
}
.header2{
    width: 100%;
    height: 24px;
    *height: 27px;
    float: right;
    margin-right: -26px;
    padding-top: 3px;
}
.header2 td, .header2 span, .header2 div{
    font-size: 10pt !important;
	color: #e31c19 !important;
	font-weight: bold;
}
.action1{
    width: 50%;
    float: left;
}
.action2{
    width: 50%;
    float: right;
    text-align: right;
}
/* Styles noContaioner */
.containerNoContainer{
    width: 100%;
}
.headerNoContainer{
}
.contentNoContainer{
    width: 100%;
}
.footerNoContainer{
    
}
.contentPaneNoContainer{
    clear: both;
}
/* Styles fuer den TopBanner*/
.containerTopBanner{
    width: 379px;
	*width: 515px;
    height: 120px;
    padding-left: 136px;
}
.headerTopBanner{
    width: 379px;
}
.contentTopBanner{
    width: 379px;
    text-align: right;
}
.footerTopBanner{
    width: 379px;
}
/* Styles fuer den Box */
.box{
    width: 259px;
    *width: 345px;
    padding: 0px 22px 2px 64px;
}
.containerBox{
    width: 259px;
    border: solid 1px #dbdbdb;
}
.headerBox{
    padding-left: 13px;
}
.contentBox{
    padding: 13px;
    width: 233px;
    *width: 259px;
}
.contentPaneBox{
    color: #707172;
    width: 233px;
}
.footerBox{
    
}