/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: transparent;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_blue {
	background-color: transparent;
}
.containerrow2_blue {
	background-color: transparent;
}

/* NTI Layout Rahmen rund
*/

.RahmenGrauObenVoll{
	background: transparent url(img/RahmenGrauObenVoll.gif) no-repeat scroll top right;
	height: 23px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.RahmenGrauObenLinks{
	background: transparent url(img/RahmenGrauObenLinks.gif) no-repeat scroll top left;
}

.RahmenGrauObenRechts{
	background: transparent url(img/RahmenGrauObenRechts.gif) no-repeat scroll top right;
}

.RahmenGrauUntenLinks{
	background: transparent url(img/RahmenGrauUntenLinks.gif) no-repeat scroll bottom left;
}

.RahmenGrauUntenRechts{
	background: transparent url(img/RahmenGrauUntenRechts.gif) no-repeat scroll bottom right;
}

.RahmenGrauLinieOben{
	background: White url(img/RahmenGrauLinie.gif) repeat-x scroll top left;
}

.RahmenGrauLinieLinks{
	background: transparent url(img/RahmenGrauLinie.gif) repeat-y scroll left;
}

.RahmenGrauLinieRechts{
	background: transparent url(img/RahmenGrauLinie.gif) repeat-y scroll right;
}

.RahmenGrauLinieUnten{
	background: transparent url(img/RahmenGrauLinie.gif) repeat-x scroll bottom;
}

.RahmenGrauTitel{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #0041A6;
	padding-left: 10px;
	padding-top: 5px;

}

.RahmenGrauInhalt{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}

