body {
	background-color:#ffffff;
}
#root {
	width:auto;
	margin:0 auto;
	text-align:left;
	padding:0;
}

/* HEADER */
#header {
	font-size:9px;
	margin:auto;
	height:auto;
	padding:0;
	width:521px;
}
/** html #header { width:auto;}*/
#header a {
	color:#000000;
	text-decoration:none;
}
	
#logo {
	text-align:right;
	padding:5px 0 0 0;
}
#menu_language { display:none;}
#main_menu { display:none;}

#root_line {
	color:#a5002a;
	margin:10px 0;
}

#header #root_line a {
	color:#cccccc;
	text-decoration:none;
}
#header #root_line a:hover {
	color:#a5002a;
}
#quick_menu { display:none;}

/* //HEADER */


/* LEFT_COLUMN */

#left_column { display:none;}

/* //LEFT_COLUMN */


/* MAIN_COLUMN */
#main_column {
	margin:auto;
	font-size:11px;
	width:521px;
}
* html #main_column { margin:auto;}
.big_pic { display:none;}

#main_content {
	margin:auto;
	padding:0;
	width:auto;
}

.wrapper {
	float:none;
	position:relative;
	width:auto;
}

/* //MAIN_COLUMN */



/* RIGHT_COLUMN */
#right_column { display:none; }


/* //RIGHT_COLUMN */

/* FOOTER */
#footer {
	margin-top:20px; /*margin: auto; */
	margin-left: 15%;
	border-top:1px solid #000000;
	font-size:9px;
	padding:2px 0 15px 0;
	text-align:right;
	float:none;
	width:521px; 

}
.underline { text-decoration:underline;}
#footer a {
	color:#000000;
	text-decoration:none;
}
#footer a:hover {
	color:#a5002a;
}
#bottom_menu { display:none;}
/* //FOOTER */

