/* THE BIG GUYS */

* {
	margin: 0;
	padding: 0;
outline: none;
}

body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1.3em;
	color: #333;
	background: url(../img/body-bg.png) repeat center top;
	font-family: 'DroidSansRegular', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #fff 1px 1px 0;
}

@font-face {
	font-family: 'VenceremosBold';
	src: url('../fonts/venceremos-bold-webfont.eot');
	src: url('../fonts/venceremos-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/venceremos-bold-webfont.woff') format('woff'),
         url('../fonts/venceremos-bold-webfont.ttf') format('truetype'),
         url('../fonts/venceremos-bold-webfont.svg#VenceremosBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'VenceremosRegular';
	src: url('../fonts/venceremos-regular-webfont.eot');
	src: url('../fonts/venceremos-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/venceremos-regular-webfont.woff') format('woff'),
         url('../fonts/venceremos-regular-webfont.ttf') format('truetype'),
         url('../fonts/venceremos-regular-webfont.svg#VenceremosRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DroidSansRegular';
	src: url('../fonts/DroidSans-webfont.eot');
	src: url('../fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans-webfont.woff') format('woff'),
         url('../fonts/DroidSans-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DroidSansBold';
	src: url('../fonts/DroidSans-Bold-webfont.eot');
	src: url('../fonts/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSans-Bold-webfont.woff') format('woff'),
         url('../fonts/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-family: 'VenceremosRegular', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	color: #3fbec8;
	padding-bottom: 0.2em;
	line-height: 1.4em;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 16px;
}

h3.katalog {
	font-family: 'DroidSansBold', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: normal;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 10px;
	color: #333;
	padding-top: 10px;
}

strong {
		font-family: 'DroidSansBold', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
}

/* LINKS GLOBAL */

a,a:link {
	color: #2ba8b1;
	text-decoration: none;
	cursor: pointer
}

a:hover {
	color: #222;
	text-decoration: none !important;
}


a img {
	border: none
}

/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */

input {
	font-size: 14px;
	padding-top: 6px;
	padding-left: 4px;
	padding-bottom: 3px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

textarea {
	background: #fff url(../img/verlauf.jpg) repeat-x right bottom;
	font-size: 12px;
	border: 1px solid #ccc;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

select {
	background-color: #efefef;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #ccc;
	border-left-color: #ccc;
	border-bottom-color: #ccc;
	border-right-color: #ccc;
}

/* INPUT ELEMENTS DETAILED (CSS 2 compatible - works only in new browsers (FF 2.0, IE 7...) */

input[type=text], input[type=password] {
	background: #fff url(../img/verlauf.jpg) repeat-x right bottom;
	border: 1px solid #ddd;
	background: #eee;
	margin-top: 2px;
	margin-left: 2px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

/* PARAGRAPH GLOBAL */

p {
	margin: 8px 0px 8px 0px
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.box_small_img {
	margin: 0pt 2px 3px 0pt;
}

/* FAKE HR DIV CAUSE OF IE TROUBLES */

div.hr {
	padding-top: 1px;
	height: 0;
	overflow: hidden;
	margin: 0;
	line-height: 0px;
	background-color: #4E4E4F
}

div.hrlightgrey {
	padding-top: 1px;
	height: 0;
	overflow: hidden;
	margin: 0;
	line-height: 0px;
	background-color: #999999
}

div.hrproductpreview {
display: none;
}

/* TABLE GLOBAL */

table td {
	padding: 2px;
}

/* WHOLE SITE WRAPPER */

#shop {
	
}

#wrap {
	margin: 20px auto;
	width: 970px;
	background-color: #fff;
	min-height: 650px;
	border: 1px solid #aaa;
	padding: 0 0 0 10px;
-moz-box-shadow: 0px 0px 15px #888;
-webkit-box-shadow: 0px 0px 15px #888;
box-shadow: 0px 0px 15px #888;
}

#socialbookmark img {
	padding: 2px;
	align: center;
}

/* POPUP WINDOWS */

#popupwrap {
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
	padding: 0px 0px 0px 10px;
}

#popupheaderwrap {
	background: url(../img/bg_topmenu.gif) repeat-x;
	height: 36px;
}

#popupmenu {
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 36px;
	font-size: 13px;
	background: url(../img/bg_topmenu.gif) repeat-x;
}

#popupmenu li {
	height: 36px;
	float: left;
	padding: 0px 25px 0px 25px;
	margin: 0;
	background: url("../img/bg_topmenu_breakline.gif") no-repeat;
	background-position: right;
}

#popupmenu a, #popupmenu a:link, #popupmenu a:visited, #popupmenu a:hover, #popupmenu a:active {
	line-height: 36px;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	margin: 0;
	padding: 0;
}

#popupmenu a:hover {
}

