/******************************
HTML Elements
******************************/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	height: auto;
}
body {
	font: 400 1em Tahoma, sans-serif;
	color: #555;
	height: auto;
	text-align: center;
	overflow:auto;
	overflow: -moz-scrollbars-vertical;
 }
a {
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #e2001a;
}
ol, ul {
	margin: 10px 20px;
	padding: 0 20px;
}
ol ul, ul ul {
	margin: 10px 0 10px 15px;
	padding: 0 0 0 15px;
}
/******************************
Layout
******************************/
#content {
	width: 100%;
	min-height: none;
	height: auto;
	margin: 0;
	text-align: left;
	padding: 0 10px;
	background: none;
}
html>body #content {
	height: auto;
	width: 61.25em;
}
#header {
	height: 12.5em;
	background-color: #fff;
}
#homepage #header {
	height: 5.5625em;
}
#wrapper {
position: static;
}
#homepage #wrapper {
	 width: 61.25em;
	 height: 21.5625em;
}
#col1 {
	width: 16.4375em;
	padding-left: 2.75em;
}
html>body #col1 {
	min-height:2em;
}
#col2 {
	width: auto;
	padding: 0;
	position: static;
}
html>body #col2 {
	width: 31.125em;
}
#col3 {
	width: 9.3125em;
	padding: 0 .8125em;
}
#shop #col1 {
	display: none;
}
#shop #col2{
	width: 38.75em;
	padding: 0 3.75em 32767px 2.75em;
	margin-bottom: -32747px;
}
#shop #col3{
	width: 13.25em;
	padding: 0 0 32767px 0;
	margin-bottom: -32767px;
}
#col1, #col2, #col3 {
	float: left;
	padding-bottom: 0;
	margin-bottom: 0;
}
html>body #col1,
html>body #col2,
html>body #col3 {
	float: none;
position: absolute;
}
html>body #col2 {
left: 20em;
}
#footer {
	clear: both;
	height: 1.25em;
	background-color: #fff;
}
#shophome #footer,
#shop #footer {
	clear: both;
	width: 58.5em;
	height: 4.5em;
	background: url(../img/system/bottom.gif) repeat-x top;
	padding: 3.5em 0 0 2.75em;
	font-size: 11px;
	font-weight: bold;
}
#shophome #footer {
	background: none;
	padding: 1em 0 0 2.75em;
}

#footer a {
	padding-right: 1.5em;
}
#logo {
	position: absolute;
	/*margin: 0em 0 0 44.9375em;*/
	right: 0px;
	top: -95px;
}
html>body #logo {
	margin: 6.625em 0 0 44.9375em;
	height: 4.0625em;
}

#homepage #logo {
	position: absolute;
	margin: 2.1875em 0 0 42.4375em;
	height: 5em;
}
#homepage #news {
	position: absolute;
	margin: 3.0833em 0 0 2.75em;
	width: 39.1667em;
	font-size: 75%;
}
/******************************
Spacer Elements
******************************/
.spacer {
	height: 1em;
	line-height: 1em;
}
.halfspacer {
	height: .5em;
}
.quaterspacer {
	height: .25em;
}
/******************************
Content
******************************/
#header h1 {
	position: absolute;
	margin: 1em 0 0 2.75em;
	font-size: 1em;
	z-index: 0;
width: auto;
}
#header h1 img{
	height: 3.625em;
}
#Form1 #header h1 {
	margin-top: .9375em;
}
.plaintext {
	font-size: .6875em;
	line-height: 1.2727em;
}
*html #col2 li {
	font-size: .6875em;
	line-height: 1.2727em;
}
p.caption {
	font-size: 62.5%;
	color: #666;
}
#col1 p.caption {
	text-align: right;
	padding-right: 1.8em;
}
/******************************
Images
******************************/
img.float-right {
	margin: 5px 0px 10px 15px;  
}
img.float-left {
	margin: 5px 15px 10px 0px;
}
/******************************
Tables
******************************/
#col2 table.table {
	clear: both;
	width: 470px;
	table-layout: auto;
	border-collapse: collapse;
	empty-cells: show;
	background-color: #eee;
}
#col2 table.table th.top {
	border-top: 0;
	background-color: #aaa;
	color: #fff;
}
#col2 table.table th {
	font-weight: bold;
}
#col2 table.table th,
#col2 table.table td {
	padding: 0 7px 1px 7px;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	color: #555;
	font-size: .6875em;
}
#col2 table.table th.first,
#col2 table.table td.first {
	border-left: 0;
}

