* {
	margin: 0;
	padding: 0;
}

html {
	background: #FFF repeat-x url(/ccds_tpl_img/msb_background.png);

	font-size: 12px;
	font-family: sans-serif;
}

body {
}

/*********************************************************************************/
/* CENTER/PAGE */
/*********************************************************************************/

.center {
	width: 920px;
	margin: 0 auto;
}

.page {
	float: left;
}

/*********************************************************************************/
/* 	TOP */
/*********************************************************************************/

	.top {
		float: left;
		margin: 12px 0 0 0;
		width: 920px;
		height: 111px;

		overflow: hidden;
	}

/*********************************************************************************/
/* 		MENU1 */
/*********************************************************************************/

		.menu1 {
			float: left;
			margin: 0;
			padding: 0 0 0 4px;
			width: 638px;

			overflow: hidden;
		}

			.menu1 li {
				float: left;
				margin: 0;
				padding: 29px 8px 0;
				width: 110px;
				height: 82px;
				border-left: #979796 1px solid;

				overflow: hidden;

				list-style: none;
				display: inline;
			}
			
/*			IE6	*/
			* html .menu1 li {
				overflow: visible;
			}

				.menu1 li a {
					margin: 0;

					font-size: 12px;
					font-weight: bold;
					color: #A0276F;

					display: block;

					text-decoration: none;
				}
				
/*				IE6,7,8	*/
				.menu1 li a {
					margin: 0 20px 0 0;
				}

				.menu1 li a:hover,
				ul li .active {
					font-weight: bold;
					color: #A0276F;
					text-decoration: underline !important;
				}
				
/*********************************************************************************/
/* 				MENU2 */
/*********************************************************************************/

				.menu2 {
					margin: 4px 0 0;
					padding: 0;
					
					
					
					display: none;

					overflow: hidden;
				}
				
/*				IE6,7,8 */
				.menu2 {
					width: 105px;
				}

					.menu2 li {
						clear: both;
						float: none;
						margin: 0;
						padding: 0;
						height: 15px;
						border: 0;

						display: block !important;
					}

						.menu2 li a {
							margin: 0;
							padding: 0 0 0 13px;

							font-size: 11px;
							font-weight: bold;
							color: #A3A3A3;

							text-decoration: none;
						}

						.menu2 li a:hover,
						ul li ul li .active {
							font-weight: bold;
							color: #A3A3A3;
							background: url(/ccds_tpl_img/msb_menu2_bullet.png) no-repeat;
							text-decoration: none !important;
						}

/*********************************************************************************/
/* 		LOGO */
/*********************************************************************************/

		.logo {
			float: right;
			margin: 0 10px 0 0;
			width: 268px;
			height: 105px;

			border: 0 none;
			background: #FFF url(/ccds_tpl_img/msb_logo.png) center center no-repeat;

			display: block;
		}

/*********************************************************************************/
/* 	HEADER */
/*********************************************************************************/

	.header {
		float: left;
	}

		.header h1 {
			float: left;
		}

		.header h2 {
			float: left;
			margin: 108px 0 0 230px;
			width: 424px;
			font-size: 18px;
			font-weight: bold;
			color: #A0276F;
		}

		* html .header h2 {
			margin: 108px 0 0 115px !important;
		}
		
		.header_image_wrap {
			float: left;
			height: 307px;
		}
		
			.slideshow {
				/*background: no-repeat url(/ccds_tpl_img/msb_header_back.png) left top; */
				width: 654px !important;
			}
		
				.header_image {
					width: 654px !important;
					height: 307px;
				}

		.infobox {
			float: left;
			width: 266px;
			height: 273px;
			background: no-repeat url(/ccds_tpl_img/msb_header_left.png);
			color: #FFF;
			padding: 34px 0 0;
		}

			.infobox h3 {
				font-size: 18px;
				margin: 0 0 0 14px;
			}

			.infobox p {
				margin: 37px 0 0 14px;
				width: 225px;

				font-size: 14px;
			}

			.infobox p a {
				text-decoration: underline;
				color: #FFF;
			}

			.infobox p a:hover {
				text-decoration: underline;
				color: #FFF;
			}

/*********************************************************************************/
/* 	BODY */
/*********************************************************************************/

	.body {
		float: left;
		margin: 0 0 0 4px;
		width: 908px;
	}

/*********************************************************************************/
/* 		CONTENT */
/*********************************************************************************/

		.content {
			float: left;
			margin: 30px 50px 30px 25px;
			width: 575px;
		}

/*		IE6	*/
		* html .content {
			width: 530px;
			margin: 30px 75px 30px 20px;
		}
		
			.content h2 {
				line-height: 23px;
			}

			.content h3 {
				margin: 0 0 15px;
				font-size: 19px;
				color: #A0276F;
			}

			.content div {
				line-height: 19px;
				margin: 0 0 20px;
			}
			
			.content ul,
			.content ol {
				margin: 0 0 5px 15px;
			}
			
			.content a,
			.content a:hover {
				color: #333;
			}

