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;
}
#navi img.stopper {
	padding: 0px;
	margin: 20px 0px 0px -20px;
	border-style: none;
}



/* 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;
	border-style: none;
}
#menu li a:hover {
	color: #973;
}
#menu li a.current {
	color: #973;
}


/* 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 p.error {
	color: #C00;
	font-weight: bold;
}
#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 #999;
	cursor: help;
}
#content acronym {
	cursor: help;
}

#content div.block {
	float: left;
	padding: 0px 50px 0px 0px;
	margin: 0px;
}



/* Formulare */

#content form {
	margin: 0px;
	padding: 10px 0px;
}
#content form acronym {
	color: #973;
	border-bottom-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: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#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;
	margin-top: 2px;
}
#content select:focus {
	border: 1px solid #973;
}
#content select.country {
	width: 266px;
}
#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;
	color: #000;
}

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

/* Versandkostentabelle */
#content table.shipping {
	margin-top: 2em;
}
#content table.shipping th {
	text-align: right;
	font-size: 1.1em;
	padding: 0.5em 0.5em 1em;
}
#content table.shipping th.left {
	text-align: left;
	padding-right: 1em;
	padding-left: 0em;
}

#content table.shipping th.even {
	background: #EEE;
}


#content table.shipping td {
	border-top: 0.1em solid #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 0.5em 1em;
	text-align: right;
	line-height: 2em;
}
#content table.shipping td.left {
	text-align: left;
	padding-right: 1em;
	padding-left: 0em;
}

#content table.shipping td.even {
	background: #EEE;
}



/* 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 */
#content.products img {
	padding-bottom: 30px;
	margin-left: -20px;
}


/* 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;
}

/* Social Media */
#social ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#social li {
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
	width: 140px;
}
#content #social li a img {
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

/* 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;
}