a.popuplink {
	padding-left: 20px;
	background: url(../img/printer.png) no-repeat center left;
}

/* HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */

#header {
	height: 86px;
	background: #fff url("../img/bg_header_2011.png") no-repeat;
	margin-bottom: 10px;
		width: 960px;
}

#header	#logo {
	width: 480px;
	padding-left: 3px;
	float: left;
	margin-top: 10px;
}

#header #search {
	float: right;
	color: #fff;
	padding: 26px 7px 0px 6px;
	margin-left: -6px;
}

#header #search a {
	color: #fff;
	font-size: 13px;
}

.suchinput {
	width: 120px;
}

#search input{
	margin-bottom: 6px;
	
}

.leftsearch  {
	width: 150px;
	margin-left: -8px;
}

#header td {
	padding-top: 1px;
	padding-right: 4px;
}

/* BREADCRUMB PATH AS LIST */

#breadcrumb {
	clear: both;
	color: #00737b;
	min-height: 10px;
	padding: 1px 0px 0 15px;
	margin-bottom: 5px;
	background-color: #fff;
	background-repeat: repeat-x;
	font-size: 12px;
	border: 1px solid #fff;
}

breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active {
	line-height: 23px;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	color: #333333;
	margin: 0;
	padding: 0;
}

#breadcrumb ul li {
	display: inline;
	padding: 0 5px 0 0;
	margin: 2px 0 0 0;
}

#breadcrumb ul {
	list-style-image: url(../img/bg_breadcrumbarrow.gif);
	margin: 0;
	padding: 0;
	padding-left: 1em;
}

/* TOPMENU AS LIST */

#topmenuwrap {
	width: 960px;
	height: 36px;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	background-image: url(../img/nav-bg.png);
}

#topmenu, #topmenu a {
	float: left;
	width: auto;
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 36px;
	font-size: 13px;
	text-transform: uppercase;
	text-shadow: none;
	font-family: 'VenceremosRegular', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal !important;
	letter-spacing: 1px;
}

#searchtop {
	float: right;
	width: auto;
	margin-right: 10px;
	padding-bottom: 2px;
}

#searchtop.input {
	color: #fff;
	float: right;
	width: auto;
	margin-right: 10px;
	padding-bottom: 2px;
}


#topmenu li {
	height: 36px;
	float: left;
	margin: 0;
	background: #0098a1 url(../img/nav-bg.png) repeat-x 0 bottom;
	border-right: 1px solid #005458;
	border-left: 1px solid #15b2ba;
}

#topmenu a, #topmenu a:link, #topmenu a:visited, #topmenu a:hover, #topmenu a:active {
	font-size: 14px;
	line-height: 36px;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	margin: 0;
	padding: 0px 25px 0px 25px;
		background-image: url(../img/nav-bg.png);

}

#topmenu li a:hover {
	color: #000;
		background-image: url(../img/nav-bg-hover.png);
}

/* LANGUAGE SELECTION IN TOPMENU LIST */

#welcomeback {
	width: auto;
	background: url(../img/welcome_back.gif) repeat-x;
	border: 1px solid #006903;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	padding: 4px 7px;
	float: left;
	color: #fff;
	font-size: 13px;
	margin: 4px 0 0 52px;
	text-shadow: none;
}

#welcomeback2 {
	width: auto;
	background: url(../img/welcome_back2.gif) repeat-x;
	padding: 6px 7px;
	color: #fff;
	font-size: 13px;
	margin-bottom: 13px;
	margin-top: 2px;
	text-shadow: none;
}

#languages {
	text-align: right;
	height: 26px;
	font-size: 13px;
	background: url(../img/bg_topmenunew.gif) repeat-x;
	margin: 0;
	padding: 10px 6px 0px 0px;
}

#languages img {
	margin-top: -1px;
	margin-left: -4px
}

/* currency SELECTION IN TOPMENU LIST */

#currencies {
	float: right;
	text-align: right;
	height: 26px;
	font-size: 13px;
	background: url(../img/bg_sprache.gif) repeat-x;
	padding: 10px 10px 0px 10px;
	margin: 0;
}

/* CONTENT WRAPPER */

#contentwrap {
	clear: both;
	padding: 0;
	min-height: 500px;
}

/* LEFT COLUMN */

#leftcol {
	float: left;
	width: 220px;
	padding: 0px 0px 15px 0px;
}

/* RIGHT COLUMN */

#rightcol {
	float: right;
	width: 200px;
	padding: 0px 0px 15px 0px;
	display: none;
}

/* MAIN CONTENT */

#content {
	float: left;
	width: 708px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#contentfull {

}

/* CATEGORY MENU */

