/* CSS Document */
body {
	font-size			: 12px;
	font-family			: Arial, Helvetica, sans-serif;
	color				: #000000;
	background-color	: #ECECE1;
	background-image	: url(../images/layout/backgr_body.gif);
	background-repeat	: repeat-x;
	background-attachment: fixed;
}
div#cpage {
	margin				: 0 auto;
	width				: 1000px;
	background-image	: url(../images/layout/backgr_page.gif);
	background-repeat	: repeat-y;
	background-color	: #FFFFFF;
}
div#page {
	width				: 978px;
	margin-left			: 11px;
}
/* ----- Allgemeines ---------------------------------------------- */
div.clear {
	clear				: both;
	height				: 1px;
	width				: 1px;
	font-size			: 1px;
	overflow			: hidden;
	margin-bottom		: -1px;
}
div.left { float: left; }
div.right { float: right; }
/* ----- Top ----------------------------------------------------- */
div#ctop {
	height				: 70px;
	border-bottom		: 1px solid #333333;
	margin-bottom		: 15px;
	padding-top			: 6px;
}
/* ----- Primnav ------------------------------------------------- */
/* ----- Headline ------------------------------------------------ */
div#chead_nano, div#chead_cms, div#chead_suma, div#chead_prog, div#chead_shop {
	height				: 162px;
	border-top			: 2px solid #333333;
	margin				: 5px 0 3px 0;
	background-color	: #BEBEBE;
	background-repeat	: repeat-x;
	overflow			: hidden;
}
div#chead_nano { background-image: url(../images/layout/backgr_nano.png); }
div#chead_cms  { background-image: url(../images/layout/backgr_cms.png);  }
div#chead_suma { background-image: url(../images/layout/backgr_suma.png); }
div#chead_prog { background-image: url(../images/layout/backgr_prog.png); }
div#chead_shop { background-image: url(../images/layout/backgr_shop.png); }
/* ----- Main ---------------------------------------------------- */
div#cmain {
	min-height			: 300px;
	background-image	: url(../images/layout/backgr_mainnav.gif);
	background-repeat	: repeat-y;
}
div#nav {
	float				: left;
	width				: 284px;
	padding				: 40px 0 40px 0;
	min-height			: 300px;
	background-color	: #CACBBE;
}
div#main {
	float				: right;
	width				: 520px;
	margin				: 10px 150px 50px 0; /* mr 24px */
	font-size			: 12px;
}
/* ----- Fuß ----------------------------------------------------- */
div#cbottom {
	height				: 40px;
	border-top			: 1px solid #333333;
	margin-top			: 4px;
	padding				: 15px 10px 0 0;
	color				: #666666;
	text-align			: right;
}
div#cfooter {
	height				: 4px;
	background-image	: url(../images/layout/backgr_footer.gif);
	background-repeat	: no-repeat;
}

