/* ____ MWP, 19.03.08, RheinSiteMedia GmbH (Marcel Fischer) ____ */

.cnt
{
	margin:0;
	padding:0;
	margin-bottom: 20px;
}
.cnthead
{
	font-family: arial, helvetica, sans-serif;
	font-size: 1.5em;
	font-weight:bold;
	margin: 0 0 0.4em -4px;
	color: #0A50A1;
}
*html .cnthead
{
	font-family: arial, helvetica, sans-serif;
	font-size: 1.5em;
	font-weight:bold;
	margin: 0 0 0.4em -2px;
	color: #0A50A1;
}
.cnttdhead 
{
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	margin: 0 0 0.4em 0;
	color: #0A50A1;
}
.cpcnt 
{
	margin:0;
	padding:0;
}
.cpcnt_bgcolor 
{
	background-color:#E6E9F3;
	background-image:url(max_weber.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:450px;
	overflow:hidden;
}

/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #dfe5f2;
	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-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}