h2.categoryheader {
	background: #0098a1 url(../img/nav-bg.png) repeat-x 0 bottom;
	height: 28px;
	font-size: 13px;
	color: #FFFFFF;
	padding: 2px 8px 0px 8px;
	margin: 0;
	line-height: 28px;
	vertical-align: middle;
	text-shadow: none;
}

h2.categoryheader a {
	text-shadow: none;
	text-decoration: none;
	color: #fff
}

ul#categorymenu .active, ul#categorymenu .active a {
	color: #222;
	font-weight: bold;
}

ul#categorymenu {
	list-style-type: none;
}

ul#categorymenu li {
	list-style-type: none;
	border-width: 1px 0px 0px 0px;
}

ul#categorymenu li a {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}

ul#categorymenu {
	margin-bottom: 15px;
}

ul#categorymenu a:hover {
	margin-bottom: 15px;
	color: #fff;
}

/* 1st TIER */

ul#categorymenu li.level1 {
	background-color: #777;
	padding: 7px 0px 5px 6px;
	font-size: 1.0em;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;

}

ul#categorymenu li:hover {
	background-color: #555;
	padding: 7px 0px 5px 6px;
	font-size: 1.0em;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
}

ul#categorymenu li.active {
	background-color: #999;
}

/* 2nd TIER */

ul#categorymenu li.level2 {
	background-color: #555;
	padding: 5px 0px 4px 24px;
	font-size: 0.9em;
}

/* 3rd TIER */

ul#categorymenu li.level3 {
	background-color: #333;
	padding: 4px 0px 4px 40px;
	font-size: 0.8em;
}

/* BOXES GLOBAL DEFINITION */

h2.boxheader {
	background: #0098a1 url(../img/nav-bg.png) repeat-x 0 bottom;
	border: 1px solid #2a0005;
	height: 28px;
	font-size: 14px;
	color: #fff;
	padding: 1px 8px 0px 8px;
	margin: 0;
	line-height: 28px;
	vertical-align: middle;
	text-shadow: none;
}

h2.boxheader a:link, h2.boxheader a:hover, h2.boxheader a:active, h2.boxheader a:visited {
	text-decoration: none;
	color: #ffffff
}

.boxbody {
	background: #fff url(../img/verlauf.jpg) repeat-x right bottom;
	padding: 8px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
}

.boxbody h3, .boxbody h3 a {
	font-size: 11px
}

.boxbody h3.center, .boxbody h3.center a {
	font-size: 11px;
	text-align: center
}

.boxbody p {
	color: #000000;
	font-size: 11px;
	margin: 6px 0px 6px 0px
}

.boxbody p.center {
	color: #000000;
	font-size: 11px;
	text-align: center;
	margin: 6px 0px 6px 0px
}

.boxbody td {
	color: #000000;
	font-size: 11px;
	margin: 6px 0px 6px 0px
}

.boxbody .productOldPrice {
	font-size: 11px;
	color: #6b9728
}

.boxbody div.hr {
	margin-top: 5px;
	margin-bottom: 5px
}

.boxbody div.hrlightgrey {
	margin-top: 5px;
	margin-bottom: 5px;
}

.boxbody a {
	font-size: 11px;
}

.boxbody .productboximage {
	border: solid 1px #999999;
}

/* INFO BOX */

.infoboxbody ul.contentlist {
	background-color: #d7ebff;
	margin-bottom: 15px;
	border: solid #00737b;
	border-width: 0px 1px 1px 1px;
}

.infoboxbody ul.contentlist li {
	list-style-type: none;
	border: solid #fff;
	border-width: 1px 0px 0px 0px;
	color: #000;
}

.infoboxbody ul.contentlist li a {
	text-decoration: none;
	color: #002f5f;
}

.infoboxbody ul.contentlist li a:hover {
	text-decoration: none;
}

/* 1st TIER */

.infoboxbody ul.contentlist li.level1 {
	background-color: #dcf4ff;
	padding: 4px 0px 4px 6px;
	font-size: 1.0em;
	color: #00737b;
}

/* 2nd TIER */

.infoboxbody ul.contentlist li.level2 {
	background-color: #d7ebff;
	padding: 4px 0px 4px 24px;
	font-size: 0.9em;
	color: #000;
}

/* 3rd TIER */

.infoboxbody ul.contentlist li.level3 {
	background-color: #d7ebff;
	padding: 4px 0px 4px 40px;
	font-size: 0.8em;
	color: #000;
}

/* DISCOUNTPRICE */

.discountprice {
	font-size: 11px;
	color: #FF0000
}

/* CART BOX */

h2.boxcartheader {
	background: url(../img/bg_boxtop.gif) repeat-x;
	height: 28px;
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px 8px 0px 8px;
	margin: 0;
	line-height: 28px;
	vertical-align: middle;
}

h2.boxcartheader a {
	text-decoration: none;
	color: #fff
}

