* { margin:0; padding:0; border:0; }
html, body {
	height:100%;
}
body {
	color:#333;
	font-size:0.625em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color:#d9d9d9;
	text-align:center;
}
div#main {
	width:82em;
	margin:0 auto;
	text-align:left;
	min-height:100%;
	background-color:white;
}
div#content {
	padding:3.5em 4em 3.5em 4em;
}

img#logo_schoeffling {
	position:absolute;
	margin-left:60em;
}

ul#menu {
	height:2.5em;
	background-color:#707070;
	background-image:url(/img/global/bg-menu.jpg);
	background-repeat:repeat-y;
	padding-top:2em;
	border-top:2.5em solid #d9d9d9;
	border-bottom:2em solid #e5e5e5;
}
ul#menu li {
	float:left;
}
ul#menu li a {
	display:block;
	float:left;
	font-size:1.3em;
	color:white;
	margin-top:.231em;
	padding:.308em 1.5em .231em 1.5em;
	margin-left:1px;
}
ul#menu li a.sel {
	border-left:1px solid #8a8a8a;
	background-color:#6b6b6b;
	margin-left:0;
}
ul#menu li a:hover {
	text-decoration:underline;
}
ul#menu ul {
	position:absolute;
	margin-top:2.6em;
	border-left:1px solid #c3c3c3;
}
ul#menu ul li {
	float:left;
}
ul#menu ul li a {
	color:#666;
	font-size:1.2em;
	font-weight:normal;
	padding:.0em 1.75em .167em 1.75em;
}
ul#menu ul li a.sel2 {
	color:#000;
}

div#pop_werke {
	position:absolute;
	display:none;
	top:0;left:0;
	font-size:1.2em;
	width:10em;
	text-align:left;
	padding:.75em 1em;
	color:black;
	background-color:white;
}
div#pop_werke span {
	color:#cc0033;
}

div#buecher, div#rww {
	margin-left:-4em;
}
div#buecher img.buch {
	float:left;
}
div.info {
	margin-left:28em;
	padding-top:4em;
}

div#bestellen p.buch {
	width:auto;
	padding-top:0;
	margin:-.417em 0 1.75em 6em;
}
div.adresse label {
	display:block;
	float:left;
	width:8em;
	font-size:1.2em;
}
div.adresse span {
	font-size:1.2em;
}
div#bestellen input.anzahl {
	width:3em;
	float:left;
	margin-left:0;
}
div#bestellen label#label_sub {
	float:none;
	width:auto;
	padding-left:.75em;
}

ul {
	list-style-type:none;
}

h1 {
	font-size:2.4em;
	font-weight:normal;
	margin:0 0 -.4em 0;
	color:#cc0033;
}
h2 {
	font-size:2.0em;
	font-weight:normal;
	margin:0 0 -.4em 0;
	color:#333;
}
h3 {
	font-size:1.5em;
	margin:0 0 -.4em 0;
	color:#333;
}
p {
	font-size:1.2em;
	width:40em;
	padding:1.5em 0 .25em 0;
	line-height:1.6em;
}
a {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:black;
	text-decoration:underline;
}
a.bestellen {
	padding:.333em .75em .333em 1.333em;
	color:white;
	font-weight:bolder;
	background-color:#666;
	background-image:url(/img/global/pfeil-submit.gif);
	background-position:.5em 0;
	background-repeat:no-repeat;
}
a.bestellen:hover {
	text-decoration:none;
}
input {
	width:17em;
	border:1px solid #999;
	padding:.25em .25em;
	margin-bottom:.5em;
}
select {
	width:17.667em;
	border:1px solid #999;
	margin-bottom:.5em;
}
select option {
	padding:.25em .25em;
}
input.submit {
	width:auto;
	padding:.417em .5em .5em 1.25em;
	color:white;
	font-weight:bolder;
	border:0;
	background-color:#666;
	background-image:url(/img/global/pfeil-submit.gif);
	background-position:.5em 0;
	background-repeat:no-repeat;
}
input.cb {
	border:0;
	width:auto;
}
.l {
	float:left;
}
.r {
	float:right;
}
div.float_r {
	float:right;
	margin:0 0 1.5em 2em;
}
div.float_l {
	float:left;
	margin:0 2em 1.5em 0;
}
.error {
	color:#cc0033;
}