/* Allgemeine Styles */
html, body {
	margin: 0px;
	padding: 0px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 140%;
	background-color: #dee0e4;
	text-align: justify;
}


.mainBodyBgTop {
	position: fixed;
	top: 0px;
	left: 0px;
}


.mainBodyBgBottom {
	position: fixed;
	bottom: 0px;
	right: 0px;
}


.main {
	position: relative;
	width: 912px;
	margin: 30px auto 0px auto;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-image: url(../images/bgMain.gif);
	background-repeat: repeat-y;
}


.mainHeader {
	width: 912px;
	height: 212px;
	margin: 0px 0px 26px 0px;
	background-image: url(../images/bgHeader.gif);
	background-repeat: repeat-x;

}


.mainHeaderTopLeft {
	float: left;
	width: 191px;
	height: 106px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #ffffff;	
}


.mainHeaderTopLeft div div div div {
	text-align: center;
	color: #ffffff;
	margin: 85px 0px 0px 0px;
}


.mainHeaderTopRight {
	float: left;
	width: 720px;
	height: 106px;
	border-bottom: 1px solid #000000;
}


.mainHeaderTopRight div div div div {
	color: #ffffff;
	margin: 85px 0px 0px 20px;
}


.mainHeaderMotiv {
	width: 912px;
	height: 105px;
	background-color: #ffffff;
	padding: 1px 0px 0px 0px;
}


.mainNavi {
	position: absolute;
	top: 212px;
	height: 24px;
	width: 912px;
	background-color: #7f90ad;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;	
}


.mainContent {
	width: 912px;
}


.mainContentLeft {
	position: relative;
	float: left;
	width: 191px;
	min-height: 347px;
}


.mainContentPrimeSpace, .fcmsPagesBodyClass_profil .mainContentPrimeSpace {
	float: left;
	width: 680px;
	padding: 20px 20px 20px 20px;
}


.fcmsPagesBodyClass_profil .mainContentPrimeSpace {
	padding: 20px 20px 0px 20px;
}




.mainFooter { 
	height: 26px;
	width: 912px;
	background-color: #5f6c81;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;	
}


.mainClear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}



/* FCMS-spezifische Styles */
/* Haupt-Navis */
.fcmsPagesNavi_main1, .fcmsPagesNavi_main2 {
	float: left;
}


.fcmsPagesNavi_main1 {
	width: 191px;
}


.fcmsPagesNavi_main2 {
	margin: 0px 0px 0px 20px;
}


.fcmsPagesNavi_main1 ul, .fcmsPagesNavi_main2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


.fcmsPagesNavi_main1 ul {
	text-align: center;
	width: 191px;
}


.fcmsPagesNavi_main1 ul li, .fcmsPagesNavi_main2 ul li {
	height: 22px;
	line-height: 22px;
	float: left;
	margin: 0px 30px 0px 0px;
}


.fcmsPagesNavi_main1 ul li {
	float: none;
	margin: 0px;
}


.fcmsPagesNavi_main1 ul li a, .fcmsPagesNavi_main2 ul li a {
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
}


.fcmsPagesNavi_main1 ul li a:hover, .fcmsPagesNavi_main1 ul li.fcmsPagesNaviListElementActive a, .fcmsPagesNavi_main2 ul li a:hover, .fcmsPagesNavi_main2 ul li.fcmsPagesNaviListElementActive a {
	color: #000000;
	text-decoration: none;
}


.fcmsPagesNavi_main1 ul li.fcmsPagesNaviListElementSeparator, .fcmsPagesNavi_main2 ul li.fcmsPagesNaviListElementSeparator {
	display: none;
}



/* Meta-Navi */
.fcmsPagesNavi_meta {
	float: left;
	width: 191px;
}


.fcmsPagesNavi_meta ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style-type: none;
	width: 191px;
}


.fcmsPagesNavi_meta ul li {
	height: 22px;
	line-height: 22px;
}


.fcmsPagesNavi_meta ul li a {
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
}


.fcmsPagesNavi_meta ul li a:hover, .fcmsPagesNavi_meta ul li.fcmsPagesNaviListElementActive a {
	color: #000000;
	text-decoration: none;
}


.fcmsPagesNavi_meta ul li.fcmsPagesNaviListElementSeparator {
	display: none;
}




/* Blog-Darstellung */
.fcmsPluginBlogBlock ul.fcmsPagesNaviList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


.fcmsPluginBlogBlock ul.fcmsPagesNaviList li {
	margin: 0px 0px 20px 0px;
}