.boxcartbody {
	padding: 4px 8px 4px 8px;
	margin-bottom: 15px;
	background-color: #d7ebff;
	border-style: solid;
	border-color: #00737b;
	border-width: 0px 1px 1px 1px;
}

.boxcartbody p {
	font-size: 12px;
}

/* MANUFACTURER BOX */

h2.boxcartheader {
	background: url(../img/bg_boxtop.gif) repeat-x;
	height: 28px;
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px 8px 0px 8px;
	margin: 0;
	line-height: 28px;
	vertical-align: middle;
}

h2.boxcartheader a {
	text-decoration: none;
	color: #fff
}

ul#manufacturerslist {
	margin-left: 5px;
	margin-right: 0;
	padding: 0;
}

ul#manufacturerslist li {
	margin-left: 0px;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
}

/* PRODUCT PREVIEW */

.productPreview {
	background: #fbfbfb url(../img/paper.png) repeat right bottom;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #bbb;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-moz-box-shadow: 0px 0px 5px #bbb;
-webkit-box-shadow: 0px 0px 5px #bbb;
box-shadow: 0px 0px 5px #bbb;
}

.productPreviewContent {
	vertical-align: top;
	border-left: 1px solid #ddd;
	padding-left: 16px;
	padding-top: 7px;
	padding-bottom: 5px;
}

.productPreviewContent h2 {
	padding: 0;
	margin: 0px 0px 9px;
}

.productPreviewContent h2 a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.productPreviewContent h2 a:hover {
		font-size: 18px;
		font-weight: bold;
		text-decoration: underline;
	color: #555;
}

.productPreviewImage {
	width: 180px;
	vertical-align: middle;
	padding: 12px;
}

.productPreviewImage img {
	border: 1px solid #ddd;
		-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	padding: 5px;
	background-color: #fff;
}

.productPreviewContent .price {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0
}

.productPreviewContent .taxandshippinginfo {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	padding: 0;
	margin: 0
}

.productPreviewContent .vpe {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	padding: 0;
	margin: 0
}

.productPreviewContent .shippingtime {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	padding: 0;
	margin: 0
}

.productPreviewContent .stockimage {
	margin: 0;
	padding: 0;
}

.productPreviewContent .stockimagetext {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

.productPreviewContent .productOldPrice {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

.productPreviewContent .taxandshippinginfo a {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

/* CROSS SELLING */

.productCrossSell {
	padding: 0;
	margin: 0;
}

.productCrossSellContent {
	vertical-align: top;
	width: 100%
}

.productCrossSellContent h2 {
	padding: 0;
	margin: 0px 0px 5px 0px;
}

.productCrossSellContent h2 a {
	font-size: 14px;
	font-weight: bold;
}

.productCrossSellImage {
	vertical-align: top;
	padding: 3px 15px 0px 0px;
}

.productCrossSellImage img {
	border: solid 1px #999999;
}

.productCrossSellContent .price {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0
}

/* PRODUCT INFO / PRODUCT DETAILS */

#productinfowrap {
	width: 710px;
	display: table;
	padding: 15px;
	margin-bottom: 10px;
	background: #fcfcfc url(../img/verlauf.jpg) repeat-x right bottom;
	padding: 5px;
	margin-bottom: 10px;
	padding-right: 10px;
	border: 1px solid #ddd;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
}

#productinfodetail {
	margin-left: 10px;
}

#productinfoimages {
	/*width: auto;*/
	float: left;
	border: 1px solid #ddd;
		-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	margin-top: 10px;
	margin-left: 10px;
	padding: 8px;
	background-color: #fff;
}

#productinfoimages .productimage {
	border: solid 1px #999999;
}

#productinfoimages .hrlightgrey {
	margin-top: 6px;
	margin-bottom: 6px;
}

#productinfoimages li {
	list-style-type: none;
	min-height: 120px;
	min-width: 120px;
}

#moreimages {
	width: auto;
	border: 1px solid #ddd;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	margin-top: 10px;
	margin-left: 10px;
	padding: 10px;
	background-color: #fff;
}

#downloads {
	padding-top: 25px;
	margin-top: 25px;
}

#weiterefotos	{
	float: right;
}

/* min-height & min-width define for firefox */

#productinfo_desc, #productinfo_media, #productinfo_reviews {
	clear: both;
}

#productinfopricewithimages {
	float: left;
	padding-bottom: 15px;
}

#productinfopricewithimages img {
	cursor: pointer
}

#productinfopricewithoutimages {
	width: 100%
}

#productinfopricewithoutimages img {
	cursor: pointer
}

#productinfoprice {
	padding: 5px;
	font-size: 22px;
	color: #00737b;
}

#productinfoprice .hrlightgrey {
	margin-top: 6px;
	margin-bottom: 6px;
}

