/* CSS Document */
body {
	font-size			: 12px;
	font-family			: Arial, Helvetica, sans-serif;
	color				: #000000;
	background-color		: #FFFFFF;
	margin-top			: 0;
	padding-top			: 0;
}
div#cpage {
	margin				: 0 auto;
	width				: 1000px;
	background-image	: url(../images/layout/backgr_page.gif);
	background-repeat	: repeat-y;
	background-color	: #FFFFFF;
}
div#page {
	margin				: 0 auto;
	width				: 990px;
}
div.clear {
	clear				: both;
	height				: 1px;
	width				: 1px;
	font-size			: 1px;
	overflow			: hidden;
	margin-bottom		: -1px;
}
/* ---- Head ----- */
div#head {
	width				: 100%;
	height				: 120px;
	background-image		: url(../images/layout/backgr_head.jpg);
	background-position		: right;
	background-repeat		: no-repeat; 
}
div#navp, div#adsprim, div#search { float: left; }
div#navp { width: 210px; }
div#adsprim { width: 550px; }
div#search { width: 190px; }
div#tbar {
	width				: 100%;
	height				: 16px;
	background-image	: url(../images/layout/backgr_tbar.jpg);
	background-repeat	: repeat-x;
}
/* Top-Nav */
div#navtop {
	width				: 970px;
	height				: 22px;
	background-color		: #670001;
	padding				: 8px 0 0 20px;
}
/* ---- Main ----- */
/* Nav */
div#nav {
	float				: left;
	width				: 210px;
	background-color		: #CC9996;
	border-top			: 1px solid #CCCCCC;
	border-bottom			: 1px solid #CCCCCC;
}
/* Inhalt */
div#cmain {
	margin-top			: 25px;
	margin-bottom			: 60px;
}
div#main {
	float				: right;
	width				: 779px;;
	border-bottom			: 5px solid #CCCCCC;
	border-left			: 1px solid #CCCCCC;
}
div#content {
	float				: left;
	width				: 530px;
	margin-right			: 20px;
	padding-left			: 30px;
	padding-bottom			: 50px;
	min-height			: 300px;
}
/* Info */
div#info {
	float				: left;
	width				: 190px;
	margin-bottom		: 30px;
}
/* ---- Bottom ----- */
div#cbottom {
	width				: 1000px;
	height				: 12px;
	background-image	: url(../images/layout/backgr_bottom.gif);
	background-repeat	: no-repeat;
}
/* ---- Sonstiges ---- */
/* Google Suche */
div#suche {	padding: 30px 0 0 50px; }
div#suche a { color: #990000; }

