

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}


body {
	background: #FFFFFF none repeat scroll 0 0;
	width: 100%;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 140%;
}


a {
	color: #000000;	
	text-decoration: underline;
}


a:hover {
	text-decoration: none;
}


.mainBg {
	background: #cccccc;
	position: absolute;
	height: 190px;
	width: 100%;
	top: 44px;
	left: 0px;
	z-index: -10;
}


.main {
	min-height: 100%;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bgBody.gif);
	background-position: left;
	background-repeat: repeat-y;
}


* html .main {
   height: 100%;
}	


.mainHeaderTop {
	width: 720px;
	height: 44px;
	background: #ffffff;
	background-image: url(../images/bgBody.gif);
	background-position: right;
	background-repeat: repeat-y;
}


.mainHeaderTop .mainHeaderTopLeft {
	float: left;	
	padding-top: 10px;
	margin-left: 10px;
}


.mainHeaderTop .mainHeaderTopRight {
	float: right;
	padding-top: 16px;
	margin-right: 10px;
}


.mainHeaderBottom {
	background-color: #003366;
	height: 190px;
	color: #ffffff;
}


.mainHeaderBottom .mainHeaderBottomBanner {
	float: right;
	height: 190px;
}


.mainContent {
	padding-top: 33px;
	width: 720px;
}


.mainContentLeft {
	width: 200px;
	float: left;
	margin-left: 10px;
}


.mainContentCenter {
	width: 479px;
	margin-left: 20px;
	margin-right: 10px;
	float: right;
	min-height: 120px;
	padding: 0px 0px 50px 0px;
	
}


*html .mainContentCenter {
	width: 470px;
}


.mainContentPrimeSpace {
	height: 30px;
}


.mainFooter {
	position: relative;
	height: 50px;
	padding: 50px 0px 0px 0px;
	margin: -100px auto 0px auto; 	width: 720px;
}


* html .mainFooter {
	margin-top: -50px; /* Top-Margin muss die Höhe des Footers ausgleichen */
}


.mainFooterContent {
	position: absolute;
	bottom: 2px;
	width: 100%;
	height: 20px;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	background: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
}


.mainFooterContent a {
	color: #666666;
}


.mainFooterContent img {
	margin: 0px 20px 0px 20px;
}


.mainClear {
	clear: both;
}


p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}


img {
	border: none;
}

.mainContentLeft .fcmsPagesTeaser {
	color: #009900;
}



.fcmsPagesNaviList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.fcmsPagesNavi_meta ul {
	margin: 0px;
	padding: 0px;
}


.fcmsPagesNavi_meta ul li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
	font-size: 12px;
}


.fcmsPagesNavi_meta a {
	color: #666666;
	text-decoration: none;
}


.fcmsPagesNavi_meta a:hover, .fcmsPagesNavi_meta li.fcmsPagesNaviListElementActive a {	
	text-decoration: underline;
}


.fcmsPagesNavi_meta .fcmsPagesNaviListElementSeparator {
	margin-top: 8px;
	
	background-repeat: no-repeat;
	display: block;
	width: 1px;
	height: 1px;
}