#productinfoprice .productprice {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

#productinfoprice .productOldPrice {
	color: #FF0000;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

#productinfoprice .taxandshippinginfo {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

#productinfoprice .taxandshippinginfo a {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

#productinfoprice .shippingtime {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

#productinfoprice .stockimage {
	margin: 0;
	padding: 0;
}

#productinfoprice .stockimagetext {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

#productinfoprice .reviews_rating {
	margin: 0;
	padding: 0;
}

#productinfoprice .reviews_text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

.reviews_rating_light .reviews_rating_dark {
	background: transparent url(../img/review_star.png) repeat-x scroll 0%;
	height: 15px;
	position: relative;
}

.reviews_rating_light {
	background: transparent url(../img/review_star_light.png) repeat-x scroll 0%;
	height: 15px;
	margin-right: 5px;
	position: relative;
	width: 80px;
}

p.productinfoproductadded {
	font-size: 11px;
}

.productoptions {
	background-color: #555;
	padding: 6px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #444
}

.addtobasket {
	background-color: #EDEDED;
	padding: 6px;
	text-align: right;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #999999
}

.addtobasketlisting {
	padding: 6px;
	text-align: right;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #999999
}

/* POPUPS PRODUCTINFO */

body.popupproductinfo {
	padding: 15px;
	background: none;
	background-color: #fff
}

/* POPUP print_order.html */

body.popupprintorder {
	font-size: 13px;
	padding: 15px;
	background: none;
	background-color: #fff
}

body.popupprintorder .products tr.header td {
	font-weight: bold;
	background-color: #EDEDED;
}

body.popupprintorder .products .total {
	text-align: right
}

body.popupprintorder .products .quantity {
	vertical-align: top
}

body.popupprintorder .productname {
	vertical-align: top
}

body.popupprintorder .model {
	vertical-align: top
}

body.popupprintorder .singleprice {
	vertical-align: top
}

body.popupprintorder .totalprice {
	vertical-align: top
}

/* HIGHLIGHTBOX (BACKGROUND) */

div.highlightbox {
	padding: 15px;
	background: #fafafa url(../img/verlauf.jpg) repeat-x right bottom;
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
}

div.highlightbox ul {
	margin-left: 15px;
	padding: 0;
	display: block;
	list-style-type: square;
	line-height: 20px
}

div.highlightbox h1 {
	color: #555;
	padding: 0px 0px 10px 0px;
	margin: 0;
	border: none;
	font-size: 16px
}

div.highlightbox div.hr {
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: solid 1px #E9D28F;
}

/* PAYMENT TYPE SELECTION */

table.paymentblock {
	background-color: #eff0e0;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #E9D28F;
	margin-bottom: 15px;
}

table.paymentblock tr td.header {
	background-color: #DA9401;
	padding: 2px;
	padding-left: 5px;
	color: #FFFFFF;
	font-weight: bold;
}

/* SHIPPING TYPE SELECTION */

table.shippingblock {
	background-color: #eff0e0;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #77ac2b;
	margin-bottom: 15px;
}

table.shippingblock tr td.header {
	background-color: #444;
	padding: 2px;
	padding-left: 5px;
	color: #FFFFFF;
	font-weight: bold;
}

table.shippingblock tr td {
	vertical-align: top;
}

table.shippingblock tr td.description {
	width: 100%;
	vertical-align: top;
	padding-left: 6px;
}

table.shippingblock tr td.radiobutton {
	vertical-align: top;
	white-space: nowrap;
	padding: 4px;
}

table.shippingblock tr td.radiobutton input {
	margin: 0;
	padding: 0;
}

table.shippingblock tr td.price {
	vertical-align: top;
	white-space: nowrap
}

/* MESSAGEBOX ON CONTACT SITE */

textarea.message_body {
	width: 130px;
}

/* DOWNLOAD BOX FOR USER DOWNLOADS */

table.downloadbox {
	padding: 5px;
	background-color: #eff0e0;
	border: solid #77ac2b 1px;
	margin-bottom: 8px;
}

table.downloadbox tr td.icon {
	padding-right: 15px;
}

table.downloadbox tr td.downloadlink {
	width: 100%;
}

/* TABLE WICH SHOWS GRADUATED PRICES */

table.graduatedprice {
	font-size: 11px;
	text-align: left;
	margin-top: 5px;
}

table.graduatedprice tr td.header {
	font-size: 12px;
	font-weight: bold;
	text-align: left
}

/* ORDER DETAILS */

table.tabledetails {
	font-size: 11px;
	background-color: #f2f2f4;
	border: 0px 1px 1px 1px solid #b6d8fa;
}

table.tabledetails tr td {
	padding: 4px
}

table.tabledetails tr.headerrow td {
	background-color: #555;
	color: #FFFFFF;
	font-weight: bold
}

