body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: url(images/base/background.gif) repeat-x #f2f2f2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width: 900px;
	background: none;
}
#topbar {
	height: 16px;
	width: 750px;
	color: #fff;
	background: url(images/base/topbar_rdi-verlag_logo.gif) no-repeat top left #0029af;
	font-size: 10px;
	text-align: right;
	padding-top: 4px;
	padding-right: 6px;
}
#topbar a:link, #topbar a:visited {
	color: #fff;
	text-decoration: none;	
}
#topbar a:hover, #topbar a:active {
	color: #fff;
	text-decoration: underline;	
}

#maincol {
	position: absolute;
	top: 21px;
	left: 158px;
	padding: 0;
	width: 592x;
	font-size: 11px;
	
	line-height: 1.3;
	color: #333;

}

#content {
	margin-left: 0px;
	padding: 6px;
	width: 580px;
	height: 580px;
	text-align: center;
	background: url(images/base/contentbgbig.gif) repeat-y;
}
/*
#minheight {
	float: left;
	width: 1px;
	height: 500px;
	overflow: hidden;
	background: #fff;
}
#rightbar {
	margin-right: 6px;
	width: 130px;
	float: left;
	display: inline;
	background: #b5e6e6;
	font-size: 10px;
}
*/
#footer {
	clear: left;
	width: 592px;
	background: url(images/base/shadowendbig.gif) no-repeat top left #f2f2f2;
	text-align: center;
	padding-top: 14px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a9a9a9;
	line-height: 1.4;
}
#footer a:link, #footer a:visited {
	color: #a9a9a9;
	text-decoration: none;
}
#footer a:active, #footer a:hover {
	color: #a9a9a9;
}


#slogan {
	position: absolute;
	left: 765px;
	top: 170px;
}


/*
 Info boxes
*/
.rbox {
	
}

.rbox h3 {
	background: #0aadad;
	width: 122px;
	font-family: Georgia,"Times New Roman", Times, serif;
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 4px;
}

.rbox .rbox_content {
	padding: 5px;
	background: url(images/base/boxbg.gif) repeat-x;
}

/*
Content Elements
*/
.cheadlinebox {
	margin-left: -10px;
	margin-bottom: 10px;
	margin-top: 5px;
	background: #ac2faf;
	padding: 5px;
	padding-left: 10px;	
	color: #fff;
	font-family: Geneva, "Times New Roman", Times, serif;
}

.cheadlinebox h1, .cheadlinebox h2, .cheadlinebox h3,.cheadlinebox h4 {
	margin: 0;
}
.cheadlinebox h1 {
	font-size: 20px;
}
.cheadlinebox h2 {
	font-size: 16px;
}

.cfooterbox {
	margin-left: -10px;
	margin-bottom: 10px;
	margin-top: 10px;
	background: #d597d7;
	padding: 5px;
	padding-left: 10px;	
	color: #fff;
	font-family: Geneva, "Times New Roman", Times, serif;
}
.cfooterbox h1, .cfooterbox h2, .cfooterbox h3,.cfooterbox h4 {
	float: left;
	margin: 0;
	font-weight: normal;
}
.cfooterbox h3.price {
	font-size: 20px;
	float: right;
	font-weight: bold;
}
.cfooterbox h1 {
	font-size: 16px;
}
.cfooterbox h2 {
	font-size: 14px;
}
.cfooterbox h3 {
	font-size: 13px;
}
.cfooterbox h4 {
	font-size: 12px;
}
.cfooterbox .buttons {
	clear: both;
	border-top: 1px solid #fff;
	margin-right: -10px;
	margin-top: 5px;
}

p {
	margin: 0;
	margin-bottom: 1em;
}

