* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url('../images/layout/background.gif');
}

table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

* > table {
	border-collapse: separate;
	border-spacing: 0;
}

td, th {
	padding: 0;
	vertical-align: top;
}

img {
	border: 0;
}

p {
	margin-bottom: 7px;
}

h1 {
	font-size: 17px;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 13px;
	color:#677EB6;
	margin: 0 0 13px 0;
	padding-top:15px;
}

h3 {
	font-size: 11px;
	color:#E9BD54;
}

a {
	color: #4b66a8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.right { float: right; }
.left { float: left; }
.clear { clear: both; }
.big { font-size: 14px; }
.white { color: white; }
.bold { font-weight: bold; }
.bottom { vertical-align: bottom; }
.stdpadding { padding: 4px; }
.hidden { display: none; }


div#mainContainer {
	background-color: #FFFFFF;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}


.csc-firstHeader{
	margin:10;
}
/*********************************
	Head Layout
**********************************/
div#headerInfo {
	background-image: url('../images/layout/headerInfoBg.jpg');
	background-color: #FFFFFF;
	padding: 4px;
	border-bottom: 1px solid white;
}

div#header {
	border-bottom: 1px solid #677eb6;
	background-color: #677eb6;
}

div#header div.right {
	margin: 4px;
}

div#headerLanguageMenu {
	text-align: right;
	padding: 0px 0px 0px 0px;
}

/*********************************
	Navigation oben
**********************************/
div#headerNavigation, div#headerNavigation a {
	color: white;
	margin: 24px 0px 0px 0px;
}

/*********************************
	Navigation links
**********************************/


div.basketlink {
	margin: 0px 0 20px 10px;
}

div.basketlink a {
	display: block;
	color: #fff;
	font-weight: normal;
	background-image: url(../shop/images/layout/cart_right.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 27px;
}


div#search {
	margin: 0 10px 30px 10px;
}

div#search p {
	color: #fff;
}

div#search input.text {
	width: 130px;
}

div#search input.button {
	width: 60px;
}

div#sideNavigationContainer {
	float: left;
	background-color: #677eb6;
	width: 220px;
}

ul.side-navigation {
	list-style-type: none;
	margin: 0px 10px;
	padding: 0px;
}

ul.side-navigation li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #899fd4;
}

ul.side-navigation li ul {
	margin: 0 0 0 15px;
}

ul.side-navigation li ul li {
	margin: 0;
	padding: 1px 0;
	border-top: 1px solid #899fd4;
	border-bottom: 0;
}

ul.side-navigation li a {
	display: block;	
	color: #fff;
	padding: 0px 0px;
	font-weight: normal;
}

ul.side-navigation li ul a {
	font-weight: normal;
}



/*********************************
	Seiteninhalt
**********************************/

div#breadcrumb {
	margin: 15px;
	float: right;
	width: 548px;
}

div#content {
	margin: 0 15px 15px 15px;
	float: right;
	width: 548px;
}


/*********************************
	Formulare
**********************************/
table.form {
	margin-bottom: -7px;
}

table.form td {
	padding: 0px 7px 7px 0px;
}

table.form table {
	margin-bottom: 0px;
}

table.form td td {
	padding: 0px;
}

table.form div.checkboxgroup {
	padding: 7px 7px 7px 0px;
}

table.form div.checkboxgroup div.title {
	padding-bottom: 5px;
	font-weight: bold;
}

table.form div.checkboxgroup div.options {
	padding-left: 20px;
}

table.form div.checkboxgroup div.options div.option {
	margin-bottom: 4px;
}

table.form div.checkboxgroup div.options div.option input {
	margin-right: 4px;
}

/*********************************
	Flexible Inhaltselemente
**********************************/
table.twoColTableWithTitle {
	width: 100%;
	margin-bottom: 20px;
}
table.twoColTableWithTitle tr td {
	width: 50%;
}


/* shop styles */

/* error box */

fieldset.error
{
	border:  2px solid #FF0000;
	margin:  0px 0px 20px 0px;
	padding: 0px 10px 10px 10px;
	width:   70%;
}

fieldset.error legend
{
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 3px 5px;
}

fieldset.error ul
{
	margin: 0px 0px 0px 15px;
}

fieldset.error li
{
	margin: 0px 0px 0px 0px;
}


/* hint box */

fieldset.hint
{
	border:  2px solid #336699;
	margin:  0px 0px 15px 0px;
	padding: 0px 10px 10px 10px;
	width:   70%;
}

fieldset.hint legend
{
	font-size: 11px;
	font-weight: bold;
	color: #336699;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 3px 5px;
}

fieldset.hint ul
{
	margin: 0px 0px 0px 15px;
}

fieldset.hint li
{
	margin: 0px 0px 0px 0px;
}

fieldset.hint p
{
	margin: 4px 0px 0px 0px;
}


div.productbasic{
	border: 1px solid green;
}

div.productbasic table.general tr td.strong{
	font-weight: bold;
}

/* Produktgruppen */