table.tabledetails tr.headerrow td.left {
	text-align: left
}

table.tabledetails tr.headerrow td.center {
	text-align: center
}

table.tabledetails tr.headerrow td.right {
	text-align: right
}

/* ORDER DETAILS CONTENT ROW 1 */

table.tabledetails tr.contentrow1 td {
	padding: 4px;
	background-color: #b6d8fa;
	vertical-align: top;
}

table.tabledetails tr.contentrow1 td.left {
	text-align: left
}

table.tabledetails tr.contentrow1 td.center {
	text-align: center
}

table.tabledetails tr.contentrow1 td.right {
	text-align: right
}

/* ORDER DETAILS CONTENT ROW 2 */

table.tabledetails tr.contentrow2 td {
	background-color: #eef6ff;
	vertical-align: top
}

table.tabledetails tr.contentrow2 td.left {
	text-align: left
}

table.tabledetails tr.contentrow2 td.center {
	text-align: center
}

table.tabledetails tr.contentrow2 td.right {
	text-align: right
}

/* ORDER DETAILS SUBTOTAL */

table.tabledetails tr td.subtotal {
	background-color: #eef6ff;
	text-align: right;
	border: 1px 0px 0px 0px solid #b6d8fa;
}

/* REVIEW LIST */

table.reviewlist {
	font-size: 11px;
	font-weight: normal;
}

table.reviewlist tr td {
	padding: 4px;
	white-space: normal
}

table.reviewlist tr.header td {
	background-color: #DA9401;
	color: #FFFFFF;
	font-weight: bold
}

table.reviewlist tr.contentrow1 td {
	background-color: #FFF2CC;
}

table.reviewlist tr.contentrow2 td {
	background-color: #FFEAAB;
}

textarea#review {
	width: 100%
}

/* MEDIA LIST */

table.medialist {
	background-color: #FFF2CC;
	border-style: solid;
	border-width: 1px;
	border-color: #DA9401;
}

table.medialist tr td {
	padding: 6px;
	white-space: nowrap;
	vertical-align: top
}

table.medialist tr.contentrow1 td {
	background-color: #FFF2CC;
}

table.medialist tr.contentrow2 td {
	background-color: #FFEAAB;
}

/* COMMENTS ON CHECKOUT CONFIRMATION SITE */

p.checkoutcomment textarea {
	width: 100%
}

/* AGB ON CHECKOUT SITE */

p.checkoutagb textarea {
	width: 100%
}

p.checkoutrescission textarea {
	width: 100%
}

/* CHECKOUT NAVIGATION */

ul#checkoutnavigation {
	
}

ul#checkoutnavigation li {
	height: 70px;
	list-style-type: none;
	float: left;
	width: 185px;
	margin-right: 15px;
	border: 1px solid #6b9728;
	padding: 8px
}

ul#checkoutnavigation li.active {
	background-color: #eff0e0
}

ul#checkoutnavigation li.active .number {
	font-size: 20px;
	font-weight: bold
}

ul#checkoutnavigation li.active .title {
	font-size: 14px;
	font-weight: bold
}

ul#checkoutnavigation li.active .description {
	font-size: 11px
}

ul#checkoutnavigation li.inactive {
	color: #fff;
	background-color: #00737b;
	border-color: #999999
}

ul#checkoutnavigation li.inactive .number {
	font-size: 20px;
	font-weight: bold
}

ul#checkoutnavigation li.inactive .title {
	font-size: 14px;
	font-weight: bold
}

ul#checkoutnavigation li.inactive .description {
	font-size: 11px
}

/* ERROR MESSAGES */

