* { margin: 0; padding: 0; }
img { border: 0; }
.floatLeft { float: left; }
.floatRight { float: right; }
.clearer { clear: both; }
.boxshadow { position: relative; left: -7px; }
html, body { height: 100%; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: center;
	background-image: url(../images/mainbg.jpg);
	background-attachment: fixed;
	background-color: #FFFFFF;
}


		/* ----- Mainframe ----- */
#mainframe {
	width: 751px;
	margin: 0 auto;
	overflow: visible;
	text-align: left;
}


	/* ----- Abstandshalter ----- */
#cc01 { width: 751px; height: 20px; }
#cc02 { width: 751px; height: 20px; }
#cc03 { width: 751px; height: 20px; }
#cc04 { width: 751px; height: 60px; }


	/* ----- Headframe ----- */
#headframe {
	width: 751px;
	height: 70px;
}
#headframeleft {
	width: 512px;
	height: 68px;
	float: left;
	background-image: url(../images/maeser_luksch_logo.jpg);
}
#headlefttxt {
	text-align: right;
	padding-right: 10px;
	padding-top: 8px;
}
#headlefttxt a {
	color: #000000;
	text-decoration: underline;
}
#headlefttxt a:hover {
	color: #000000;
	text-decoration: none;
}
#headframeright {
	width: 239px;
	height: 68px;
	float: left;
	text-align: right;
}
#headWarenkorbframe {
	height: 68px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	margin: 0 auto;
	margin-left: 20px;
	background-image: url(../images/warenkorb.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
#headWarenkorbtxt {
	text-align: left;
	padding-top: 20px;
	padding-left: 80px;
}
#headWarenkorbtxt a {
	color: #000000;
	text-decoration: none;
}
#headWarenkorbtxt a:hover {
	color: #000000;
	text-decoration: underline;
}


	/* ----- Navigation - Oben ----- */
#navframe {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 751px;
	height: 80px;
	background-color: #FFFFFF;
	overflow: visible;
}
#navframeTop {
	padding-top: 15px;
	padding-right: 15px;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	overflow: visible;
}
#navframeTop a {
	color: #666666;
	margin-left: 22px;
	text-decoration: none;
}
#navframeTop a:hover {
	color: #ff00ff;
	text-decoration: none;
}
#navframeBottom {
	padding-top: 8px;
	padding-right: 15px;
	text-align: right;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	overflow: visible;
}
#navframeBottom a {
	color: #000000;
	margin-left: 20px;
	text-decoration: none;
}
#navframeBottom a:hover {
	color: #ff00ff;
	text-decoration: none;
}

	/* ----- Topframe ----- */
#topframe {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 751px;
	height: 212px;
}


	/* ----- Content - Inhalt ----- */
#contentframe {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 751px;
	overflow: visible;
	background-color: #ffffff;
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#contentleft {
	width: 495px;
	float: left;
}
#contentright {
	width: 256px;
	float: left;
}
#contentlefttxt {
	padding-top: 18px;
	padding-left: 15px;
	padding-right: 10px;
}
#contentrighttxt {
	padding-top: 18px;
	padding-left: 30px;
	padding-right: 30px;
}
#contentframe h1 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 20px;
}
#contentframe p {
	padding-bottom: 18px;
}
#contentframe h2 {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 10px;
}
#contentframe a {
	color: #FF00FF;
	text-decoration: none;
	border-bottom: 1px dotted #ff00ff;
}
#contentframe a:hover {
	color: #FF00FF;
	text-decoration: none;
	border-bottom: 1px solid #ff00ff;
}
#malupic {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


	/* ----- Footer ----- */
#footerframe {
	border: 1px solid #cccccc;
	width: 751px;
	overflow: visible;
	background-color: #ffffff;
}
#footertxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 8px;
	height: 15px;
}
#footertxt a {
	color: #666666;
	text-decoration: none;
}
#footertxt a:hover {
	color: #666666;
	text-decoration: underline;
}
#fooLeft {
float: left;
}
#fooRight {
text-align: right;
}
