/* 
================================
 Container Styles for DotNetNuke
================================
*/   

/* paddin: px(oben) px(rechts) px(unten) px(links)

*/ 

.panenormal_abstand {
	padding: 3px 0px 0px 0px;
}



.container_abstand {
	padding: 3px 2px 3px 2px;
}
 




.containermaster_laptop {
	width: 100%;
	background-color: #ffffff;
	border-right: #DBDBDB 1px solid; 
	border-top: #DBDBDB 1px solid; 
	border-left: #DBDBDB 1px solid; 
	border-bottom: #DBDBDB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright:15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermasterwhite_laptop {
	width: 100%;
	background-color: #ffffff;
	border-right: #526D6E 0px solid; 
	border-top: #526D6E 0px solid; 
	border-left: #526D6E 0px solid; 
	border-bottom: #526D6E 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright:15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.containermasterhr_laptop {
	width: 100%;
	background-color: #ffffff;
	border-right: #DBDBDB 0px solid; 
	border-top: #DBDBDB 1px solid; 
	border-left: #DBDBDB 0px solid; 
	border-bottom: #DBDBDB 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright:15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerhr_laptop {
	width: 100%;
	background-color: #DBDBDB;
	border-right: #DBDBDB 1px solid; 
	border-top: #DBDBDB 1px solid; 
	border-left: #DBDBDB 1px solid; 
	border-bottom: #DBDBDB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright:15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_laptop {
	background-image: url(container_bg.jpg);
	background-repeat:repeat-x;
	background-position: top;
}


.containerrow1_laptop_blue1 {
	background-image: url(container_bg-blue1.jpg);
	background-repeat:repeat-x;
	background-position: top;
}

.containerrow1_laptop_blue3 {
	background-image: url(container_bg-blue3.jpg);
	background-repeat:repeat-x;
	background-position: top;
}


.containerrow1_laptop_orange {
	background-image: url(container_bg-orange.jpg);
	background-repeat:repeat-x;
	background-position: top;
}


.containerrow2_laptop {
	background-color: #ffffff;
}
.containerheader_laptop {
	font-family: Arial;
    font-size: 12px;
	color: #7F9BA5;
    font-weight: bold;
}
.containerheader_laptop_blank {
	font-family: Arial;
    font-size: 12px;
	color: #2341a3;
    font-weight: bold;
}
.containerheaderlight_laptop {
	font-family: Arial;
    font-size: 12px;
	color: #ffffff;
    font-weight: bold;
}
.containerheaderlight_laptop_orange {
	font-family: Arial;
    font-size: 12px;
	color: #ffffff;
    font-weight: bold;
}