ul.info_error {
	border: solid 1px #B22020;
	background-color: #FFD6D6;
	padding: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.info_error li {
	
}

ul.info_error li.infoError {
	list-style: none;
	padding: 5px 0px 2px 20px;
	background-image: url(../img/icons/icon_error.png);
	background-repeat: no-repeat;
	background-position: 0px 4px
}

ul.info_warning {
	border: solid 2px #C39700;
	background-color: #FFE89A;
	padding: 8px
}

ul.info_warning li {
	
}

ul.info_warning li.infoWarning {
	list-style: none;
	padding: 5px 0px 2px 20px;
	background-image: url(../img/icons/icon_alert.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-color: #FFE89A
}

ul.info_success {
	border: solid 2px #4DAA30;
	background-color: #BDFFA9;
	padding: 8px
}

ul.info_success li {
	
}

ul.info_success li.infoSuccess {
	list-style: none;
	padding: 5px 0px 2px 20px;
	background-image: url(../img/icons/icon_accept.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-color: #BDFFA9
}

ul.info_info {
	border: 2px solid #16497e;
	background-color: #C5EBFF;
	padding: 8px
}

ul.info_info li {
	
}

ul.info_info li.infoInfo {
	list-style: none;
	padding: 5px 0px 2px 20px;
	background-image: url(../img/icons/icon_info.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-color: #C5EBFF
}

/* FOOTER */

.footer {
	clear: both;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #0098a1 url(../img/nav-bg.png) repeat-x 0 bottom;
	padding: 8px;
	margin-bottom: 5px;
	width: 940px;
}

.footer a {
	color: #fff;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
	text-shadow: none;
}

.footer a:hover {
	color: #fff;
	text-decoration: underline;
	margin-right: 4px;
	margin-left: 4px;
}

/* xt:Commerce COPYRIGHT */

.copyright {
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
	color: #aaa;
	font-size: 11px;
	vertical-align: bottom;
}

.copyright a {
	color: #aaa;
}

/* xt:Commerce ParseTime */

.parseTime {
	margin: 0 auto;
	background-color: #FFFFFF;
	text-align: center;
	color: #666666;
	font-size: 11px;
}

/* SITE Navigation */

div#NAVIGATION {
	clear: both;
	vertical-align: middle;
	width: 710px;
}

div#NAVIGATION .COUNT {
	float: left;
	bottom: 0px;
	height: 20px;
	line-height: 15px;
	margin: 5px 0px 0px 0px;
	padding: 2px 5px 0px 5px;
	vertical-align: middle;
	font-size: 11px
}

div#NAVIGATION .PAGES {
	float: right;
	bottom: 0px;
	height: 20px;
	line-height: 15px;
	margin: 5px 0px 0px 0px;
	padding: 6px;
	vertical-align: middle;
	font-size: 11px
}

/* PRODUCTS Sorting */

p.products_sort {
	padding: 5px;
	background-color: #555;
	margin-bottom: 4px;
}

.products_sort {
	height: 25px;
	padding: 8px;
	background-color: #555;
	margin-bottom: 4px;
}

.products_sort form {
	float: left;
	margin-top: 3px;
}

/*AGB*/

div#checkout_agb {
	height: 200px;
	width: 100%;
	overflow: auto;
	padding: 2px;
	border: solid #000000 1px;
	text-align: left;
}

div#checkout_rescission {
	height: 200px;
	width: 100%;
	overflow: auto;
	padding: 2px;
	border: solid #000000 1px;
	text-align: left;
}

#hinweis {
	width: 240px;
	font-size: 12px;
	margin-top: -4px;
	background-color: #555;
	color: #eee;
	padding: 4px 4px 2px;
	text-align: center;
}

.back {
	background-color: #d7ebff;
	color: #00737b;
	border: 1px solid #4276aa;
	padding: 4px 5px 4px 4px;
}

.old-price {
	color: #ff0000;
	text-decoration: line-through;
}

/* SITEMAP */

.sitemapwrap {
	
}

.sitemapwrap .sitemapleft {
	background-color: #FFF2CC;
	border-style: solid;
	border-width: 1px;
	border-color: #DA9401;
	display: table;
	float: left;
	width: 235px;
	margin-bottom: 15px;
}

.sitemapwrap .sitemapright {
	background-color: #FFF2CC;
	border-style: solid;
	border-width: 1px;
	border-color: #DA9401;
	display: table;
	float: right;
	width: 235px;
	margin-bottom: 15px;
}

.sitemapheader {
	padding: 3px;
	background-color: #DA9401;
	color: #FFFFFF;
	font-weight: bold;
}

.sitemapheader a:link, .sitemapheader a:visited, .sitemapheader a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.sitemapcontent {
	padding: 6px;
}

.sitemapcontent li {
	list-style-type: none;
}

.vepic {
	vertical-align: middle;
	margin-top: -2px;
}

#produktangaben {
	clear: both;
	width: 180px;
	margin-top: 14px;
	padding: 1px 5px 5px;
	border: 1px solid #ccc;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

#produktangaben2 {
	clear: both;
	width: 190px;
	margin-top: 25px;
	padding: 1px 5px 5px;
	border: 1px solid #ccc;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

.produktangaben3 {
	clear: both;
}

.katalogdarstellung {
	/*margin-top: 2px;*/
	margin-bottom: 4px;
}

.neuheiten {
	/*margin-top: 2px;*/
	margin-bottom: 7px;
}

.diskette {
	display: none;
}

.herunterladentxt {
	display: none;
}

.herunterladentxt a {
	display: none;
}

.herunterladentxt a:visited,a:link {
	text-decoration: none;
}

.herunterladentxt a:hover {
	color: #000;
}

.smallfont {
	width: 250px;
	color: #000;
	font-size: 11px;
	margin-left: 10px;
	margin-top: 5px;
}

.navigation_link:link {
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	background-color: #555;
	padding: 5px 8px;
	border: 1px solid #111;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-shadow: none;
}