/*********************************************************************************/
/* 		KONTAKT FORMULAR */
/*********************************************************************************/

		.google_maps {
			float: right;
			width: 250px;
		}

		.kontakt {
			margin: 0 auto !important;
			width: 500px;
		}

			.kontakt p {
				margin: 5px 0;
				padding: 5px;
				border-bottom: 1px solid #ECECEC;

				text-align: center;
			}

				.kontakt p label {
					float: left;
					padding: 0 10px 0 0;
					width: 100px;

					display: block;

					text-align: right;
				}

				.kontakt p input,
				.kontakt p textarea {
					padding: 5px;
					border: 0px;
					width: 300px;

					background-color: #ECECEC;

					color: #A0276F;
					font-size: 13px;
				}
				
				.kontakt p textarea {
					height: 150px;
				}

			.kontakt_hidden {
				display: none;
			}
			
/*********************************************************************************/
/* 		PARTNER */
/*********************************************************************************/

		.partner {
			margin: 0 0 40px;
		}
			
			.partner h4 {
				margin: 0 0 10px;
				
				color: #A0276F;
			}
			
			.partner_image {
				margin: 0 20px 20px;
			}
			
			.partner_description {
			
			}

			.partner_image img {
				border: 0px;
			}
			
			.partner_link a,
			.partner_link a:hover {
				font-weight: bold;
				color: #000;
			}

/*********************************************************************************/
/* 		RIGHT */
/*********************************************************************************/

		.right {
			float: left;
			width: 258px;
		}

/*********************************************************************************/
/*			OVERVIEW */
/*********************************************************************************/

			.overview {
				float: left;
				background-color: #ECECEC;
				color: #FFF;
			}

/*			IE6	*/
			* html .overview {
				width: 199px;
			}

				.overview h3 {
					float: left;
					padding: 10px;
					width: 238px;
					height: 15px;
					background: no-repeat url(/ccds_tpl_img/msb_right_head.png);

					overflow: hidden;

					color: #FFF;
					font-size: 13px;
				}

				.overview p {
					float: left;
					margin: 15px 32px;

					color: #000;

					line-height: 19px;
				}

/*				IE6	*/
				* html .overview p {
					margin: 0;
					padding: 15px 20px;
					width: 218px;
				}

/*********************************************************************************/
/* 			ADS */
/*********************************************************************************/

			.pic {
				float: left;
				width: 258px;
			}

/*********************************************************************************/
/* 			FAST-KONTAKT */
/*********************************************************************************/

			.fast-kontakt {
				float: left;
				width: 258px;
				background-color: #ECECEC;
			}
			
				.fast-kontakt h3 {
					padding: 10px;
					width: 238px;
					height: 15px;
					background: no-repeat url(/ccds_tpl_img/msb_right_head.png);

					overflow: hidden;

					color: #FFF;
					font-size: 13px;
				}

				.fast-kontakt p {
					margin: 18px;
					height: 29px;

					font-weight: bold;
					color: #A0276F;
				}

					.fast-kontakt a,
					.fast-kontakt a:hover {
						font-weight: bold;
						color: #A0276F;

						text-decoration: none;
					}

					.fast-kontakt img {
						margin: 0 10px 0;
						border: 0px;
					}

					.fast-kontakt_tel {
						vertical-align: 65%;
					}

					.fast-kontakt_mail {
						vertical-align: 30%;
					}

/*********************************************************************************/
/* 			MINI MENU */
/*********************************************************************************/

			.mini-menu {
				float: left;
				width: 258px;
			}

				.mini-menu ul {
					margin: 25px auto 0;
					padding: 0;
					width: 220px;

					overflow: hidden;
				}

					.mini-menu li {
						float: left;
						margin: 0;
						padding: 2px;

						font-weight: bold;
						color: #A0276F;

						list-style: none;
						display: inline;
					}

						.mini-menu a,
						.mini-menu a:hover {
							margin: 0;
							padding: 0;

							font-weight: bold;
							color: #A0276F;

							text-decoration: none;
						}

					.pipe {
						color: #A5A5A4 !important;
					}

/*********************************************************************************/
/* 	FOOTER */
/*********************************************************************************/

	.footer {
		margin: 0 0 0 4px;
		width: 908px;
	}

		.footer ul {
			float: left;
			padding: 10px 0 20px;
			width: 620px;
			border-top: 1px solid #979796;
			
			overflow: hidden;
		}

			.footer ul li {
				margin: 25px 0 0 0;
				padding: 0;

				text-align: center;

				list-style: none;
				display: inline;
			}
			
			.footer ul li a, .footer ul li span {
				float: left;
				padding: 0;
				width: 25%;
				height: 75px;
				
				display: block;
				
				background:  center center no-repeat;
			}

/*********************************************************************************/
/* OTHER CLASSES */
/*********************************************************************************/

.bold {
	font-weight: bold;
}

.clearer {
	clear: both;
}

.frontendadd {
	margin: 0 !important;

}

.frontentdediting {

}

.CMSeditPopUp div {
	margin: 0 !important;
}

.absatzbild_left {
	float:left;
}

.absatzbild_right {
	float:right;
}

.absatzbild_description {
	display:block;
}

.googleleft {
	float: left;
	width: 300px;
}
