* { 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:#dddded;
	text-align:center;
}
div#main {
	width:87em;
	margin:0 auto;
	text-align:left;
	min-height:100%;
	background-color:white;
}
div#content {
	font-size:1.2em;
	line-height:1.6em;
	padding:1.5em 6em 3.5em 16em;
}
div#content a {
	color:#000066;
	text-decoration:underline;
}

img#logo {
	margin-left:0em;
}

ul#menu {
	position:absolute;
}

ul#menu li {
	list-style-type:none;
}
ul#menu li a {
	display:block;
	font-size:1.5em;
	color:#000066;
	width:9em;
	padding:.5em 1em;
	background-color:#b3b3d3;
}
ul#menu li a.sel {
	color:white;
	background-color:#000066;
}
ul#menu li a:hover {
	text-decoration:underline;
}

div#bestellen p {
	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 {
}

h1 {
	font-size:2.2em;
	font-weight:normal;
	margin:0 0 -.4em 0;
	color:#cc0033;
}
h2 {
	font-size:1.5em;
	font-weight:normal;
	margin:0 0 0 0;
	color:#333;
}
h3 {
	font-size:1.5em;
	margin:0 0 -.4em 0;
	color:#333;
}
p {
	padding:1.5em 0 .25em 0;
}
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;
	background-color:white;
}
input.cb {
	border:0;
	width:auto;
}
textarea {
	border:1px solid #999;
	padding:.25em .25em;
}
.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;
}