.navigation_link:visited {
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	background-color: #555;
	padding: 5px 8px;
	border: 1px solid #111;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-shadow: none;
}

.navigation_link:hover {
	font-size: 12px;
	text-decoration: none;
	color: #eee;
	background-color: #555;
	padding: 5px 8px;
	border: 1px solid #111;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-shadow: none;
}

.navigation_selected {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #555;
	padding: 5px 8px;
	border: 1px solid #111;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-shadow: none;
}

#TB_window img#TB_Image {
	border: 0;
}

.infobutton {
	margin-top: -3px;
	margin-right: 2px;
	vertical-align: middle;
}

#searchfront {
	float: right;
	width: 300px;
	height: 40px;
	margin-top: 12px;
	margin-right: 10px;
	border: 1px solid #00595e;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
	padding: 10px 10px 10px 6px;
	background: #0098a1 url(../img/nav-bg.png) repeat-x 0 bottom;

}

#searchfront input {
	padding-left: 35px;
	margin-bottom: 4px;
	padding-top: 9px;
	padding-bottom: 0;
	border: 1px solid #00595e;
	width: 210px;
	height: 22px;
	background: #fff url(../img/001_39.png) no-repeat 5px;
	color: #000;

}

#searchfront input:focus {
	background-color: #fff;
}

#searchfront input:hover {
}

#searchfront input:active {
	
}

#searchfront a {
	font-size: 16px;
	margin-left: 4px;
}

#searchfront .ok {
	padding-left: 0px;
	background: none;
	margin-right: 10px;
	margin-top: -5px;
	width: 32px;
	height: 28px;
	border: none;
}

#searchfront .ok:hover {
	border: none;
}

.suchtitel {
	display: none;
}

/* Easy Slider */
#slider {
	-moz-box-shadow: 0px 0px 8px #888;
-webkit-box-shadow: 0px 0px 8px #888;
box-shadow: 0px 0px 8px #888;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:710px;
		height:300px;
		overflow:hidden;
}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:22px;	
		}
	ol#controls li{
		margin: 0 5px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:22px;
		line-height: inherit;
		}
	ol#controls li a{
		float:left;
		color: #666;
		padding: 3px 6px 0;
		text-decoration:none;
		background-color: #fff;
	border: 1px solid #999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-shadow: none;
		}
		
		ol#controls li a:hover{
		background: #007076;
		color: #fff;
			border: 1px solid #333;

		}
		
	ol#controls li.current a{
		background: #3fbec8;
		color: #000;
			border: 1px solid #333;

		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

.zoom {
	padding-top: 3px;
	padding-left: 3px;
	margin-bottom: -36px;
	vertical-align: top;
}

a.tooltip {
	text-decoration:none;
	font-size: 1.1em;
	text-align: left;
}

.tooltip span.info {
	display:none;
}

.tooltip:hover span.info {
	display: inline;
	position: absolute; 
	padding: 2px 8px 3px;
	color:#555;
	text-decoration:none;
	background-color: #efefef;
	border: 1px solid #ddd;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	margin-top: -10px;
	margin-left: 3px;
	clear: both;
}

#downloadbereich {
	width: 710px;

}

.downloadsa {
	text-align: left;
	vertical-align: top;
	float: left;
	width: 210px;
	background: #fff url(../img/verlauf.jpg) repeat-x right bottom;
	border: 1px solid #ddd;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	margin-right: 8px;
	margin-top: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0;
}

.downloadsb {
	text-align: left;
	vertical-align: top;
	float: left;
	width: 210px;
	background: #fff url(../img/verlauf.jpg) repeat-x right bottom;
	border: 1px solid #ddd;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	margin-right: 8px;
	margin-top: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0;
}

.downloadsc {
	text-align: left;
	vertical-align: top;
	float: left;
	width: 210px;
	background: #fff url(../img/verlauf.jpg) repeat-x right bottom;
	border: 1px solid #ddd;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	margin-right: 8px;
	margin-top: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0;
}

.tothetop {
	float: right;
}

#Preislisten {
	margin-bottom: 10px;
}

.weitereabbildungen {
	margin-top: 0;
}


ul li.aufzaehlung_element {
	list-style-type: square;
	margin-left: 15px;
}

#infobox {
	background: #fff url(../img/verlauf.jpg) repeat-x right bottom;
	border: 1px solid #ddd;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	margin-right: 8px;
	margin-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15;

}

#infobox p {
	margin-bottom: 15px;
}

#drucken {
	padding-left: 20px;
	background: url(../img/printer.png) no-repeat center left;
	margin-top: 15px;
	margin-right: 10px;
	float: right;
}

#Preislisten {
	display: none;
}

#downloads_menu {
	display: none;
}