.fcmsPluginBlogBlock ul.fcmsPagesNaviList li a {
	color: #2C3F61;
	text-decoration: none;
	font-weight: bold;
}


.fcmsPluginBlogBlock ul.fcmsPagesNaviList li a:hover {
	color: #2C3F61;
	text-decoration: underline;	
	font-weight: bold;	
}


.fcmsPluginBlogBlock ul.fcmsPagesNaviList li h2 {
	font-weight: normal;
	margin: 2px 0px 10px 0px;
}


.fcmsPagesNaviListElementBlogDate {
	font-size: 11px;
	color: #666666;
}



a.fcmsPagesNaviListElementBlogLinkReadon {
	font-size: 11px;
	color: #2C3F61;
	text-decoration: none;		
	line-height: 190%;
}


a.fcmsPagesNaviListElementBlogLinkReadon:hover {
	font-size: 11px;
	color: #2C3F61;
	text-decoration: underline;		
}







/* Teaser-Navi */
.fcmsPagesNavi_teaser {
	position: absolute;
	top: 150px;
	left: 35px;
	text-align: right;
	width: 150px;
}


.fcmsPagesNavi_teaser ul {
	margin: 0px 15px 0px 0px;
	padding: 0px;
	list-style-type: none;
}


.fcmsPagesNavi_teaser ul li {
	margin: 0px 0px 10px 0px;
}


.fcmsPagesNavi_teaser ul li a {
	color: #344c72;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}


.fcmsPagesNavi_teaser ul li a:hover, .fcmsPagesNavi_teaser ul li.fcmsPagesNaviListElementActive a {
	color: #344c72;
	text-decoration: underline;
}


.fcmsPagesNavi_teaser ul li.fcmsPagesNaviListElementSeparator {
	display: none;
}





/* Logo */
.fcmsPagesTeaser_logo {
	position: absolute;
	right: 30px;
	top: 10px;
}



/* Teaser-HG-Grafiken */
.fcmsPagesTeaser_teaserbg {
	position: absolute;
	top: 0px;
	left: 0px;
}



/* Teaser-Inhalte */
.fcmsPagesTeaser_teasercontent {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 30px 0px 0px 25px;
	text-align: left;
}




/* Kontaktformular */
.cfcmsPluginContactFormBlock {
	width: 400px;
}



/* Zurück-Link (Teaser) */
.fcmsPagesTeaser_back {
	position: absolute;
	top: 150px;
	left: 35px;
	text-align: right;
	width: 130px;
}


.fcmsPagesTeaser_back a {
	color: #344c72;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}


.fcmsPagesTeaser_back a:hover {
	color: #344c72;
	text-decoration: underline;
}


/* Zurück-Link (Content) */
.fcmsPagesTeaser_backcontent {
	margin: 20px 0px 0px 0px;
}





/* Footer */
.fcmsPagesTeaser_footer {
	width: 500px;
	float: right;
	text-align: right;
	color: #ffffff;
	height: 24px;
	line-height: 24px;
	padding: 0px 20px 0px 0px;
}


/* Twitter-Button */

.fcmsPagesTeaser_twitterbutton {
	width: 30px;
	float: left;
	margin: 2px 0px 0px 20px;
}

.fcmsPagesTeaser_twitterbutton img {
	border: none;
}


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


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


a:hover {
	color: #000000;
	text-decoration: none;
}


h1 {
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 12px 0px;
	font-size: 13px;
}


h2 {
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 12px 0px;
	font-size: 13px;
}


h3 {
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 12px 0px;
	font-size: 13px;
}


.BildRechtsOben {
	float: right;
	margin: 0px 0px 10px 10px;
}


.BildLinksOben {
	float: left;
	margin: 0px 10px 10px 0px;
}


.BildRechts {
	float: right;
	margin: 10px 0px 10px 10px;
}


.BildLinks {
	float: left;
	margin: 10px 10px 10px 0px;
}


.mainContentPrimeSpace ul, .mainContentPrimeSpace ol {
	margin: 0px 0px 20px 20px;
	padding: 0px;
}


.mainContentPrimeSpace ul li, .mainContentPrimeSpace ol li {
	margin: 0px 0px 10px 0px;
}


.BlaueLinkBox a {
	color: #2C3F61;
	text-decoration: none;		
	font-weight: bold;
}


.BlaueLinkBox a:hover {
	color: #2C3F61;
	text-decoration: underline;		
}
