/**
	CSS-Styles

	@copyright		e-matters GmbH, 2008
	@since			18.03.2008
*/




/*********** Layout ****************/
.main_table {
	width: 995px;
	height: 100%;
	background-color: #FFF;
	position: absolute;
	left: 50%;
	margin-left: -498px;
}

	.main_table .left {
		width: 240px !important;
		vertical-align: top;
		padding: 0 8px 0 0;
	}

	.main_table .content {
		width: 518px ;
		vertical-align: top;
		padding: 0 0 20px;
	}

	.main_table .content div a { /* added on 2009/10/20 by Maximilian Speicher <GFIU> */
		color: #222;
	}

	.main_table .right {
		width: 220px;
		vertical-align: top;
		padding: 0 0 0 8px;
	}



table.layout_col_2 {
	width: 100%;
}

	table.layout_col_2 .col1, table.layout_col_2 .col2 {
		vertical-align: top;
	}




/**** Custom-Styles ****/
.nl_form {}

	.nl_form .input_text {
		width: 100px;
		margin-right: 10px;
	}

	.nl_form .submit {
		position: relative;
		top: 6px;
	}

	* html .nl_form .submit {
		position: relative;
		top: 3px;
	}

	*+html .nl_form .submit {
		position: relative;
		top: 3px;
	}



.main_navi {}

	.main_navi ul {
		margin: 0;
		padding: 0;
	}

	.main_navi li {
		padding: 0;
		margin: 0;
		display: inline;
	}

	.main_navi a {
		color: #a50033; /* default: #C0C0C0;*/
		display: inline-block;
		font-size: 14px;
		font-weight: bold;
		padding: 0 18px;
		text-decoration: none;
		border-right: 1px solid #FFF;
	}

		.main_navi li.last a {
			border-right: none;
		}

		.main_navi li.active a {
			color: #a50033; /* default: #333;*/
			text-decoration: underline;
		}


/*
.list1 {}

	.list1 h2, .list1 h3 {
		background: url(files/line_list1.gif) bottom repeat-x;
		color: #333;
		font-size: 16px;
		font-weight: normal;
		padding: 0 0 6px;
	}
*/


.header table.layout_col_2 .col2, .footer table.layout_col_2 .col2 {
	text-align: right;
}

	.footer .col2 a {
		text-decoration: none;
	}

	.header .col2 p{
		margin: 0;
		padding: 0;
	}


.basketButtons {
	width: 100%;
}



.subgrp {
	padding: 0;
	margin: 0 0 0 16px;
}

	.subgrp li {
		margin:0 0 4px 0;
	}

	.subgrp a {
		color: #222; /* added on 2009/10/20 by Maximilian Speicher <GFIU> */
	}



.searchform {}

	.searchform .input_text {
		background: url(files/search_form3.gif) left no-repeat;
		border: none;
		margin-top: 10px;
		padding: 2px 0 0 20px;
		height: 19px;
		width: 136px;
	}

	.searchform .submit {
		position: relative;
		top: 7px;
	}

	* html .searchform .submit {
position: relative;
		top: 2px;
	}

	*+html .searchform .submit {
position: relative;
		top: 2px;
	}



/**** Produkt-Voransichten ****/
.prd_preview_tiny {
	width: 100%; /* default: 136px !important;*/
	text-align: center; /* added on 2009/10/06 by Maximilian Speicher <GFIU> */
	padding:0 4px 0 4px;
	margin: 0 4px 0 4px; /* added on 2009/10/06 by Maximilian Speicher <GFIU> */
}

	.prd_preview_tiny .image {
		height: 75px;
		text-align: center;
		margin:0 0 3px 0;
	}
	.prd_preview_tiny .name {
		text-align: center;
		margin:0 0 6px 0;
	}
	.prd_preview_tiny .name a {
		color: #222; /* added on 2009/10/06 by Maximilian Speicher <GFIU> */
		text-decoration: none; /* added on 2009/10/06 by Maximilian Speicher <GFIU> */
	}
	.prd_preview_tiny .price {
		text-align: center;
		margin:0;
	}



.prd_preview_small {
	font-size: 11px;
}



.prd_preview_large {
	width: 466px;
}

	.prd_preview_large td {
		vertical-align: top;
	}

	.prd_preview_large .col1 {
		vertical-align: top;
		width: 180px;
	}

	.prd_preview_large .col2 {
		vertical-align: top;
	}

	.prd_preview_large .col2 p { /* added on 2009/10/20 by Maximilian Speicher <GFIU> */
		color: #222;
	}
		.prd_preview_large h2 a {
			color: #333333;
			text-decoration: none;
		}

	.prd_preview_large .c_box_4 {
		width: 280px;
	}

		.prd_preview_large .col2 .price {
			text-align: right;
		}




.copy {
	font-size: 9px;
}



.breadcrumbs {
	display: block;
	margin: 0 0 10px 0;
	font-size: 12px;
}

	.breadcrumbs a {
		/* color: #BA9C6E; */
		color: #333333;
	}


.msgbox_ok {
	border: 2px solid green;
	color: green;
	margin-bottom: 10px;
	padding: 3px;
}

.msgbox_error {
	border: 2px solid red;
	color: red;
	margin-bottom: 10px;
	padding: 3px;
}


.subnavi ul {
	padding: 0;
	margin: 0;
}

	.subnavi li {
		background: url(files/subnavi_arrow.gif) left no-repeat;
		list-style-type: none;
		padding: 0 0 0 12px;
		margin: 0;
		border: 1px solid #EEEEEE;
	}

	.subnavi a {
		background: url(files/subnavi_line.gif) bottom repeat-x;
		color: #333333 !important;
		display: block;
		padding: 4px 0 6px;
		margin: 0;
		text-decoration: none;
	}

	.subnavi li.last a, .subnavi li.last_first a {
		background: none;
	}



