html {
	min-height: 100.2%;
}
body {
	background: #FFF;
	margin: 0px;
	font: 75% Arial, Helvetica, sans-serif;
	text-align: center;
}
#root {
	padding: 35px 40px 0px;
	border-top: 5px solid #e5ddcc;
}

#page {
	width: 940px;
	background: #FFF;
	text-align: left;
	margin: 0px auto 0px;
}

/* Kopfbereich */

#head {
	height: 20px;
}
#title {
	padding: 0px;
	float: left;
}

/* Servicenavigation */
#service {
	padding: 0px;
}
#service ul {
	margin: 0px;
	padding: 0px;
	float: right;
}
#service li {
	list-style: none;
	font-size: 11px;
	float: left;
	margin: 0px;
	border-left: #973 solid 1px;
	text-transform: lowercase;
}
#service li a {
	text-decoration: none;
	color: #973;
	margin-right: 10px;
	margin-left: 10px;
}
#service li a:hover {
	color: #DDD;
}
#service li a.current {
	color: #999;
}
#service li.first { 
	border-left-style: none; 
}



/* Hauptbereich */

#main {
	margin: 0px;
	padding: 50px 0px 0px;
	clear: left;
}



/* Hauptnavigation */

#navi {
	float: left;
	width: 100px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
#navi.wide {
	width: 290px;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navi li {
	margin:  0px;
	padding: 0px 0px 15px 0px;
}



/* Submenü */

#menu {
	width: 190px;
	display: block;
	float: left;
	padding: 0px;
}
#menu ul {
	width: 190px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	font-size: 11px;
	line-height: 15px;
	margin: 0px;
	padding: 0px 0px 10px;
	text-transform: lowercase;
}
#menu li a {
	text-decoration: none;
	display: block;
	color: #777;
	padding-left: 10px;
	padding-right: 10px;
	width: 160px;
}
#menu li a:hover {
	color: #973;
}
#menu li a.current {
	color: #973;
}
#menu li a.current:hover {

}
/*
#menu ul ul {
	padding-bottom: 10px;
	border-top-style: none;
	border-bottom: 1px solid #FFF;
	background: #FFF;
}
#menu li li {
	font-size: 11px;
	line-height: 25px;
	border-bottom-style: none;
}
#menu li li a {
	color: #666;
	font-weight: normal;
	border-bottom-style: none;
	padding-left: 20px;
	width: 170px;
	background: #FFF;
}
#menu li li a:hover {
	color: #000;
	background: url(none);
}
#menu li li a.current {
	font-weight: bold;
}
#menu li li a.current:hover {
}
*/

/* Wrapper */

#wrapper {
	float: left;
	width: 640px;
	padding: 0px;
	margin: 0px;
}

/* Inhalte */

#content {
	float: left;
	padding: 0px 0px 20px;
	width: 100%;
	color: #777;
}
#content h1 {
	font-size: 24px;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 30px;
	font-weight: normal;
	text-transform: lowercase;
}
#content h2 {
	font-size: 16px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content p.previous {
	float: left;
}
#content p.next {
	float: right;
}

#content ul {
	margin: 15px 0px 15px 30px;
	padding: 0px;
	list-style: square;
}
#content ol {
	margin: 15px 0px 15px 30px;
	padding: 0px;
}
#content li {
	margin-bottom: 5px;
	font-size: 12px;
}
#content hr {
	clear: both;
	height: 1px;
	border-top: none;
	border-right-style: none;
	border-left-style: none;
	display: block;
	margin: 0px 0px 20px;
	padding: 20px 0px 0px;
	border-bottom: 1px solid #DDD;
}
#content img {
	display: block;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
}
#content img.left {
	float: left;
	margin-right: 20px;
	border: none;
}
#content img.center {
	margin-right: auto;
	margin-left: auto;
}

#content img.right {
	margin-bottom: 20px;
	float: right;
	margin-left: 20px;
}
#content a {
	color: #973;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
	color: #000;
}

#content abbr {
	border-bottom: 1px dotted #9B9;
	cursor: help;
}
#content acronym {
	border-bottom: 1px dotted #9B9;
	cursor: help;
}




/* Formulare */