/* COMMON */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	margin:20px 0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	margin:20px 0;
} 
h3 {
	font-size:11px;
	margin:10px 0 20px 0;
}
h4 {
	font-size:11px;
	margin:10px 0 3px 0;
}
h5 {
	font-size:11px;
	margin:10px 0 3px 0;
}
a {
	color:#a5002a;
	text-decoration:none;
}
.black a {
	color:#000000;
	text-decoration:underline;
}
.black2 a {
	color:#000000;
	text-decoration:none;
}
.black3 a {
	color:#000000;
	text-decoration:underline;
}
.black2 a:hover, .black3 a:hover { color:#a5002a;}
.link_right { text-align:right; font-size:10px;}
p {
	line-height:140%;
	margin:0 24px 15px 0;
}
#main_content ul { margin:0 10px 27px 16px;}
#main_content ul li { margin:0 0 3px 0;}
.img {margin:0 0 30px 0;}
.small { font-size:10px;}
/* // COMMOMN */

/* NEWS */

.date {
	margin:0;
	color:#cccccc;
}
.anons {
	margin:0;
	font-weight:bold;
}

/* //NEWS */

/* BLOCKS */

/* text with img */
.text_with_img {
	margin:0 0 0 0;
	overflow:hidden;
}
.text_with_img .img {
	float:left;
	margin:0 14px 0 0;
}
.text_with_img .img img {
	margin:0 0 4px 0;
}

* html .text_with_img .text {display:inline-block; padding-left:2px;}
.big .img {
	width:152px;
}

.big .text {
	margin: 0 10px 0 166px;
}
.middle .text {
	margin: 0 10px 0 116px;
}

.middle .img {
	width:100px;
}
/** html .middle { height:144px;}*/


.download .img {
	width:48px;
}
* html .download { height:72px;}
.download .text {
	margin: 0 10px 0 65px;
}
.download a {
	color:#000000;
	text-decoration:underline;
}

.download p {
	margin:0 0 4px 0;
}

.indent_bttm { margin:0 0 40px 0}

/* //text with img */

/* cols */
.cols {
	width:204px;
	float:left;
	padding:0 52px 10px 0;
}
* html .cols { padding:0 54px 10px 0;}
.cols h3 { margin:0 0 5px 0;}
.cols img { margin:0 0 4px 0;}
.cols p { margin:0 0 3px 0;}
.cols .link_right a { color:#000000;}
.cols .link_right a:hover { color:#a5002a;}
/* //cols */

/* forms */
form.grey {
	background-color:#f2f3f2;
	margin:0 24px 0 0;
}
form.grey fieldset.bg_grey {
	padding:20px 26px 0 26px;
	border:0;
}
* html form.grey fieldset.bg_grey {
	padding:20px 0px 0 26px;
}
form.grey .bg_white {
	background-color:#ffffff;
	padding:4px 0 0 152px;
	border:0;
}
#main_content form.grey p.note { margin:0 0 35px 0}
form.grey input.bttn {
	background-color:#f2f3f2;
	border:1px solid #dfe3e0;
	height:16px;
	width:98px;
	font-size:9px;
}
form.grey label.small {
	display:block;
	float:left;
	width:126px;
	margin:0 0 9px 0;
}
form.grey label.big {
	display:block;
	float:left;
	width:295px;
	margin:0 0 9px 0;
}
* html form.grey .input_check { padding:0 20px 0 0; display:block;}
form.grey input {
	margin:0 0 9px 0;
}
form.grey input.big {
	width:310px;
	border:1px solid #dfe3e0;
}
form.grey input.middle {
	width:256px;
	border:1px solid #dfe3e0;
}
form.grey input.small {
	width:48px;
	border:1px solid #dfe3e0;
}

form.grey select {
	width:312px;
	margin:0 0 9px 0;
}
form.grey h3 {
	text-transform:uppercase;
	font-size:11px;
	margin:0 0 9px 0;
}
form.grey textarea {
	border:1px solid #dfe3e0;
	width:438px;
	height:88px;
	overflow:auto;
	margin:0 0 9px 0;
}
.refuse {
	margin:40px 24px 40px 26px;
}
.refuse p {
	margin:0;
}
/* //forms */

/* articles */
.article {
	margin:0 67px 30px 0;
}
.article p {
	margin:0 0 2px 0;
}
.article_detail {
	margin: 0 24px 0 0;
}
/* //articles */

/* content_menu */

.content_menu { display:none;}

/* //content_menu */

/* tables */

.specification {
	width:100%;
	margin:0 24px 22px -4px;
}
* html .specification { width:97%;}
.specification td, .specification th {
	font-size:10px;
	padding:2px 4px;
}
.specification thead {
	text-align:center;
	vertical-align:top;
}
.specification thead th, .specification thead td {
	border-left:4px solid #ffffff;
	background-color:#dfe3e0;
}
.specification .nobrdr {
	border:0;
}
 .specification td.thin_brdr {
 	border-left-width:2px;
	padding:2px 3px;
	text-align:center;
}
 .specification td.thin_brdr img { padding:2px 0 0 0; }
 .specification td.no_padding { padding:0}
 .specification tbody td {
 	background-color:#f2f3f2;
	border-top:4px solid #ffffff;
	border-left:4px solid #ffffff;
	padding:4px 8px;
}
 .specification tbody.valing td { vertical-align:top;}
 
 
.notices {
	font-size:10px;
	margin:-20px 0 0 0;
}
.name { float:left;}
.explain {
	margin:0 0 0 240px;
	padding:15px 0 0 0;
	
}
* html .explain { margin:0 0 0 120px; float:left;}
.explain p.bg_red { 
	background:url(images/point_red.gif) 0 5px no-repeat;
	padding:0 0 0 15px;
}
.explain p.bg_black { 
	background:url(images/point_black.gif) 0 5px no-repeat;
	padding:0 0 0 15px;
}


.structure {
	margin:0 24px 22px -4px;
}

.structure td, .structure th {
	font-size:11px;
	padding:2px 4px;
}
.structure thead {
	text-align:center;
	vertical-align:top;
	background-color:#dfe3e0;
}
.structure thead td, .structure thead th {border-left:4px solid #ffffff;}
.structure thead td { text-align:right;}
.structure tbody td {
 	background-color:#f2f3f2;
	border-top:4px solid #ffffff;
	border-left:4px solid #ffffff;
	padding:4px;
}
.structure .nobrdr {
	border:0;
}
.structure .cell_1 { width:118px;}
.structure .cell_2 { width:100px; padding:0}
.structure .cell_3 { width:92px;}
.structure .cell_4 { width:66px; text-align:center;}
.structure .cell_5 { width:66px; text-align:center;}

.design { margin:0 0 40px 0}
.design td {
	border-right:4px solid #ffffff;
	border-bottom: 4px solid #ffffff;
}
/* //tables */

/* goods */
.item_goods { margin:0 0 40px 0;}
.item_goods h4 { margin:0 0 3px 0;}
.item_goods h5 { margin:0 0 3px 0; clear:left;}
.item_goods .img_block {
	float:left;
	margin:0 16px 30px 0;
}
* html .item_goods .img_block { margin:0 16px 21px 0;}
.item_goods .model { margin:0 0 5px 0;}
.item_goods .panel a {
	display:block;
	float:left;
	margin:0 6px 0 0;
}
.item_goods .text { margin:0 0 0 220px;}

/* //goods */

/* dekor blocks */
.model_set { overflow:hidden;} 
.img_model { float:left;}
.img_model span { display:block; margin:0 0 5px 0;}
.first { margin:0 56px 0 0;}

.range_item {
	border:1px solid #dfe3e0;
	width:464px;
	margin:0 0 4px 0;
}
.range_item .title {
	background-color:#dfe3e0;
	padding:2px;
}
.range_item a { color:#000000;}
.range_item a:hover { color:#a5002a;}
.range_item .title a { text-decoration:underline;}
.range_item .title a:hover { cursor: pointer;}

.range_item .link {
	float:right;
	padding:2px 1px 2px 2px;
}
.range_item .text { display:none; padding:4px 4px 6px 4px}

form.decor select {
	font-size:10px;
	width:128px;
	height:16px;
	margin:0 0 20px 24px;
}
form.delivery {position:relative;margin:0 0 20px 24px;}
form.delivery select {
	font-size:10px;
	width:128px;
	height:16px;
	z-index:0;
	
}

form.dekorsuche {
	margin:0 0 20px 24px;
	background:url(images/bg_text.gif) 0 0 no-repeat;
	padding:0 0 0 1px;
	position:relative;
}
form.dekorsuche input.text {
	width:110px;
	height:12px;
	font-size:10px;
	display:inline;
	border:0;
	padding:0 0 0 2px;
	border-bottom:1px solid #dfe3e0;
}
form.dekorsuche input.bttn {
	width:15px;
	height:16px;
	background:url(images/bg_bttn.gif) 0 0 no-repeat;
	border:0;
	display:inline;
	cursor:pointer;
}
span.hint {
	position:absolute;
	display:none;
	border:1px solid #404040;
	background-color:#ffffe1;
	padding:4px;
	font-size:10px;
	z-index:20;
}
span.first {
	top:-10px;
	left:58px;
	width:110px;
}
.second {
	top:20px;
	left:56px;
	width:110px;
}
/* //dekor blocks */

/* //BLOCKS */
