* {
	padding: 0;
	margin: 0;
	border: 0;
	behavior: url(iepngfix.htc);
	}

body, html {
	color: #464c51; 
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	background: #fff; 
	height: 100%;
	}
	
	
a:Link, a:Visited {
	color: #7f0646;
	font-weight: bold;
	text-decoration: none;
	}

a:Hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}
	
p {
	margin-bottom: 20px;
	}
	
img {
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.imgLeft {
	float: left;
}

hr {
	clear: left;
	background: url(images/navigation/separator_horizontal.gif) bottom repeat-x;
	height: 2px;
	margin-bottom: 20px;
}
	
ul, ol {
	padding-left: 15px;
	padding-bottom: 10px;
	}
	
.clearLeft {
	clear: left;
}
	
.mainContainer {
	margin: 0 auto;
	width: 100%;
	min-width: 1000px;
	min-height: 400px;
	background: #fff url(images/navigation/bg_page.gif) top repeat-x;
}


/* --- HEADER COMPONENTS --- */
	
.headContainerHome {
	margin: 0 auto;
	width: 100%;
	height: 300px;
	background: url(images/navigation/bg_header_home.jpg) center no-repeat;
}	

.headContainerUnternehmen {
	margin: 0 auto;
	width: 100%;
	height: 300px;
	background: url(images/navigation/bg_header_unternehmen.jpg) center no-repeat;
}

.headContainerLeistungen {
	margin: 0 auto;
	width: 100%;
	height: 300px;
	background: url(images/navigation/bg_header_leistungen.jpg) center no-repeat;
}

.headContainerReferenzen {
	margin: 0 auto;
	width: 100%;
	height: 300px;
	background: url(images/navigation/bg_header_referenzen.jpg) center no-repeat;
}

.headContainerAktuelles {
	margin: 0 auto;
	width: 100%;
	height: 300px;
	background: url(images/navigation/bg_header_aktuelles.jpg) center no-repeat;
}

.headContainerKontakt {
	margin: 0 auto;
	width: 100%;
	height: 300px;
	background: url(images/navigation/bg_header_kontakt.jpg) center no-repeat;
}


.mmShadowTop {
	margin: 0 auto;
	width: 100%;
	height: 35px;
	background: url(images/navigation/mmenu_shadow_top.png) repeat-x;
}

.mmShadowBottom {
	margin: 0 auto;
	width: 100%;
	height: 8px;
	background: url(images/navigation/mmenu_shadow_bottom.png) repeat-x;
}

.mmBar {
	margin: 0 auto;
	width: 100%;
	height: 110px;
	background: url(images/navigation/mmenu_background.gif) center no-repeat;
}

.mmItem {
	margin: 0 auto;
	padding-left: 250px;
	width: 680px;
	height: 110px;
}

.mmItem li {
	display: inline-block;
	list-style: none;
	font-size: 16px;
	line-height: 110px;
}

.mmItem li a, .mmItem li a:Visited {
	display: inline-block;
	padding: 0 10px;
	font-weight: bold;
	color: #fff;
	height: 110px;
}

.mmItem li a:Hover {
	color: #7f0646;
	font-weight: bold;
	line-height: 110px;
}

.mmItem li a#active {
	color: #7f0646;
	background: url(images/navigation/mmenu_background_active.gif) center no-repeat;
}

.pageTitle {
	margin: 0 auto;
	width: 980px;
	height: 147px;
}

.pageTitle H1 {
	font-size: 35px;
	color: #fff;
	font-weight: light;
	line-height: 35px;
	margin-top: 30px;
}

.pageTitle H2 {
	font-size: 16px;
	color: #fff;
	font-weight: light;
	line-height: 30px;
}

.headButton {
	float: right;
	margin-top: 0;
	height: 77px;
	width: 245px;
	background: url(images/navigation/btn_header_home_libicon.png);
}


/* --- CONTENT COMPONENTS --- */

.contentContainer {
	margin: 0 auto;
	width: 980px;
	min-height: 350px;
}

.left {
	float: left;
	width: 760px;
	margin-right: 20px;
}

.right {
	float: right;
	width: 180px;
	margin-top: 28px;
	margin-left: 20px;
}

.right ul {
	margin-left: 0;
	padding-left: 0;
}

.right li {
	list-style: none;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	background: url("images/navigation/separator_horizontal.gif") bottom repeat-x;
}

.right li a, .right li a:Visited {
	display: block;
	font-weight: bold;
	color: #464c51;
}

.right li a:Hover {
	color: #000;
}

.right li a#active {
	color: #7f0646;
	font-size: 14px;
	font-weight: bold;
}


/* --- COLUMNS --- */

.threeColHomeLeft {
	float: left;
	width: 290px;
	margin-right: 10px;
	margin-bottom: 20px;	
}

.threeColHomeRight {
	float: left;
	width: 295px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	background: url(images/navigation/separator_vertical.gif) repeat-y;
}

.threeColLeft {
	float: left;
	width: 230px;
	margin-right: 10px;
	margin-bottom: 20px;
	clear: left;
}

.threeColRight {
	float: left;
	width: 225px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-left: 25px;
	background: url(images/navigation/separator_vertical.gif) repeat-y;
}

.threeColHomeLeft H2, .threeColHomeRight H2, .threeColLeft H2, .threeColRight H2 {
	font-size: 20px;
	color: #7f0646;
	font-weight: normal;
	line-height: 23px;
	margin-bottom: 20px;
	}

#medium {
	height: 260px;
}

/* --- FOOTER COMPONENTS --- */

.footerContainer {
	margin: 0 auto;
	margin-top: 20px;
	width: 100%;
	border-top: 1px solid #cbc8c8;
	background: url(images/navigation/bg_footer.gif) top repeat-x;
}

.footer {
	margin: 0 auto;
	margin-top: 20px;
	width: 980px;
	height: 100px;
	font-size: 12px;
	color: #999;
	text-shadow: #000 -1px -1px 1px;
	vertical-align: middle;
}

.footer a, footer a:Visited {
	font-weight: normal;
	color: #999;
}

.footer a:Hover, .footer a#active {
	color: #fff;
}

/* GENERIC FONT DEFINITIONS */
	
H1 {
	font-size: 30px;
	color: #7f0646;
	font-weight: normal;
	line-height: 40px;
	margin: 20px 0 10px;
	}
	
H2 {
	font-size: 25px;
	color: #7f0646;
	font-weight: normal;
	line-height: 28px;
	margin-bottom: 20px;
	}
	
H3 {
	font-size: 16px;
	color: #7f0646;
	font-weight: normal;
	line-height: 16px;
	margin-bottom: 20px;
	}
	
H1 a, H2 a, H3 a, H1 a:Visited, H2 a:Visited, H3 a:Visited {
	font-weight: normal;
}