ul.product-group {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.product-group li {
	clear: both;
	display: block;
	border: 1px solid #e0e6f3;
	background-color: #f1f4fa;
	margin: 0 0 10px 0;
	padding: 5px 0;
}

ul.product-group li ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.product-group li h2 {
	display: block;
	width: 520px; /* IE Fix */
	margin: 0;
	padding: 1px 5px 2px 5px;
}

ul.product-group li ul li {
	display: block;
	float: left;
	clear: none;
	border: 0;
	background-color: transparent;
	margin: 0 0 0 25px;
	padding: 1px 0;
}

ul.product-group li div.product-images {
	display: block;
	clear: both;
	padding: 5px 0 0 0;
	width: 546px;
	text-align: center;
}

ul.product-group li div.product-images a {
	display: block;
	margin: 0 auto;
	padding: 0;
}

ul.product-group li div.product-images img {
	border: 1px solid #e0e6f3;
	background-color: #fff;
	padding: 5px;
}

ul.product-group li h2 a {
	display: block;
	padding: 2px 0 2px 20px;
	background-image: url(../shop/images/layout/product.png);
	background-repeat: no-repeat;
	background-position: left 0;
	font-weight: bold;
}

ul.product-group li ul li.product-detail a {
	padding: 2px 0 2px 15px;
	background-image: url(../shop/images/layout/product-detail.png);
	background-repeat: no-repeat;
	background-position: left center;
}

div.product-filter a {
	padding: 2px 0 2px 15px;
	background-image: url(../shop/images/layout/product-detail.png);
	background-repeat: no-repeat;
	background-position: left center;
}


div.filter-info {
	margin: 0 0 20px 0;
	padding: 0 0 0 6px;
	border-left: 4px solid #E9BD54;
}

div.filter-info h3 {
	margin: 0 0 5px 0;
}

div.filter-info-set {
	margin: 0 0 20px 0;
	padding: 0 0 0 6px;
	border: 1px solid #E9BD54;
	background: #FFF4D4;

}

div.filter-info-set a{

}

.dropper{
	color: black;
}

.dropper a.droppa{
	display: block;
	padding: 0 0 0 10px;
	background:  url(../shop/images/arrows/filter.gif) 15px 15px no-repeat;
	background-position:  left;
}

.linkfilter{
	display: block;
	padding: 10px 0 0 15px;
	background:  url(../shop/images/arrows/filter.gif) 15px 15px no-repeat;
	background-position:  left;

}

.linkpfeil{
	display: block;
	padding: 0 0 0 15px;
	background:  url(../shop/images/arrows/right.gif) 15px 15px no-repeat;
	background-position:  left;
}


div.dropper-inner {
	position: absolute;
	border: 1px solid #687EB7;
	background-color: #D5DEEE;
	margin: 3px 0 0 15px;
	padding: 0;
}

div.dropper-inner ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

 div.dropper-inner ul li {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	-border-top: 1px solid #D5DEEE;
	-border-bottom: 1px solid #D5DEEE;
}

div.dropper-inner ul li a {
	display: block;
	padding: 2px 8px;
	background-image: none;
}

div.dropper-inner ul li a:hover {
	color: #fff;
	background-color: #687EB7;
}

div.dropper-inner ul li.choose-all {

}

div.dropper-inner ul li.current {

}

div.dropper-inner ul li.current a {
	background-color: #687EB7;
	color: #fff;
}

.dropper_activ {
	padding: 1px 5px 1px 5px;
	/* color:#ffffff; */
	background: #0089C0 url(../shop/images/arrows/arrow-down.gif) 110px 9px no-repeat;
	font-weight:bold;
}

.dropper_over {
	padding: 1px 5px 1px 5px;
	 /* color:#ffffff; */
	background: #0089C0 url(../shop/images/arrows/arrow-down.gif) 110px 9px no-repeat;
	font-weight:bold;
}

select {
	font-size: 1.2em;
	background-color: ivory;
	color: black;
	font-weight: bold;
	margin: 5px;
	border:1px solid black;
	width: 200px;
	height:20px;
}

option {
   padding: 5px;
}


table.customer input{

	width: 130px;
	padding: 2px 2px 2px 2px;
}

table.customer td{

	padding: 4px;
}



table.basket-preview {
	width: 100%;
	 border-bottom:1px solid gray;
}

table.basket-preview th {
	text-align: left;
}



a.plus{
	background-image:url(../shop/images/layout/plus.png);
	background-position:left 0;
	background-repeat:no-repeat;
	display:block;
	padding: 0px 0 2px 13px;
	font-weight:bold;
}

a.minus{
	background-image:url(../shop/images/layout/minus.png);
	background-position:left 0;
	background-repeat:no-repeat;
	display:block;
	padding: 0px 0 2px 13px;
	font-weight:bold;
}

a.info{
	background-image:url(../shop/images/layout/info.png);
	background-position:left 0;
	background-repeat:no-repeat;
	display:block;
	padding: 0px 0 2px 9px;
	font-weight:bold;
}

div.rel-techdata{


}