#content form {
	margin: 0px;
	padding: 10px 0px;
}
#content form acronym {
	color: #D00;
	border-style: none;
}
#content form span {
	font-size: 12px;
	color: #999;
}
#content form br {
	clear: left;
}
#content fieldset {
	margin: 0px;
	padding: 10px 0px;
	border-style: none;
}
#content fieldset.button {
	padding-left: 150px;
}
#content legend {
	font-size: 12px;
	padding: 0px 0px 5px;
	margin: 0px;
	color: #384;
	line-height: 20px;
	font-weight: bold;
}
#content label {
	font-size: 12px;
	line-height: 25px;
	padding-right: 10px;
	float: none;
	vertical-align: middle;
}
#content label.before {
	float: left;
	width: 140px;
	display: block;
}
#content label.between {
	padding-left: 10px;
}
#content label.data {
	line-height:30px;
}
#content label.after {
	display: block;
	line-height: 20px;
	float: left;
	vertical-align: top;
	padding: 3px 0px 2px;
	width: 400px;
}
#content label.none {
	float: left;
	white-space: nowrap;
	width: 0px;
	padding: 0px;
	margin-right: -150px;
}
#content label.check {
	float: left;
	line-height: 20px;
	padding: 3px 0px 2px;
	width: 600px;
}
#content label.error {
	color: #C00;
}

#content input {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #000;
}
#content input.text {
	border: 1px solid #CCC;
	padding: 2px;
	margin: 2px 0px 1px;
	vertical-align: middle;
}
#content input.text:focus {
	border: 1px solid #973;
}
#content input.horizontal {
	margin: 1px 3px 0px 0px;
	padding: 0px;
	border-style: none;
	height: 19px;
	width: 19px;
	vertical-align: middle;
}
#content input.vertical {
	padding: 0px;
	border-style: none;
	float: left;
	height: 19px;
	width: 19px;
	margin: 4px 5px 0px 150px;
}
#content input.check {
	float: left;
	padding: 0px;
	height: 19px;
	width: 19px;
	margin: 4px 5px 0px 0px;
}
#content input.button {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}
#content input.file {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}
#content textarea {
	border: 1px solid #CCC;
	padding: 2px;
	margin: 0px;
	font: 12px/20px "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}
#content textarea:focus {
	border: 1px solid #973;
}
#content select {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	padding: 1px 2px;
}
#content select:focus {
	border: 1px solid #973;
}
#content optgroup {
	font-style: normal;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#content option {
}
#content button {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}
#content span.hint {
	line-height: 25px;
	vertical-align: middle;
	padding-left: 10px;
}
#content span.example {
	margin-left: 150px;
	display: block;
	padding-top: 5px;
}




/* Tabellen */

#content table {
	margin: 0px 0px 20px;
	border-style: none;
}
#content th {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
}

#content td {
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
	padding: 0px 5px 10px 0px;
}



/* Startseitenteaser */

#teaser {
	padding-top: 10px;
}
#teaser div {
	float: left;
	width: 180px;
	background: #EEE;
	margin: 0px 10px 20px 0px;
	padding: 10px;
}
#teaser img {
	margin: 0px;
}



/* Breadcrumb-Navigation */

#breadcrumb {
	font-size: 11px;
	margin-bottom: 15px;
	color: #BBB;
}
#breadcrumb a {
	color: #999;
}
#breadcrumb a:hover {
	color: #333;
	text-decoration: none;
}

/* Sitemap-Navigation */

#sitemap {
	clear: both;
	height: 150px;
	background: #CCC;
	padding: 25px 25px 0px;
}
#sitemap ul {
	margin: 0px;
	padding: 20px 0px;
	list-style: none;
}
#sitemap li {
	float: left;
	margin: 0px;
	font-size: 12px;
	line-height: 15px;
	width: 20%;
}
#sitemap ul ul {
	padding-top: 10px;
}
#sitemap li li {
	float: none;
	padding: 0px 0px 5px;
	width: 100%;
	font-size: 11px;
}
#sitemap a {
	color: #666;
	text-decoration: none;
}
#sitemap a:hover {
	color: #000;
}

/* Kommentare **/