#col1 table.table {
	clear: both;
	width: 248px;
	table-layout: auto;
	border-collapse: collapse;
	empty-cells: show;
	background-color: #fff;
}
#col1 table.table td {
	padding: 2px 7px 3px 7px;
	border: solid 1px #999;
	/*color: #555;*/
	font-size: .6875em;
}
/******************************
Form Elements
******************************/
label {
	font-size: .6875em;
	display: block;
}
input,
textarea,
select {
	padding: 2px;
	font: 400 .6875em Tahoma, sans-serif;
	color: #444;
	background: #fff;
	border: 1px solid #aaa;
}
input.button {
	padding: 0 .1818em;
	font: 400 .75em Tahoma, sans-serif;
	color: #555;
	background: #9ff3ff;
	border-width: .0909em;
	border-style: solid;
	border-color: #fff #00dfff #00dfff #fff;
}
legend {
	display: none;
}
fieldset {
	padding: .625em 0 0 0;
	border: 0;
}
form#search {
	display: none;
}
#search label {
	display: none;
}
#search input {
	width: 7.2727em;
	float: left;
}
.error {
	color: #e2001a;
}
div.button {
	display: inline;
	width: 26px;
	float: left;
}
div.button a {
	padding: 3px 2px;
	font: 400 .75em Tahoma, sans-serif;
	line-height: 100%;
	color: #eee;
	background: #444;
	border: 1px solid #444;
	text-decoration: none;
	display: block;
	float: left;
	border-left-width: 0;
}
div.button a:hover {
	color: #fff;
}
.red {
	color: #c30028;
}
.green {
	color: #396;
}

/******************************
Shop
******************************/
.plaintext a {
	color: #e2001a;
}
.shopping-cart {
	border-top: 1px dashed #555;
	text-align: left;
}
.prize {
	font-size: .9375em;
	font-weight: bold;
	margin-top: .4em;
}
.big {
	font-size: 1.125em;
}
.shopping-cart .plaintext em {
	font-style: normal;
	color: #e2001a;
}
.shopping-cart div {
	border-bottom: 1px dashed #555;
	padding: 0.3125em 0;
}
.shopping-cart img {
	float: right;
	margin-top: -14px;
}
.product {
	border-top: 1px dashed #555;
	border-bottom: 1px dashed #555;
	padding: 5px 0;
	clear: both;

}
.detail {
	padding-bottom: 0;
}
.product fieldset {
	position: absolute;
	padding: 12px 0 0 410px;
	width: 125px;
}
/*html>body .product fieldset {
	margin: 12px 0 0 410px;
}*/
html>body .product fieldset {
	padding: 12px 0 0 522px;
}
.detail form {
	margin-left: 360px;
}
.product p {
	width: 322px;
	margin-left: 110px;
}
.detail p {
	width: 322px;
	margin-left: 160px;
}
.product div.buttons {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	width: 510px;
	margin-left: 110px;
}
.detail div.buttons {
	width: 458px;
	margin-left: 160px;
}
.product div a {
	padding-left:8px;
}
.product div a img {
	margin-left: 4px;
}
.product label {
	float: left;
	margin: 2px 4px 0 0;
	font-weight: bold;
}
.product input {
	width: 50px;
}
.product .quaterspacer {
	height: 5px;
	/*line-height: .0625em;*/
	font-size: .3125em;
	clear: both;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #e2001a;
}
.color2 {
	color: #e2001a;
}
hr {
	color: #fff;
	border-bottom: 1px dashed #555;
	height: 1px;
	line-height: 1px;
	clear: both;
	margin-top: -7px;
}
html>body hr {
	margin: 0 0 7px 0;
}

#col1 img.img {
	width: 15.5em;
}


/******************************
Alignment classes
******************************/
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.left img.float {
	float: left;
	margin: 0 16px 10px 0;
}


fieldset.bestellung {
	width: 40em;
}
fieldset.bestellung label {
	width: 20em;
	float: left;
}
fieldset.bestellung input.inputstandard {
	width: 18.75em;
}
fieldset.bestellung input.checkbox {
	border: 0;
}
ul#nav,
ul.meta-nav,
#col3 {
	display: none;
}
#header {
	height: 8.5em;
}
