/* main_style_b */



#all_wrap
{
width:760px;
height:100%;
background-color:#FFFFFF;
margin:0 0 0 0;
padding:  0 0 0 0;

}

#header
{
/*padding-top: 10px;*/
margin-bottom: 3px;
height:26px;
line-height: 26px;
}


#header_pic
{
padding:0 0 0 0;
float:left;
width:100px;
padding-left: 10px;
}

#header_links
{
/*padding-top: 10px;*/
/*width:609px;*/
float: right;
}

#header_links img {
	vertical-align:-1px;
	margin-right:2px;
	margin-left: 5px;
}

#menu
{
	display: block;
	width:760px;
	height:19px;
	border-bottom:2px solid #FFFFFF;
	background-color:#7c7c7c;
	float:left;
	clear: both;
}

#menu a {
	font-size: 10px;
}

#menu_sub
{
	width:760px;
	height:27px;
	border-bottom:3px solid #FFFFFF;
	background-color:#e8e8e8;
	float:left;
	clear: both;
}

#menu_sub a {
	font-size: 10px;
}

#menu_sub_sub {
	width:154px;
	height:110;
	float:left;
	background-color:#e8e8e8;
	padding:0 0 0 0;
	margin:0 0 0 0;
	padding-top:5px;
	padding-bottom:5px;
}

#menu_sub_sub a {
	font-size: 10px;
}

#menu_sub_sub_empty
{
width:154px;
height:110;
float:left;
padding:0 0 0 0;
margin:0 0 0 0;
padding-top:5px;
padding-bottom:5px;
}



#content_faq
{
min-height:450px;
width:570px;
background-color:#FFFFFF;
float:left;
margin-left:11px;
margin-right:13px;
margin-top:19px;
}



#search
{
width: 165px;
height: 94px;
margin-top:18px;
float:left;
border: 1px solid #999999;
background-color: #e8e8e8;
}

.search_head {
	background-color: #999999;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	vertical-align: 0px;
	height: 15px;
	line-height: 15px;
	padding-left: 4px;
	border: 1px solid white;
}

.search_body {
	padding-left: 11px;
	padding-top: 11px;
	border: 1px solid white;
	height: 72px;
}

.search_body a {
	font-weight: bold;
	color: #666666;
	font-size: 12px;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

.search_body a:hover {
	text-decoration: underline;
}

.search_body form {
	height: 40px;
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
}

#border_bottom_faq
{
width:760px;
height:1px;
border-bottom:4px solid #c90834;
text-align:center;
float:left;
margin:0 0 0 0;
padding:0 0 0 0;
margin-top:20px;
}

#footer_faq
{
width:760px;
height:28px;
background-color:#e2e2e0;
text-align:left;
float:left;
border-top: 4px solid #ffffff;
margin-bottom:4px;
}



#copy_faq
{
text-align:center;
background-color:#FFFFFF;
width:760px;
height:20px;
float:left;
}

.teaser{
	width: 410px;
	padding-bottom: 0px;
	clear: both;
}

.teaser_head {
	border-bottom:3px solid #d6d6d6;
	clear: both;
}

#content_faq .teaser_head h3{
	padding-top:15px;
}
.teaser_thumb {
	width: 73px;
	float: left;
	margin-top: 2px;
}
.teaser_thumb img{
	margin-right: 5px;
}
.teaser_text {
	float: left;
	width: 337px;
	margin-top: 2px;
}


.dropmenudiv {
	position: absolute;
	left: 1px;
	top: 3px;
	background-color:#999999 ;
/*	padding:0 0 0 0px;
	margin: 0 0 0 0px;*/
	visibility: hidden;
	padding-top: 5px;
	padding-bottom: 10px;
	z-index: 100;
}

.dropmenudiv ul {
	padding: 0;
}

.dropmenudiv li {
	width: 168px;
	background-color: #999999;
	border-style: none;
	color: #FFFFFF;
	list-style-type: none;
	list-style-position: outside;
	/*font-size: 9px;*/
	line-height: 19px;
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
	display: block;

}

.dropmenudiv a {
	color: #FFFFFF;
	width: 153px;
	text-decoration: none;
/*	line-height: 19px;*/
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	padding-left: 15px;
	/*padding-top: 3px;*/
	/*padding-bottom: 3px;*/
}

.dropmenudiv li a:hover {
	background-color: #c0c0c0;
	width: 153px;
	color: #FFFFFF;
}

/* F�R TABLE SORTER JS */
/* tables */
table.selected-table-1 {
	font-family:arial;
	background-color: #e8e8e8;
	margin:10px 0pt 15px;
	font-size: 8pt;
	/*width: 100%;*/
	text-align: left;
}
table.selected-table-1 thead tr th, table.selected-table-1 tfoot tr th {
	background-color: #e8e8e8;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.selected-table-1 thead tr .header {
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.selected-table-1 tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}


table.selected-table-1 tbody tr.odd td {
	background-color:#F0F0F6;
}
table.selected-table-1 thead tr .headerSortUp {
   
	background-image: url(../img/asc.gif);
}
table.selected-table-1 thead tr .headerSortDown {
	background-image: url(../img/desc.gif);
}
table.selected-table-1 thead tr .headerSortDown, table.selected-table-1 thead tr .headerSortUp {
background-color: #c0c0c0;
}

/* INPUT FIELDS */

#txtval, #wunschort, #wunschtermin {
width:295px;
}
#txtval2 {
width:236px;
}
#txtval3 {
width:50px;
}

#nachricht {
width:295px;
}

.formu input{
margin-left:10px;

}

.formu #mailformemail{
margin-bottom:20px;
}

#mailformigrundfos, #mailformihoneywell, #mailformiviessmann, #mailformidenev{
margin-bottom:5px;
}

/* ORDER FORM 2 */
.nutzerdaten input{
width:230px;
height:17px;
padding:0px;
margin:0px;
margin-top: 5px;
	color:#333333;
}

.nutzerdaten #branche {
margin-top: 5px;
width:230px;

}

.nutzerdaten select{
height:17px;
color:#333333;
}

.nutzerdaten #plz{
width:40px;
margin-right:0px;
padding-right:0px;
}
.nutzerdaten #ort{
width:185px;
margin-left:0px;
padding-left:0px;
}

.nutzerdaten textarea{
height:70px;
width:230px;
margin-top: 5px;
color:#333333;
}

#check1, #check2, #check3, #check4{
width:15px;
height:15px;
border-right:none;
border-bottom: none;
margin:0;
padding:0;
}

.anmeldung_spalte{
width:80px;
}

#subcategory_26 .addToCart{display:none;}
#subcategory_49 .addToCart{display:none;}
#subcategory_48 .addToCart{display:none;}
#subcategory_30 .addToCart{display:none;}
#subcategory_50 .addToCart{display:none;}
#subcategory_39 .addToCart{display:none;}
#subcategory_40 .addToCart{display:none;}
/*#subcategory_38 .addToCart{display:none;}*/

#subcategory_25 .addToCart{display:none;}
#list_item_59 .download{display:none;}
#list_item_59 .issuu-link-hijacked{display:none;}
#list_item_147 .download{display:none;}
#list_item_147 .issuu-link-hijacked{display:none;}
#list_item_147 .view{ display:none;}
#list_item_148 .download{display:none;}
#list_item_148 .issuu-link-hijacked{display:none;}
#list_item_148 .view{ display:none;}