#comments {
	margin-top: 20px;
}
#comments ol {
	margin: 20px 0px;
	padding: 0px;
}
#comments li {
	background: #DED;
	padding: 20px;
	margin: 0px 0px 5px;
	list-style: decimal inside;
	font-weight: bold;
}
#comments li.even {
	background: #EEF;
}

#comments cite {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
#comments blockquote {
	margin: 10px 25px 0px;
	padding: 10px;
	font-weight: normal;
	background: #FFF;
}

/* Slider */

#content a.prevPage {
	float: left;	
	width: 20px;
	height: 100px;
	display: block;
	background-image: url(../images/elem/elem_arrow-left.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #DDD;
}
#content a.prevPage:hover {
	background-image: url(../images/elem/elem_arrow-left_hover.gif);
}
#content a.prevPage.disabled {
	background-image: url(../images/elem/elem_arrow-left_inactive.gif);
}
#content a.nextPage {
	float: left;	
	width: 20px;
	height: 100px;
	display: block;
	background-image: url(../images/elem/elem_arrow-right.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #DDD;
}
#content a.nextPage.disabled {
	background-image: url(../images/elem/elem_arrow-right_inactive.gif);
}
#content a.nextPage:hover {
	background-image: url(../images/elem/elem_arrow-right_hover.gif);
}
#content .scrollable {
	float: left;
	width: 600px;
	height: 100px;
	overflow: hidden; 
	position: relative;	
	background: #DDD;	
}
#content .scrollable .items {
	width: 20000em;
	position: absolute;
}
#content .scrollable .items div {
	float: left;
	margin: 9px 9px;
}
#content .scrollable .items div img {
	border: none;
}
#content .scrollable .items div a {
	text-decoration: none;
	display: block;
	border: 1px solid #DDD;
}
#content .scrollable .items div a:hover {
	border: 1px solid #973;
	text-decoration: none;
}
#content .scrollable .items div img {
	display: block;
	border-style: none;
	margin: 0px;
	padding: 0px;
}

/* defined list */
#content dl {
	margin: 20px 0px 30px;
	padding: 0px;
}
#content dt {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 260px;
	line-height: 20px;
	font-weight: normal;
}
#content dd {
	margin: 0px 0px 5px;
	padding: 0px;
	line-height: 20px;
}

/* Fehlermeldung */
#cancel {
	background: #EEE;
	padding: 10px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	margin-top: 20px;
}


/* Thumbnails */

#thumbs {
	margin-top: 0px;
}
#thumbs ul {
	margin: 0px;
	padding: 0px;
}
#thumbs li {
	padding: 0px;
	list-style: none;
	float: left;
	text-align: center;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0px 10px 10px 0px;
}
#thumbs a {
	text-decoration: none;
	display: block;
	border: 1px solid #DDD;
}
#thumbs a:hover {
	border: 1px solid #BBB;
	text-decoration: none;
}
#thumbs img {
	display: block;
	border-style: none;
	margin: 0px;
	padding: 0px;
}
#thumbs img.landscape {
	margin: 0px;
	padding: 25px 10px;
}
#thumbs img.portrait {
	padding: 10px 25px;
}
#thumbs img.square {
	padding: 10px;
}

#thumbs span {
	display: block;
	white-space: nowrap;
	padding-bottom: 10px;
}

/* Galerie */

#gallery {
}
#gallery p.previous {
	float: left;
	font-size: 11px;
	color: #9B9;
}
#gallery p.overview {
	text-align: center;
	font-size: 11px;
	color: #9B9;
}
#gallery p.next {
	float: right;
	font-size: 11px;
	color: #9B9;

}
#image {
	border: 1px solid #DDD;
	padding: 20px;
	text-align: center;
	margin-bottom: 20px;
}
#image img {
	margin: 0px auto;
	display: block;
}
#image img.landscape {
}
#image img.portrait {
}









/* Produktübersicht */

#list {
}
#list h3 {
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
}
#list p {
	margin: 0px;
	font-size: 11px;
	line-height: 15px;
	color: #555;
}
#list img {
	display: block;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #CCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#list ul {
	margin: 10px 0px 20px;
	padding: 0px;
	list-style: none;
	float: left;
}
#list li {
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #DDF;
	padding: 0px 0px 5px;
}
#list li:hover {
	border: 1px solid #649;
	background: #EEF;
}
#list li h3 {
	margin: 5px 0px 0px;
}
#list table {
	border-style: none;
	margin-top: 10px;
	width: 100%;
}

