/* CSS Document */

#center {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	background-color: #0282B1;
}
#header {
	position: relative;
	width: 100%;
	height: 260px;
	/*background-color: #0282B2;*/
}	
	#logo {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 334px;
		height: 96px;
		z-index: 3;
		background-image: url(/pictures/basic/jf_logo_02.png);
	}
	#headerpic {
		position: absolute;
		top: 70px;
		left: 0px;
		width: 940px;
		height: 170px;
		z-index: 2;
		background-image: url(/pictures/header/jf_header_01.jpg);	
	}
	#category {
		position: absolute;
		top: 240px;
		left: 0px;
		width: 940px;
		height: 20px;
		z-index: 1;
		/*background-color: #FFCC00;*/	
	}
#main{
	position: relative;
	width: 100%;
	/*background-color: #993399;*/
}
	#menu {
		position: relative;
		margin-top: 0px;
		left: 0px;
		width: 200px;
		float: left;
		/*background-color: #CC3300;*/
	}
	#mainright {
		position: relative;
		top: 0px;
		right: 0px;
		width: 740px;
		float: right;
		background-color: #FFFFFF;
	}
		#breadcrumb {
			position: relative;
			/*margin-top: 40px;*/
			left: 20px;
			width: 720px;
			/*height: 20px;*/
			/*background-color: #CCCC66;*/
		}
		#content {
			position: relative;
			margin: 43px 0px;
			left: 20px;
			width: 720px;
			/*background-color: #CCCC33;*/
		}
			#orderstep {
				margin: -20px 0px 30px 0px;
				padding: 0px 0px 0px 0px;
			}
			#strip {
				position: relative;
				width: 720px;
				height: 20px;
				background-image: url(/pictures/basic/Streifen_01.jpg)
			}
			#text {
				position: relative;
				margin-top: 20px;
				left: 0px;
				width: 700px;
				/*height: 450px;
				background-color: #FF9900;*/
			}
#footer, #footer_buchkatalog {
	position: relative;
	top: 20px;
	clear: both;
	width: 100%;
	height: 30px;
	padding: 0px;
	margin: 0px 0px 50px 0px;
	background-color: #0282B1;
}
	#footerleft {
		position: absolute;
		top: 0px;
		left: 200px;
		width: 150px;
		height: 20px;
		padding: 0px;
		/*background-color: #0099FF;*/
	}
	#footerright {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 590px;
		height: 20px;
		padding: 0px 10px 0px 0px;
		text-align: right;
		/*background-color: #33CCFF;*/
	}