.order_progress {
	margin: 0;
	padding: 0;
	width: 100%;
}

	.order_progress td {
		padding: 0 2px;
		vertical-align: top;
		width: 25%;
		text-align: center;
		color: #222; /* added on 2009/12/04 by Maximilian Speicher <GFIU> */
	}

	.order_progress td.active {
		font-weight: bold;
		color: #222; /* added on 2009/12/04 by Maximilian Speicher <GFIU> */
	}



#contactRequest {}

	#contactRequest .contact_fcell {
		padding-bottom: 8px;
	}



/**** Navigation ****/
.main_table .left .prdgrp {
	margin: 0 0 10px;
	padding: 0;
}

	.main_table .left .prdgrp ul {
		margin: 0;
		padding: 0;
	}

	.main_table .left .prdgrp li {
		list-style-type: none;
	}

	.main_table .left .prdgrp li.active {
		background: #fff0f5 url(files/prdgrp_li_active.gif) top left no-repeat;
		/* default: background: #F5F5F5 url(files/prdgrp_li_active.gif) top left no-repeat;*/
	}

	.main_table .left .prdgrp li.singleActive {
		background: url(files/prdgrp_li_single_active.gif) top left no-repeat;
	}

		.main_table .left .prdgrp li.singleActive a {
			background: url(files/prdgrp_li_single_active_a.gif) top right no-repeat;
		}

	.main_table .left .prdgrp li.active ul {
		background-color: #fff0f5; /* default: #F5F5F5;*/
	}

		.main_table .left .prdgrp li a {
			background-image: url(files/prdgrp_arrow.gif);
			background-position: 14px 12px;
			background-repeat: no-repeat;
			color: #a50033; /* default: #333333;*/
			display: block;
			padding: 5px 0 7px 28px;
			text-decoration: none; /* added on 2009/10/15 by Maximilian Speicher <GFIU> */
		}

		.main_table .left .prdgrp li.active a {
			background: url(files/prdgrp_li_active_a.gif) top right no-repeat;
			font-weight: bold;
			padding-bottom: 0;
		}

		.main_table .left .prdgrp li.active li {
			background: none;
			padding: 0 0 0 35px;
		}

			.main_table .left .prdgrp li.active li a {
				background: url(files/prdgrp_li_li.gif) bottom repeat-x;
				color: #a50033; /* default: #A1A38D;*/
				font-weight: normal;
				margin: 0 14px 0 0;
				padding: 5px 0 7px;
				text-decoration: none;
			}

		.main_table .left .prdgrp li.active li.last {
			background: url(files/prdgrp_li_active_li_last.gif) bottom left no-repeat;
		}

			.main_table .left .prdgrp li.active li.last a {
				background: url(files/prdgrp_li_active_li_last_a.gif) bottom right no-repeat;
				display: inline-block;
				margin: 0;
				width: 100%;
			}
				.main_table .left .prdgrp li.active li.active a {
					font-weight: bold;
				}





/**** Standard-Komponenten ****/
.login_box {}

	.login_box td {
		padding: 0 3px 5px 0;
		color: #222; /* added on 2009/10/20 by Maximilian Speicher <GFIU> */
	}



.basket_preview {
	width: 100%;
}

	.basket_preview th {
		text-align: left;
		padding-bottom: 3px;
	}

	.basket_preview td {
		padding-bottom: 3px;
	}

	.basket_preview tfoot td {
		padding-top: 10px;
	}