#list col.image {
	width: 120px;
}
#list col.product {
	width: 350px;
}

#list col.price {
	width: 120px;
}
#list tr {
}
#list td {
	font-size: 12px;
	vertical-align: top;
	border-bottom: 1px solid #DDF;
	padding: 10px 10px 10px 0px;
}
#list td.price {
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
}
#turn {
	clear: left;
	height: 30px;
}
#turn ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#turn li {
	font-size: 11px;
	line-height: 15px;
	float: left;
	white-space: nowrap;
	margin: 7px 0px 8px;
	padding: 0px 10px;
	border-right: 1px solid #DDF;
}
#turn li.title {
	padding-left: 0px;
	border-right-style: none;
}
#turn li.previous {
	color: #BBB;
}
#turn li.next {
	padding-right: 0px;
	border-right-style: none;
	color: #BBB;
}
#turn a.current {
	color: #555;
	font-weight: bold;
}
#turn a.disabled {
	color: #BBB;
}
#turn a.disabled:hover {
	text-decoration: none;
}









/* Paginierung */

#paging {
	height: 30px;
	clear: left;
}
#paging ol {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#paging ul {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#paging li {
	border-right: 1px solid #DDF;
	float: left;
	margin: 7px 0px 8px;
	padding: 0px 6px;
	white-space: nowrap;
	line-height: 15px;
	font-size: 11px;
}
#paging li.title {
	border-right-style: none;
	padding-left: 0px;
}
#paging li.previous {
	font-weight: bold;
}
#paging li.next {
	font-weight: bold;
	border-right-style: none;
}
#paging li.first {
	padding-left: 15px;
}
#paging li.last {
	border-right-style: none;
}
#paging li.filler {
	color: #999;
}
#paging li.all {
	border-right-style: none;
}
#paging li.total {
	border-right-style: none;
	padding-right: 0px;
	padding-left: 15px;
}
#paging a.current {
	font-weight: bold;
	color: #555;
}


/* Produktdetails */

#product {
}
#product div.image {
	padding: 10px;
	float: left;
	border: 1px solid #DDF;
	margin-right: 40px;
}
#product div.image img {
	margin: 0px;
	padding: 0px;
	display: block;
}
#product div.image ul {
	margin: 0px 0px 0px -10px;
	padding: 0px;
	list-style: none;
}
#product div.image li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#product div.image li img {
	float: left;
	margin: 10px 0px 0px 10px;
}
#product div.facts {
	float: left;
}
#product div.details {
	padding-top: 20px;
	clear: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDF;
	margin-bottom: 10px;
}
#product p.previous {
	float: left;
}
#product p.next {
	float: right;
}
#product p.overview {
	text-align: center;
}
#product form {
	padding: 0px;
	margin: 0px;
}
#product fieldset {
	margin: 0px;
	padding: 0px 0px 10px;
}

#product label {
	display: block;
}
#product select {
	width: 180px;
	margin-bottom: 10px;
}
#product input.cart {
	width: 180px;
	font: 12px Arial, Helvetica, sans-serif;
}
#product table {
	margin: 0px 0px 5px;
	padding: 0px;
	width: 100%;
}
#product col.price {
	width: 100px;
}

#product col.amount {
	width: 80px;
}



/* Warenkorb */

#cart {
}
#cart form {
	padding: 0px;
}
#cart img {
	margin: 0px;
	padding: 0px;
}
#cart table {
	width: 100%;
}
#cart col.action {
	width: 30px;
}
#cart col.number {
	width: 60px;
}
#cart col.image {
	width: 70px;
}
#cart col.product {
}
#cart col.amount {
}
#cart col.available {
}
#cart col.unit {
	width: 90px;
}
#cart col.total {
	width: 90px;
}
#cart col.address {
	width: 220px;
}
#cart thead th {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
	border-bottom: 1px solid #384;
	padding-right: 5px;
	color: #384;
	background: #DED;
	padding-left: 5px;
}
#cart thead th.unit {
	text-align: right;
}
#cart thead th.total {
	text-align: right;
}
#cart tbody th {
	border-bottom: 1px solid #9B9;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}
