/*
** HTML-Tags
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	background-color: #EEEEFF;
}

/*
** Gesamten Rahmen mittig auf dem Bildschirm platzieren
*/
#layoutRahmen {
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

/*
** Banner
*/
#layoutBannerTop {
	position: absolute;
	left: 124px;
	top: 6px;
	width: 728px;
	height: 90px;
}
#layoutBannerRight {
	position: absolute;
	left: 860px;
	top: 114px;
	width: 120px;
	height: 600px;
}

/*
** Titel
*/
#layoutTitel {
	position: absolute;
	left: 0px;
	top: 114px;
	width: 852px;
	height: 95px;
	background-image: url(/graphics/hintergrund/titel_shop.jpg);
	border-bottom: 1px solid black;
}
#layoutLogo {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 100px;
	height: 95px;
	background-image: url(/graphics/hintergrund/titel_radler.jpg);
}

/*
** Hauptnavigation
*/
#layoutTopNavi {
	position: absolute;
	left: 0px;
	top: 210px;
	width: 850px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #2100B5;
}
#layoutTopNaviLeft {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 155px;
	height: 18px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 0px;
	background-color: #FFAF00;
	border-right: 1px solid #000000;
}
.layoutTopNaviLeftText {
	font-size: 9pt;
	font-weight: bold;
	margin: 0px;
	color: #000000;
}
#layoutTopNaviRight {
	position: absolute;
	left: 161px;
	top: 0px;
	height: 18px;
	width: 685px;
	padding-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
}
a.layoutTopNaviLink {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 13px;
	padding-right: 13px;
	margin-right: 0px;
	margin-left: 0px;
	border-right: 1px solid #000000;
	color: #FFFFFF;
}
a.layoutTopNaviLink:Hover {
	background-color: #FFAF00;
	color: #000000;
	text-decoration: none;
}

/*
** Content-Bereich (Haupt-Container)
*/
#layoutContent {
	position: absolute;
	left: 0px;
	top: 232px;
	width: 852px; 
	height: auto;
	background-image:url(../graphics/hintergrund/content_bg.gif); 
}
#layoutContentBreit {
	position: absolute;
	left: 0px;
	top: 232px;
	width: 852px; 
	height: auto;
	background-image:url(../graphics/hintergrund/content_bg_breit.gif); 
}
#layoutContentMain {
	position: relative;
	left: 1px;
	top: 0px;
	width: 850px; 
}
#layoutContentShoppingSpacerTop {
	position: relative;
	clear: both;
	width: 852px; 
	height: 25px;
	border-top: 1px solid #000000;
	background-color: #EEEEFF;
}