/**** Container ****/
.c_box_1 {
	background: url(files/c_box1_tl.gif) top left no-repeat;
	display: inline-block;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}

	.c_box_1 .tr {
		background: url(files/c_box1_tr.gif) top right no-repeat;
		display: inline-block;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.c_box_1 .br {
		background: url(files/c_box1_br.gif) bottom right no-repeat;
		display: inline-block;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.c_box_1 .bl {
		background: url(files/c_box1_bl.gif) bottom left no-repeat;
		display: inline-block;
		margin: 0;
		padding: 12px;
		color: #222; /* added on 2009/12/04 by Maximilian Speicher <GFIU> */
	}

	.c_box_1 h1 {
		background: url(files/c_box1_h1.gif) top left no-repeat;
		color: #313131;
		font-size: 12px;
		padding: 0 0 0 20px;
	}

	* html .c_box_1 h1 {
	}

	*+html .c_box_1 h1 {	}

	.c_box_1 h2 {
		color: #313131;
		font-size: 12px;
		padding: 10px 0 0 0;
		margin: 0;
	}

	.c_box_1 a {
		color: #222; /* default: #636363;*/
	}

	.right .c_box_1 {
		width: 220px;
	}



.c_box_2 {
	background: url(files/c_box2_tl.gif) top left no-repeat;
	color: #FFFFFF !important;
	display: inline-block;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}

	.c_box_2 p, .c_box_2 th, .c_box_2 td {
		color: #FFFFFF !important;
	}

	.c_box_2 .tr {
		background: url(files/c_box2_tr.gif) top right no-repeat;
		margin: 0;
		padding: 0;
	}

	.c_box_2 .br {
		background: url(files/c_box2_br.gif) bottom right no-repeat;
		margin: 0;
		padding: 0;
	}

	.c_box_2 .bl {
		background: url(files/c_box2_bl.gif) bottom left no-repeat;
		margin: 0;
		padding: 12px;
	}

	.c_box_2 h1 {
		background: url(files/c_box2_h1.gif) top left no-repeat;
		font-size: 12px;
		padding: 0 0 0 20px;
	}

	* html .c_box_2 h1 {
	}

	*+html .c_box_2 h1 {
	}

	.c_box_2 h2 {
		font-size: 12px;
		padding: 0;
	}

	.c_box_2 p {
		color: #FFFFFF;
		padding: 0;
		margin: 0;
	}

	.c_box_2 a, .c_box_2 label {
		color: #FFFFFF;
	}

	.right .c_box_2 {
		width: 220px;
	}




.c_box_3 {
	background: url(files/c_box3_tl.gif) top left no-repeat;
	color: #FFFFFF;
	display: inline-block;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}

	.c_box_3 .tr {
		background: url(files/c_box3_tr.gif) top right no-repeat;
		display: inline-block;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.c_box_3 .br {
		background: url(files/c_box3_br.gif) bottom right no-repeat;
		display: inline-block;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.c_box_3 .bl {
		background: url(files/c_box3_bl.gif) bottom left no-repeat;
		display: inline-block;
		margin: 0;
		padding: 12px;
	}

	.c_box_3 h1 {
		background: url(files/c_box3_h1.gif) top left no-repeat;
		font-size: 12px;
		padding: 0 0 0 20px;
	}

	* html .c_box_3 h1 {
	}

	*+html .c_box_3 h1 {
	}

	.c_box_3 h2 {
		font-size: 12px;
		padding: 0;
		margin: 0;
	}

	.c_box_3 a {
		color: #FFFFFF;
	}

	.right .c_box_3 {
		width: 220px;
	}



.c_box_4 {
	background: #EEEEEE url(files/c_box4_tl.gif) top left no-repeat;
	color: #FFFFFF;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}

	.c_box_4 .tr {
		background: url(files/c_box4_tr.gif) top right no-repeat;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.c_box_4 .br {
		background: url(files/c_box4_br.gif) bottom right no-repeat;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.c_box_4 .bl {
		background: url(files/c_box4_bl.gif) bottom left no-repeat;
		margin: 0;
		padding: 12px;
	}

	.c_box_4 h1 {
		background: url(files/c_box4_h1.gif) top left no-repeat;
		font-size: 12px;
		padding: 0 0 0 20px;
	}

	* html .c_box_4 h1 {
	}

	*+html .c_box_4 h1 {
	}

	.c_box_4 h2 {
		font-size: 13px;
		padding: 10px 0 5px;
		margin: 0;
	}

	.c_box_4 h3 {
		font-size: 12 px;
		padding: 5px 0 5px;
		margin: 0;
	}

	.c_box_4 a {
		color: #A1A38D;
	}

	.right .c_box_4 {
		width: 220px;
	}


.c_box_6 {
	background: url(files/c_box6_tl.gif) top left no-repeat;
	display: inline-block;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}

	.c_box_6 .tr {
		background: url(files/c_box6_tr.gif) top right no-repeat;
		display: inline-block;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.c_box_6 .br {
		background: url(files/c_box6_br.gif) bottom right no-repeat;
		display: inline-block;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.c_box_6 .bl {
		background: url(files/c_box6_bl.gif) bottom left no-repeat;
		display: inline-block;
		margin: 0;
		padding: 12px;
	}

	.c_box_6 h1 {
		background: url(files/c_box6_h1.gif) top left no-repeat;
		color: #313131;
		font-size: 12px;
		padding: 0 0 0 20px;
	}

	* html .c_box_6 h1 {

	}

	*+html .c_box_6 h1 {

	}

	.c_box_6 h2 {
		color: #a50033; /* default: #313131; */
		font-size: 14px;
		padding: 4px 0 0 0;
		margin: 0 0 12px 0;
	}

	.c_box_6 a {
		color: #222; /* default: #636363; */
	}

	.right .c_box_6 {
		width: 220px;
	}



.c_box_7 {
	background: url(files/c_box7_tl.gif) top left no-repeat;
	display: inline-block;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}

	.c_box_7 .tr {
		background: url(files/c_box7_tr.gif) top right no-repeat;
		display: inline-block;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.c_box_7 .br {
		background: url(files/c_box7_br.gif) bottom right no-repeat;
		display: inline-block;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.c_box_7 .bl {
		background: url(files/c_box7_bl.gif) bottom left no-repeat;
		display: inline-block;
		margin: 0;
		padding: 12px;
	}

	.c_box_7 h1 {
		background: url(files/c_box7_h1.gif) top left no-repeat;
		color: #313131;
		font-size: 12px;
		padding: 0 0 0 20px;
	}

	* html .c_box_7 h1 {
	}

	*+html .c_box_7 h1 {
	}

	.c_box_7 h2 {
		color: #313131;
		font-size: 12px;
		padding: 10px 0 0 0;
		margin: 0;
	}

	.c_box_7 a {
		color: #222; /* default: #636363; */
	}

	.right .c_box_7 {
		width: 220px;
	}


.startseite_welcome {
	background: url(files/back_newshop.jpg) top center no-repeat;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #313131;
	font-size: 13px;
}

	.startseite_welcome .br {
		background: url(files/back_newshop_down.jpg) bottom center no-repeat;
		margin: 0;
		padding: 10px 0 0 0; /* default: 0; */
		width: 100%;
	}

	* html .startseite_welcome h1 {
	}

	*+html .startseite_welcome h1 {
	}

	.startseite_welcome h2 {
		color: #313131;
		font-size: 13px;
		padding: 0 0 0 0;
		margin: 0;
	}

	.startseite_welcome a {
		color: #222; /* default: #636363; */
		font-size: 13px;
	}


	.startseite_welcome p {
	padding: 150px 10px 30px 20px;
	font-size: 13px;
	}


.c_form_1 {
	background: #EEEEEE url(files/c_box4_tl.gif) top left no-repeat;
	color: #FFFFFF;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}

	.c_form_1 .tr {
		background: url(files/c_box4_tr.gif) top right no-repeat;
		margin: 0;
		padding: 0;
	}

	.c_form_1 .br {
		background: url(files/c_box4_br.gif) bottom right no-repeat;
		margin: 0;
		padding: 0;
	}

	.c_form_1 .bl {
		background: url(files/c_box4_bl.gif) bottom left no-repeat;
		margin: 0;
		padding: 12px;
	}

	.c_form_1 h1 {
		background: url(files/c_box4_h1.gif) top left no-repeat;
		display: inline-block;
		font-size: 12px;
		padding: 0 0 0 20px;
	}

	.c_form_1 h2 {
		font-size: 11px;
		padding: 0 0 1em;
		margin: 0;
	}

	* html .c_form_1 h1 {
		height: 15px;
	}

	*+html .c_form_1 h1 {
		height: 15px;
	}

	.c_form_1 a {
		color: #A1A38D;
	}

	.right .c_form_1 {
		width: 274px;
	}


.CForm2 {
	background: #EEEEEE url(files/c_box4_tl.gif) top left no-repeat;
	color: #FFFFFF;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}

	.CForm2 .tr {
		background: url(files/c_box4_tr.gif) top right no-repeat;
		margin: 0;
		padding: 0;
	}

	.CForm2 .br {
		background: url(files/c_box4_br.gif) bottom right no-repeat;
		margin: 0;
		padding: 0;
	}

	.CForm2 .bl {
		background: url(files/c_box4_bl.gif) bottom left no-repeat;
		margin: 0;
		padding: 12px;
	}

	.CForm2 h1 {
		background: url(files/c_box4_h1.gif) top left no-repeat;
		display: inline-block;
		font-size: 12px;
		padding: 0 0 0 20px;
		min-height: 15px;
	}

	.CForm2 h2 {
		font-size: 11px;
		padding: 0 0 1em;
		margin: 0;
	}

	* html .CForm2 h1 {
		height: 15px;
	}

	*+html .CForm2 h1 {
		height: 15px;
	}

	.CForm2 a {
		color: #A1A38D;
	}

	.right .CForm2 {
		width: 274px;
	}


.c_navi_1 {
	background: url(files/c_navi1_tl.gif) top left no-repeat;
	color: #CCCCCC;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}

	.c_navi_1 .tr {
		background: url(files/c_navi1_tr.gif) top right no-repeat;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.c_navi_1 .br {
		background: url(files/c_navi1_br.gif) bottom right no-repeat;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.c_navi_1 .bl {
		background: url(files/c_navi1_bl.gif) bottom left no-repeat;
		margin: 0;
		padding: 12px;
	}

	.c_navi_1 p {
		color: #FFFFFF;
	}



.c_navi_5 {
	background: url(files/c_navi5_tl.gif) top left no-repeat;
	color: #CCCCCC;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}

	.c_navi_5 .tr {
		background: url(files/c_navi5_tr.gif) top right no-repeat;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.c_navi_5 .br {
		background: url(files/c_navi5_br.gif) bottom right no-repeat;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.c_navi_5 .bl {
		background: url(files/c_navi5_bl.gif) bottom left no-repeat;
		margin: 0;
		padding: 6px;
	}

	.c_navi_5 p {
		color: #FFFFFF;
	}



.c_footer_1 {
	background: url(files/c_box1_tl.gif) top left no-repeat;
	display: inline-block;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}

	.c_footer_1 .tr {
		background: url(files/c_box1_tr.gif) top right no-repeat;
		margin: 0;
		padding: 0;
	}

	.c_footer_1 .br {
		background: url(files/c_box1_br.gif) bottom right no-repeat;
		margin: 0;
		padding: 0;
	}

	.c_footer_1 .bl {
		background: url(files/c_box1_bl.gif) bottom left no-repeat;
		margin: 0;
		padding: 12px;
	}


	.c_footer_1 a {
		color: #222; /* default: #636363;*/
	}



.nl_subscription label {
	display: block;
	float: left;
	width: 120px;
	padding: 3px 0 0;
}



.prdlist_sort {
	margin-bottom: 10px;
}

	.prdlist_sort select {
		margin-right: 10px;
	}



.welcome {
	color: #333;
	margin-top: 5px;
}

	.welcome .cust_name {
		color: #FFF;
		font-weight: bold;
	}



.cart_button {
	margin-left: 11px;
	padding-left: 11px;
	border-left: 1px solid #989A85;
	display: inline-block;
}


.logo_lang .col2 {
	text-align: right;
	padding-top: 40px;
}

.logo_lang td {
	padding: 10px 0;
}



.lang_flag {
	display: inline;
	height: 12px;
	margin: 0;
	padding: 0;
	width: 16px;
}

	.lang_flag input {
		filter:alpha(opacity=50);
		-moz-opacity:0.50;
		opacity:0.50;
	}

	.lang_flag .active {
		filter:alpha(opacity=100);
		-moz-opacity:1.00;
		opacity:1.00;
	}


.prdbnd_items {
	margin: 0;
	padding: 0;
}

	.prdbnd_items ul {
		margin: 0;
		padding: 0 0 0 50px;
	}

		.prdbnd_items li {
			list-style-type: none;
		}


/* Produktpreis */
.prd_price{
	font-size:1.3em;
	font-weight:900;
	color:#666666;
}
/* UVP-Preis */
.prd_price_uvp{
	font-size:1.3em;
	text-decoration:line-through;
	color:red;
}



.basket_buttons {
	width: 100%;
}



.prd_manuf {
	font-weight: bold;
	margin: 0;
	padding: 0;
}



.prd_gallery {}

	.prd_gallery .thumbnail {
		margin: 0 10px 10px 0;
	}



.contact_form {}

	.contact_form th {
		text-align: left;
		padding: 2px 20px 2px 0;
		vertical-align: top;
	}

	.contact_form td {
		text-align: left;
		padding: 2px 0;
	}

	.contact_form .submit {
		text-align: right;
	}

		.contact_form .input_text {
			margin: 0;
			width: 300px;
		}

	.contact_form textarea {
		height: 185px;
		width: 300px;
	}


/******* Standard-Styles ******/
.input_text {
	margin: 2px;
	width: 150px;
}

.input_text_short {
	margin: 2px;
	width: 50px;
}

.input_radio {
	width:20px;
	padding:0px;
	margin: 0px;
}

.input_radio_content {
	padding-left:20px;
	margin-left:0px;
}



/********  OO-Conflict-Box  ********/
.oo_conflict_box{
	border: 1px solid #666666;
	background-color: #FEFFCD;
	margin-bottom:12px;
	padding:12px;
}
.oo_conflict_ul{
	padding:0px;
	margin:0px;
	margin-left:18px;
	margin-bottom:6px;
}
.oo_conflict_head{
	color:#AE0000;
	margin:0px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
}
.oo_conflict_msg{
	color:#000000;
	font-weight:bold;
	line-height:16px;
}
.oo_conflict_sol{
	color:#444444;
	font-weight:normal;
	line-height:16px;
}


div.conflict {
	border: 1px solid red;
	padding: 2px;
}

/********  Bestellübersicht  ********/
.order_overview_frame{
	width:100%;
	border:0px;
	margin-bottom:24px;
	clear:both;
}

th.order_overview{
	background-color:#D0D0D0;
	color:#333333;
	font-size:10px;
	text-align:left;
}

th.order_overview_number{
	background-color:#D0D0D0;
	color:#333333;
	text-align:left;
	text-align:right;
	padding-left:8px;
	font-size:10px;
}

.order_overview_txt{
	font-size:10px;
	vertical-align:top;
	text-align:left;
	padding-right:8px;
}

.order_overview_num{
	font-size:10px;
	vertical-align:top;
	text-align:right;
	padding-left:8px;
}
.order_overview_netto{
	border-top: 1px solid #333333;
}
.order_overview_brutto{
	line-height:20px;
	border-top: 1px solid #333333;
	border-bottom: 2px solid #333333;
        font-weight: bold;
}
.order_overview_failed{
	line-height:36px;
	font-size:12px;
	font-weight:900;
	color:#AE0000;
}




/********  Bestellungsdetails  ********/
table.order {
	width: 100%;
	text-align: left;
	clear: both;
	margin: 0 0 20px;
	font-size: 11px;
}

.order thead th {
	background-color: #D0D0D0;
	font-size:11px;
	text-align: left;

}

.order tbody th {
	text-align: left;
}

.order p {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

.order p.zip {
	margin: 1em 0 0;
	padding: 0;
	line-height: 1em;
}

#order, #sum {
	width: 50%;
	float: right;
}

#sum {
	border-color: #000;
	border-style: solid;
	border-width: 1px 0;
}

#sum tfoot th, #sum tfoot td {
	border-top: 1px solid #000;
}

.order .number {
	text-align: right;
}

input.quantity {
	width: 30px;
	text-align: right;
}

#bankeinzug th, #bankeinzug td,
#vorkasse th, #vorkasse td {
	width: 25%;
	padding: 0;
	margin: 0;
}

#versandart th, #versandart td,
#creditcard th, #creditcard td,
#barzahlung th, #barzahlung td,
#nachnahme th, #nachnahme td,
#payPalRemittance th, #payPalRemittance td,
#payPalEC th, #payPalEC td {
	width: 50%;
}

/********  Bestelloptionen ********/
table.orderoptions {
	width: 100%;
	border-color: #666;
	border-style: solid;
	border-width: 2px 2px 2px 1px;
}

table.orderoptions thead th {
	border-color: #666;
	border-style: solid;
	border-width: 0 0 1px 1px;
	padding: 4px;
}

table.orderoptions tbody th {
	vertical-align: middle;
	text-align: left;
	padding: 0;
	margin: 0;
	border-color: #666;
	border-style: solid;
	border-width: 1px 0 0 1px;
	padding: 2px;
}

table.orderoptions td {
	vertical-align: middle;
	text-align: center;
	padding: 0;
	margin: 0;
	border-color: #666;
	border-style: solid;
	border-width: 1px 0 0 1px;

	padding: 2px;
}

table.orderoptions td p {
	padding: 0;
	margin: 0;
	line-height: 1.4em;
}

table.orderoptions td p.minmax {
	font-size: 10px;
	color: #666;
}

/********  Produkt-Vorschau  ********/
.prd_preview_normal {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	width: 300px;
	text-align:center;
}

.prd_preview_small {
	font-size:11px;
	color:#000000;
	width:200px;
}

	.prd_preview_small h2 {
		margin-top: 20px;
	}

	.prd_preview_small h2 a {
		text-decoration: none;
	}

	.prd_preview_small img {
		margin-right: 10px;
	}

.prd_preview_tiny {
	font-size:11px;
	color:#000000;
	width:150px;
}



.site_notice {
	font-style:italic;
	font-size:10px;
}

.third_party_notice {
 	float:right;
 	padding:20px;
 	width:50%;
}


legend {
	font-weight: bold;
}



.prd_compare_table {}

	.prd_compare_table thead th {
		border-bottom: 1px solid #CCC;
		padding: 2px 5px;
		text-align: left;
	}

	.prd_compare_table tbody th {
		text-align: left;
	}

	.prd_compare_table tfoot th {
		border-top: 1px solid #CCC;
		padding: 2px 5px;
		text-align: left;
	}

	.prd_compare_table .even th, .prd_compare_table .even td {
		background-color: #F5F5F5;
	}



.prd_techdesc {

}

	.prd_techdesc {
		width: 100%;
	}

	.prd_techdesc th {
		text-align: left;
		border-bottom: 1px solid #A1A38D;
		width: 30%;
		padding: 2px;
	}
	.prd_techdesc td {
		text-align: left;
		border-bottom: 1px solid #A1A38D;
		width: 70%;
		padding: 2px;
	}

	.prd_techdesc .group_header th {
		padding: 10px 2px 2px;
		color: #333;
	}

	.prd_techdesc tfoot th, .prd_techdesc thead th {
		padding: 10px 2px 0;
		border: none;
		font-weight: normal;
	}



.currency_switch {
	margin: 10px 0 0 0;
}

	.currency_switch label {
		margin: 0 10px 0 0;
	}

	.currency_switch select {
		margin: 0 5px 0 0;
	}

	.currency_switch .input_submit {
		position: relative;
		top: 6px;
	}

	* html .currency_switch .input_submit {
		top: 4px;
	}

	*+html .currency_switch .input_submit {
		top: 4px;
	}



.user_register {}

	.user_register th {
		text-align: left;
		padding: 3px 10px 3px 0;
	}

	.user_register td {
		padding: 3px 20px 3px 0;
	}

	.user_register .input_text {
		margin: 0;
		width: 200px;
	}

	.user_register select {
		width: 204px;
	}

	* html .user_register select {
		width: 206px;
	}

	*+html .user_register select {
		width: 206px;
	}

	.user_register .submit {
		text-align: right;
	}



.user_login {}

	.user_login th {
		text-align: left;
		padding: 3px 10px 3px 0;
	}

	.user_login td {
		padding: 3px 20px 3px 0;
	}

	.user_login .input_text {
		margin: 0;
		width: 200px;
	}

	.user_login select {
		width: 204px;
	}

	* html .user_login select {
		width: 206px;
	}

	*+html .user_login select {
		width: 206px;
	}

	.user_login .submit {
		text-align: right;
	}


.order_history_list {}

	.order_history_list table {
		width: 100%;
	}

	.order_history_list th {
		text-align: left;
		padding: 3px 5px 3px 0;
		color: #333;
		border-bottom: 1px solid #A1A38D;
	}

	.order_history_list td {
		padding: 3px 5px 3px 0;
		vertical-align: top;
		border-bottom: 1px solid #CCC;
	}

	.order_history_list .total {
		text-align: right;
	}

	.order_history_list .download {
		text-align: center;
	}




.input_text_2 {
	width: 25px;
	text-align: right;
}

.input_text_4 {
	width: 50px;
	text-align: right;
}



.msgbox_warning {
	margin-bottom: 10px;
}



.prd_vars_menu th, .prd_vars_menu td {
	padding: 0 5px 0 0;
	text-align: left;
}



/******** Produktlisten ********/
ul.vertical {
	padding: 0;
	margin: 0;
}

	ul.vertical li {
		list-style-type: none;
	}

ul.horizontal {
	padding: 0;
	margin: 0;
}

	ul.horizontal li {
		list-style-type: none;
		float: left;
		float: left;
		color: #555;
	}

ul.searchresult {
	padding: 0;
	margin: 0;
}

	ul.searchresult li {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}



.prd_gallery {}

	.prd_gallery .thumbnail {
		padding: 2px;
		border: 1px solid #CCC;
	}



.sitemap {
	margin: 0 0 0 20px;
	padding: 0;
	width: 320px;
	border-bottom: 1px solid #CCC;
}

	.sitemap ul {
		margin: 0;
		padding: 0;
	}

	.sitemap a {
		margin: 0;
		padding: 2px 0;
		display: inline-block;
		text-decoration: none;

		width: 200px;
	}

	.sitemap a:hover {
		background-color: #F0F0F0;
	}

	.sitemap ul a {
		margin: 0;
		padding: 0 0 0 20px;
		width: 180px;
	}

	.sitemap li {
		list-style-type: none;
		border-top: 1px solid #CCC;
	}






/******** Produkt-Seite **********/
span.compare_button {
	cursor: pointer;
}


.js_link {
	cursor: pointer;
}


.prd_compare_bttn {
	cursor: pointer;
}



/******** Kontakt Formular ********/
.contact_subtitle{
	font-weight:bold;
	padding-top:6px;
	padding-bottom:4px;
}
.contact_fname{
	padding-right:18px;
	padding-bottom:3px;
}
.contact_fcell{
	padding-bottom:3px;
}
.contact_tcell{

}
.contact_bcell{
	text-align:right;
	padding-top:10px;
}
.contact_radio{

}
.contact_input{
	width:300px;
}
.contact_textarea{
	width:368px;
	height:80px;
}
.contact_err_title{
	font-weight:bold;
	color:#AE0000;
}
.contact_err_list{
	padding:0px;
	margin:0px;
	padding-left:16px;
}
.contact_success{
	font-weight:bold;
	color:green;
}



/******** Layout: 2-1 ********/
.layout_2-1 {}

.layout_2-1 .cell_1-1 {
	vertical-align: top;
	text-align:left;
}
.layout_2-1 .cell_1-2 {
	vertical-align: top;
	text-align:right;
}
.layout_2-1 .cell_2-1 {
	vertical-align: top;
	text-align:left;
}



/************* Item2Watchlist - Button *************/
.item2watch_add_success {
	color:#008000;
}
.item2watch_add_error {
font-size:22px;
	color:#FF0000;
}


/************************************************/


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Hides from IE-mac \*/
*+html .clearfix {height: 1%;}
/* End hide from IE-mac */



.order_progress {
	width: 100%;
	margin: 0 0 10px;
}

	.order_progress td {
		text-align: center;
		width: 20%;
		padding: 3px 0;
	}

	.order_progress .active {
		font-weight: bold;
	}




/***************************************
 ****  Warenkorb - Komplettansicht  ****
 ***************************************/
.basket_items{
	width: 100%;
	margin:8px 0 12px 0;
}
/* Produktbild */
.basket_items_img{
	border-left:1px solid #333333;
	padding:3px;
	text-align:center;
	width: 60px;
}
/* Produktcode */
.basket_items_code{
	padding:6px 3px 6px 0;
	width: 64px;
	color: #222; /* added on 2009/12/04 by Maximilian Speicher <GFIU> */
}
/* Produktname */
.basket_items_name{
	padding:6px 3px 6px 0;
	color: #222; /* added on 2009/12/04 by Maximilian Speicher <GFIU> */
}
/* Zusatzinfos (bzw. Set-Items) */
.basket_items_details{
	color:#999999;
	font-size:0.9em;
	color: #222; /* added on 2009/12/04 by Maximilian Speicher <GFIU> */
}
/* Bestellmenge - Zelle */
.basket_items_quantity{
	padding:4px 3px 4px 0;
	text-align:center;
	width: 56px;
	color: #222; /* added on 2009/12/04 by Maximilian Speicher <GFIU> */
}
/* Bestellmenge - Eingabefeld */
.basket_items_input{
	width: 20px;
	color: #222; /* added on 2009/12/04 by Maximilian Speicher <GFIU> */
}
/* Produktpreis */
.basket_items_price{
	text-align:right;
	padding:6px 3px 6px 0;
	width: 90px;
	color: #222; /* added on 2009/12/04 by Maximilian Speicher <GFIU> */
}
/* Loeschen-Link */
.basket_items_rm{
	padding:6px 3px 6px 3px;
	border-right:1px solid #333333;
	width: 62px;
	color: #222; /* added on 2009/12/04 by Maximilian Speicher <GFIU> */
}
/* Fusszeile Text */
.basket_items_footer_txt{
	font-weight:900;
	font-size:1.2em;
	text-align:right;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	padding:10px 24px 6px 0;
	color: #222; /* added on 2009/12/04 by Maximilian Speicher <GFIU> */
}
/* Fusszeile Summe */
.basket_items_footer_sum{
	font-weight:900;
	font-size:1.2em;
	text-align:right;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	padding:10px 3px 6px 6px;
	color: #222; /* added on 2009/12/04 by Maximilian Speicher <GFIU> */
}
/* Fusszeile rechte Ecke */
.basket_items_footer_rgt{
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	border-right:1px solid #333333;
	color: #222; /* added on 2009/12/04 by Maximilian Speicher <GFIU> */
}
/* Fusszeile linke Ecke */
.basket_items_footer_lft{
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	border-left:1px solid #333333;
	color: #222; /* added on 2009/12/04 by Maximilian Speicher <GFIU> */
}
/* Leerer Warenkorb-Meldung */
.basket_items_empty{
	margin:50px 0 50px 50px;
	font-weight:bold;
	color: #222; /* added on 2009/12/04 by Maximilian Speicher <GFIU> */
}
/* Spaltenueberschriften */
.basket_items_head{
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	background-color:#999999;
	color:#FFFFFF;
	padding:4px 0 4px 0;
	font-weight:900;
	text-align:left;
}



/*********************************************
 ****  Lieferland / Versandart - Auswahl  ****
 *********************************************/
.basket_shipping{
	margin:0 0 12px 0;
}
/* Eingabefelder-Name */
.basket_shipping_fname{
	font-weight:900;
	color: #222; /* added on 2009/12/04 by Maximilian Speicher <GFIU> */
}
/* Lieferlandauswahl */
.basket_shipping_cty{
	padding:0 75px 0 12px;
}
.basket_shipping_cty>select>option{
	color: #222; /* added on 2009/12/04 by Maximilian Speicher <GFIU> */
}
/* Versandart-Auswahl */
.basket_shipping_opt{
	vertical-align:top;
	padding:0 6px 0 0;
	color: #222; /* added on 2009/12/04 by Maximilian Speicher <GFIU> */
}
/* Versandart-Name */
.basket_shipping_name{
	color: #222; /* added on 2009/12/04 by Maximilian Speicher <GFIU> */
}
/* Versandart-Details */
.basket_shipping_details{
	color:#222; /* default: #999999; */
	font-size:0.9em;
	padding:0 0 6px 0;
}



/*******************************
 ****  Warenkorb - Buttons  ****
 *******************************/
.basket_buttons{
	width: 100%;
	margin:16px 0 16px 0;
}
/* Leeren-Button */
.basket_buttons_clear{
	width: 33%;
	text-align:left;
}
/* Aktualisieren-Button */
.basket_buttons_update{
	width: 33%;
	text-align:center;
}
/* Zur-Kasse-Button */
.basket_buttons_checkout{
	width: 33%;
	text-align:right;
}
/* Oder-Text zur Paypal-Express */
.basket_buttons_or{
	text-align:right;
	color:#999999;
	font-size:1.2em;
	font-weight:900;
	padding:8px 0 8px 0;
}
/* Paypay-Express-Button */
.basket_buttons_paypal{
	text-align:right;
}



/**************************************
 ****  Produkt - Preview - Normal  ****
 **************************************/
.prdpre_normal{
	margin-bottom:18px;
}
.prdpre_normal .prdpre_normal_img{
	margin-top:0;
}
.prdpre_normal .prdpre_normal_name a{
	font-size:1.3em;
	font-weight:700;
}



/*************************************
 ****  Produkt - Preview - Small  ****
 *************************************/
.prdpre_small{
	width: 214px;
}
.prdpre_small .prdpre_small_img{
	margin:0 0 6px 0;
	text-align:center;
}
.prdpre_small .prdpre_small_name {
	margin:0 0 8px 0;
	text-align:center;
}
.prdpre_small .prdpre_small_name a{
	font-size:1.1em;
	font-weight:700;
}
.prdpre_small .prdpre_small_price{
	margin:0 0 8px 0;
	text-align:center;
}



/****************************************
 ****  Produkt - Liste - gekachelte  ****
 ****************************************/
.prd_list_tiled {
	/* width:100%; modified on 2009/10/14 by Maximilian Speicher <GFIU> */
}
/* Zelle / Kachel */
.prd_list_tiled_cell{
	vertical-align:top;
}
/* Listen-Titel */
.prd_list_tiled_headline {
	font-size:1.3em;
	font-weight:900;
	margin: 12px 0 10px 0;
	color: #222; /* added on 2009/12/04 by Maximilian Speicher <GFIU> */
}




/******************************************
 ****  Produkt - Preview - Navigation  ****
 ******************************************/
.prdpre_navi{
	margin: 6px 0 6px 0;
	text-align: center; /* added on 2009/10/06 by Maximilian Speicher <GFIU> */
}
.prdpre_navi .prdpre_navi_name{
	margin:0 0 8px 0;
}
.prdpre_navi .prdpre_navi_name a{
	font-weight: normal; /* default: 700; */
	text-decoration: none; /* added on 2009/10/06 by Maximilian Speicher <GFIU> */
	color: #222; /* added on 2009/10/06 by Maximilian Speicher <GFIU> */
}
.prdpre_navi_img{
	/* float:left; */
	margin: 0 6px 0 0;
}



/**************************************
 ****  Produkt - Detail - Anischt  ****
 **************************************/
.prdview_details .prd_name h1 {
	color:#666666;
	background:none;
	padding:0;
	margin: 12px 0 14px 0;
	font-size:1.4em;
	font-weight:700;
}
.prdview_details .prd_desc{
	color:#666666;
	margin:12px 0 12px 0;
}
.prdview_details .price{
	text-align:right;
	margin:18px 0 18px 0;

}
.prdview_details .l_col_3{
	width:100%;
}
.prdview_details .l_col_3 .l_col_3_c1{
	text-align:left;
}
.prdview_details .l_col_3 .l_col_3_c2{
	text-align:center;
}
.prdview_details .l_col_3 .l_col_3_c3{
	text-align:right;
}



/***********************************
 ****  HSP - Geschenk - Option  ****
 ***********************************/
.hsp_gift{
	margin:10px 0 12px 0;
}
.hsp_gift_inline{
	color: #222; /* added on 2009/12/04 by Maximilian Speicher <GFIU> */
}
.hsp_gift_check{
 	margin: 0 10px 0 0;
}
.hsp_gift_title{
	font-size:1.1em;
	font-weight:700;
	color:#666666;
}
.hsp_gift_text{
	width:550px;
	height: 150px;
}

/************************************
 **** ADDITIONAL STUFF **************
 ************************************/

.headline_red{ /* added on 2009/10/14 by Maximilian Speicher <GFIU> */
	color: #a50033;
	padding: 4px 0 0 0;
	margin: 0 0 12px 0;
}

p.prdgrp_desc{ /* added on 2009/10/20 by Maximilian Speicher <GFIU> */
	color: #222;
}

p, input, select, select option{ /* added on 2009/12/10 by Maximilian Speicher <GFIU> */
	color: #222;
}

table.gfiu_browse_struktur a:link, a:visited{ /* added on 2009/12/08 by Maximilian Speicher <GFIU> */
	text-decoration: none;
}

table.gfiu_browse_struktur a:hover, a:active{ /* added on 2009/12/08 by Maximilian Speicher <GFIU> */
	text-decoration: underline;
}

table.gfiu_browse_struktur{ /* added on 2009/12/08 by Maximilian Speicher <GFIU> */
	width: 100%;
}

table.gfiu_browse_struktur tr td{ /* added on 2009/12/08 by Maximilian Speicher <GFIU> */
	width: 33%;
}





/***********  One - Klick - Checkout (add 6.5.2009, e-matters)  ***********/
.chkout_bttns{
	margin-bottom:24px;
}
.chkout_bttns .chkout_bttn_goback{
	text-align:left;
}
.chkout_bttns .chkout_bttn_dosave{
	text-align:right;
}

.chkout_inv_addr{
	margin-bottom:8px;
}

.c_form_1 .occ_headline{
	font-size:18px;
	border-bottom:1px solid #999999;
	padding: 0 0 4px 0;
	margin: 0 0 14px 0;
}
.occ_note{
	font-size:11px;
	color:#999999;
}


.chkout_oclick_login .user_login{
	width:100%;
}
.chkout_oclick_login .user_login .user_login_fname{
	vertical-align:top;
}
.chkout_oclick_login .user_login .user_login_fcell{
	vertical-align:top;
}
.chkout_oclick_login .user_login .user_login_fcell a{
	display:block;
}
.chkout_oclick_login .user_login .user_login_bttn{
	vertical-align:top;
	text-align:right;
}

.address_outer {
	/* width:100%; */
}
.address_outer th{
	text-align:left;
	width:140px;
}
.address_outer td{
	width:250px;
}
.chkout_login_fields table{
	/* width:100%; */
}
.chkout_login_fields table th{
	text-align:left;
	width:140px;
}
.chkout_login_fields table td{
	width:250px;
}

.chkout_login{

}
.chkout_login label{
	font-size:1.2em;
}
.chkout_login_fields{
	margin-bottom:12px;
}
.chkout_login_desc{
	font-size:0.9em;
}
.chkout_del_addr label{
	font-size:1.2em;
}

.payment_paymode_name label{
	font-weight:700;
	font-size:1.2em;
	float:left;
	line-height:20px;
}
.payment_xcost{
	padding-bottom:6px;
}
.payment_3p_box{
	margin:10px 0 18px 0;
}
.payment_3p_intro{
	margin:4px 0 8px 0;
}


.FObjMsgs{
	width:98%;
	margin:0 0 16px 0;
	padding:8px 8px 0 8px;
	border:1px solid #af0102;
}
.chkout_oclick_login .FObjMsgs{
	padding:0px;
	border:0px;
}
.FObjMsgOK{
	font-size:1.1em;
	font-weight:bold;
	color: #088A08;
	maring: 0 0 6px 0;
}
.FObjMsgWarn{
	font-size:1.1em;
	font-weight:bold;
	color: #FF8000;
	maring: 0 0 6px 0;
}
.FObjMsgErr{
	font-size:1.1em;
	font-weight:bold;
	color: #AE0000;
	maring: 0 0 6px 0;
}
.FObjMsgDbg{
	font-size:1.1em;
	font-weight:bold;
	color: #610B5E;
	maring: 0 0 6px 0;
}
.FObjMsgInfo{
	font-size:1.1em;
	font-weight:bold;
	color: #08088A;
	maring: 0 0 6px 0;
}
.FObjMsg_subMsgs{
	margin:2px 10px 10px 16px;
}
.FObjMsg_subMsgs li{
	font-size:1.0em;
	font-weight:normal;
}