#cart tbody td {
	border-bottom: 1px solid #9B9;
	padding: 10px 5px;
}
#cart tbody td.number {
	font-size: 11px;
}

#cart tbody td.product {
}
#cart tbody td.variant {
	vertical-align: bottom;
}
#cart tbody td.amount {
	vertical-align: bottom;
}
#cart tbody td.available {
	vertical-align: bottom;
}
#cart tbody td.unit {
	text-align: right;
	vertical-align: bottom;
}
#cart tbody td.total {
	text-align: right;
	vertical-align: bottom;
}
#cart tfoot {
}
#cart tfoot td {
	text-align: right;
	line-height: 20px;
}
#cart tfoot td.subtotal {
	padding-top: 10px;
}
#cart fieldset.checkout {
	float: right;
}
#calendar table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin: 0px 0px 20px;
	padding: 0px;
}
#calendar col {
	width: 14%;
}
#calendar thead {
	border: 1px solid #384;
}
#calendar thead th {
	line-height: 30px;
	border-style: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #384;
	font-size: 11px;
	color: #FFF;
}
#calendar thead th.previous {
	font-size: 20px;
}
#calendar thead th.next {
	font-size: 20px;
}
#calendar thead th a {
	color: #FFF;
	text-decoration:none;	
}
#calendar thead th a:hover {
	display: block;
	color: #CDC;
	text-decoration: none;
}
#calendar thead td {
	font-size: 9px;
	line-height: 25px;
	background: #CDC;
	color: #384;
	padding: 0px 0px 0px 0px;
	border: 1px solid #384;
	text-align: center;
}
#calendar thead td.weekend {
	background: #9B9;
	font-weight: bold;
}
#calendar tbody {
}
#calendar tbody td {
	line-height: 40px;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	padding-right: 0px;
	border-top: 1px solid #384;
	border-right: 1px solid #384;
	border-bottom: 1px solid #384;
	border-left: 1px solid #384;
	font-size: 14px;
}
#calendar tbody td a {
	display: block;
	color: #86D;
	display: block;
	font-weight: bold;
	background: #DDF;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#calendar tbody td a:hover {
	color: #FFF;
	background: #649;
	text-decoration: none;
}
#calendar tbody td.today {
	background: #CDC;
	color: #384;
	padding: 0px;
	font-weight: bold;
}
#calendar tbody td.weekend {
	background-color: #EEE;
}
#calendar tbody td.other {
	color: #BBB;
	margin: 0px;
	padding: 0px;
}
#calendar tbody td.other a {
	background: #FFF;
}
#calendar tbody td.other a:hover {
	background: #649;
}
#calendar table.year tbody td {
	line-height: 90px;
}


/* Jahreskalender */


#calendar table.year tbody td a {
	display: block;
	font-weight: bold;
	color: #86D;
	text-decoration:none;	
	background: #FFF;
}
#calendar table.year tbody td a:hover {
	text-decoration:none;
	background: #DDF;
	color: #649;
}


/* Downloadbereich */

#downloads td {
	padding: 3px 20px 5px 0px;
}
#downloads a {
	font-weight: bold;
}



/* Zusatzspalte */

#column {
	float: left;
	color: #777;
	border-left: 1px solid #649;
	padding-left: 30px;
	margin-left: -1px;
	padding-bottom: 10px;
	width: 160px;
}
#column h4 {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#column p {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 18px;
}



/* Fußbereich */

#foot {
	text-align: center;
	clear: both;
	height: 30px;
	background: #999;
}
#foot ul {
	padding: 5px 0px;
	display: block;
	float: left;
	width: 100%;
	margin: 0px;
}
#foot li {
	list-style: none;
	border-right: 1px solid #CCC;
	font-size: 11px;
	line-height: 20px;
	display: inline;
	margin: 0px;
	padding: 0px 10px;
}
#foot li.first {
}
#foot li.last {
	border-right-style: none;
}

#foot a {
	text-decoration: none;
	color: #CCC;
}
#foot a:hover {
	color: #FFF;
}
