body {
  font-family: Verdana, Arial, sans-serife;
  font-size: 11px;
  line-height: 16px;
  color: #666;
  width: 100%;
  margin: 0 0 50px 0;
  padding: 0;
  position: relative;
}

.body {
  margin: 0 auto;
  text-align: center;
  text-align: left;
  width: 740px;
}

.body_home {
  margin: 0 auto;
  text-align: center;
  text-align: left;
  width: 960px;
}

.hidden {
  visibility: hidden;
  border: none;
}

.invisible {
	width: 0px;
	height: 0px;
	left: -1000px;
	top: -1000px;
	position: absolute;
	overflow: hidden;
	display: inline;	
}

.clear {
  clear: both;
  height: 0;
  display: block;
}

/* * html div {
  overflow: hidden;
} */

img {
  vertical-align: top;
  border: none;
}

p {
  margin: 8px 0;
}

a.arrow_link,
a#to_top,
p.link a,
.infobox a {
  background: transparent url(../images/arrow_right.gif) no-repeat 0 4px;
  text-decoration: none;
  padding-left: 13px;
  color: #666;
}

a.link {
  color: #666;
  text-decoration: none;
}

a.link:hover {
  color: #c00;
  text-decoration: none;
}

a {
  color: #c00;
  text-decoration: none;
}

a:hover, .title_col a:hover {
  color: #c00;
  text-decoration: underline;
}

a.arrow_link:hover,
a#to_top:hover,
p.link a:hover,
.infobox a:hover,
a.arrow_link:focus,
a#to_top:focus,
p.link a:focus,
.infobox a:focus,
a.arrow_link:active,
a#to_top:active,
p.link a:active,
.infobox a:active {
  color: #c00;
  text-decoration: none;
}

.infobox a {
  display: block;
  background-position: 0 6px;
  padding-left: 13px;
}


ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

ol li {
  padding-left: 0px;
  padding-bottom: 6px;
}

ul li {
  background: url(../images/list_plus.gif) no-repeat 0 5px;
  padding-left: 12px;
  padding-bottom: 6px;
}

#head ul li,
#foot ul li,
#left ul li,
.pulldown_nav li {
  padding: 0;
  background: none;
}

h1 {
	color: #c00;
	font-size: 22px;
	font-weight: normal;
	margin: 6px 0;
	line-height: 23px;
	margin-bottom: 15px;
	margin-top: 20px;
}

h2 {
	color: #c00;
	font-size: 16px;
	font-weight: normal;
	margin: 6px 0;
	line-height: 20px;
	margin-bottom: 15px;	
}

h3 {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  margin: 6px 0;
  line-height: 20px;
}

h4 {
  color: #c00;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 6px 0;
  line-height: 20px;
}

h5 {
  color: #c00;
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  margin: 0 0 6px 0;
}

.bigger_font {
  font-size: 12px;
  color: #888;
  line-height: 18px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

ol li {
  padding-left: 0px;
  padding-bottom: 6px;
}

ul li {
  background: url(../images/list_strich.gif) no-repeat 0 5px;
  padding-left: 12px;
  padding-bottom: 6px;
}


.listing {
	margin-left: 30px;
}

.listing ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.listing ul li {
  background: url(../images/list_plus.gif) no-repeat 0 5px;
  padding-left: 12px;
  padding-bottom: 6px;
}



/*---------------------------Elemente -------------------------------------------*/

/* graue Trennbalken */

.ce_ce_jw_media {
	padding: 10px 0 30px 20px;
}

.border_top {
  border-top: 6px solid #ebebeb;
  padding: 13px 0 15px 10px;
  clear: both;
  position: relative;
}

.border_bottom {
  border-bottom: 6px solid #ebebeb;
  padding: 1px 0 4px 10px;
  position: relative;
}

* html .border_bottom {
	height: 1%;
}

  
/*Box*/

.box {
	border: 1px solid #ccc;
	padding: 12px 20px 12px 20px;
}
 
  
/*Box mit rotem Balken für right*/

.box_right {
	margin-left: 10px;
	margin-bottom: 15px;
}

.icon_film {
	background: url(../images/icon_film.gif) no-repeat;
	padding: 35px 0 10px 24px;
	font-size: 10px;
}

.icon_download {
	background: url(../images/icon_download.gif) no-repeat;
	padding: 35px 0 10px 24px;
	font-size: 10px;
}

.icon_link {
	background: url(../images/icon_quicklinks.gif) no-repeat;
	padding: 35px 0 10px 24px;
	font-size: 10px;
}

.icon_hinweis {
	background: url(../images/icon_hinweis.gif) no-repeat;
	padding: 35px 0 10px 24px;
	font-size: 10px;
}

.icon_download p,
.icon_link p {
	margin: 0px 0 8px 0;	
}

/*Box für Links in main*/

.link_box {
	border: 1px solid #ccc;
	display: block;
	background: url(../images/icon_link.gif) no-repeat;
	padding: 2px 0 3px 30px;
	color: #666;
}

.link_box:hover {
	color: #c00;
	background: url(../images/icon_link.gif) #ebebeb no-repeat;
	text-decoration: none;
}

/* Images */

.image_left_top {
	float: left;
	display: block;
	margin-right: 20px;
  }
  
.image_right_top {
	float: right;
	display: block;
	margin-left: 20px;
  }
  
.image_left_bottom {
	float: left;
	display: block;
	margin-right: 20px;
	padding-bottom: 20px;
  }
  
.image_right_bottom {
	float: right;
	display: block;
	margin-left: 20px;
  }
  
/* Spacer */  

.spacer {
	display: block;
	clear: both;
} 

.spacer_top {
	display: block;
	clear: both;
	padding-top: 16px;
} 

.spacer_bottom {
	display: block;
	clear: both;
	padding-bottom: 16px;
}

/*Akkordeon*/

#produktbereiche {
	margin-bottom: 15px;	
}

.toggler {
	font-weight:bold;
	color: #666;
	height: 21px;
	background:transparent url(../images/icon_plus.gif) no-repeat 720px 6px;
	background-color: #ebebeb;
	padding-left:23px;
	padding-top: 4px;
	cursor:pointer;
	cursor:hand;
	margin-top: 1px;
}

.toggler.active2,
.toggler.active:hover {
	font-weight:bold;
	color:#FFF;
	height: 21px;
	background:transparent url(../images/icon_minus.gif) no-repeat 720px 6px;
	background-color: #c00;
	padding-left:23px;
	padding-top: 4px;
	cursor:pointer;
	cursor:hand;
	margin-top: 1px;	
}

.toggler:hover {
	font-weight:bold;
	color:#FFF;
	height: 21px;
	background:transparent url(../images/icon_plus_weiss.gif) no-repeat 720px 6px;
	background-color: #c00;
	padding-left:23px;
	padding-top: 4px;
	cursor:pointer;
	cursor:hand;
	margin-top: 1px;	
}

div.accordion {
	background-color: #FFF;
	background-repeat: repeat-x;
	border-left:1px #CCC solid;
	border-right:1px #CCC solid;
	border-bottom:1px #CCC solid;
	background: url(../images/table_line.gif) repeat-x bottom;
}

.accordion_container {
	padding: 20px 0 20px 8px;
}

.category {
	padding: 0;
	margin: 0;
	/*padding-bottom: 20px;*/
	float: left;
	padding-left: 15px;
	width: 162px;
}

* html .category_text {
	padding-bottom: 2.20px;
}

.category_text {
	padding-top: 8px;
	padding-bottom: 20px;
}

.category_image {
	clear: both;	
}

/* --------------Layout------------------ */

#container {
  clear: both;
}

#header_image {
 display: none;	
}

#content {
  float: left;
}

/* HEADER */
    
#mainnav {
	background: #ffffff url(../images/home_fond_print.gif) no-repeat 0 0;
	position: relative;
	height: 140px;
}

#header_logo {
	position: absolute;
	left: 20px;
	top: 72px;
}
	
#logo img {
	border: none;
}

/* Sprachauswahl + Sitemap */

.mod_zslm_displaymenu {
	display: none;
}

.sitemap {	
	display: none;
}

/* linke Spalte */

#left {
	display: none;
}

/* Inhalt home */    

#main_home {
	width: 740px;
	margin: 0 0 0 0;
	padding: 10px 0 0 20px;
	border-top: 12px solid #ebebeb;
	float: left;
	clear: left;
}

#main_home_col1 {
	width: 180px;
	float: left;
	margin-right: 20px;
}

#main_home_col2 {
	width: 540px;
	float: right;
}

/* Inhalt Produktseiten */
  
#main {
	width: 520px;
	float: left;
	margin: 0 0 0px 0;
	padding: 5px 0 20px 20px;
	border-top: 12px solid #ebebeb;
}

#main_large {
	width: 740px;
	float: left;
	margin: 0 0 0px 0;
	padding: 10px 0 0px 0px;
	border-top: 12px solid #ebebeb;
}

#two_cols {
	width: 540;	
}

#left_col {
	float: left;
	margin: 0 20px 0 0;
	width: 250px;
}

#right_col {
	float: right;
	margin: 0 0 0 0;
	width: 250px;
}

/* rechte Spalte */

#right {
	float: right;
	width: 180px;
	margin: 0px 0 0 0;
	padding: 25px 0 0 0;
	border-top: 12px solid #ebebeb;
}


/* FOOTER */  
 
#footer_small {
	display: none;
}
      
#footer_large {
	display: none;
}


/*--------------------------- Produktübersicht -------------------------------------*/ 

#main_large .gt_h1 {
	margin-left: 20px;
}

.filter_group {
	/*border: 1px solid #ccc;*/
	margin-left: 20px;
	background: url(../images/icon_schnellauswahl.gif) #ebebeb no-repeat ;
	padding: 10px 0 10px 60px;
}

.filter_group h3 {
	margin: 0;
	color: #666;
	font-size: 12px;
	margin-right: 20px;
	float: left;
}

.filter_group .widget h3 {
	display: none;	
}

.filter_group select {
	padding: 2px 0 2px 0;
}

.search_group .explanation {
	margin-right: 20px;
	margin-top: 10px;
	float: right;
	width: 300px;
}

.clearall {
	margin: 10px 0 0 20px;
}

.clearall a {
	background: transparent url(../images/arrow_right.gif) no-repeat 0 4px;
	text-decoration: none;
	padding-left: 13px;
	color: #666;
}

.clearall a:hover {
	color: #c00;
  text-decoration: underline;	
}

.info {
	margin-left: 20px;	
}

/* Tabelle */

#main_large .mod_cataloglist {
	display: block;	
}

.mod_cataloglist table {
	width: 720px;
	margin: 20px 0 15px 20px;
	display: block;
}

thead,
tbody {
	display: block;
}

.header {
	padding-bottom: 5px;
}

tr.first {	
	border-top: 1px solid #999;
}


th {
	padding: 5px 20px 5px 0px;
	text-align: left;
}

tbody.body {
	width: auto;
	display: block;
}

.mod_cataloglist tbody tr,
.mod_catalogreference tbody tr {
	border-bottom: 1px solid #999;
	display: block;
}

.mod_cataloglist tbody tr:hover,
.mod_cataloglist tr.odd:hover,
.mod_catalogreference tbody tr:hover,
.mod_catalogreference tr.odd:hover {
	background-color: #CCC;	
	color: #FFF;
}

td {
	padding: 10px 20px 10px 0px;
}


td.bild, th.bild {
	width: 100px;
}

td.typ, th.typ {
	width: 150px;
}

td.beschreibung, th.beschreibung {
	width: 260px;
}

td.t_abmessung, th.t_abmessung {
	width: 140px;		
}

td.t_stuzen_oben, th.t_stuzen_oben,
td.t_stuzen_unten, th.t_stuzen_unten {
	width: 140px;		
}

td.t_folienlaenge, th.t_folienlaenge,
td.t_gesamtlaenge, th.t_gesamtlaenge,
td.t_gewicht, th.t_gewicht {
	width: 120px;		
}

td.t_licht, th.t_licht,
td.t_geprueft, th.t_geprueft {
	width: 180px;		
}

td.t_gesamthoehe, th.t_gesamthoehe,
td.t_geflechthoehe, th.t_geflechthoehe,
td.t_bundlaenge, th.t_bundlaenge {
	width: 120px;		
}

td.t_tragpfostenabstand, th.t_tragpfostenabstand {
	width: 140px;	
}

td.t_laenge, th.t_laenge {
	width: 270px;		
}

td.t_material, th.t_material {
	width: 140px;		
}




/*--------------------------- Produktdetail -------------------------------------*/ 

/*Header*/

.layout_full .detailbild .label {
	display: none;	
}

.layout_full .beschreibung .value {
	color: #888787;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0 20px 0;
	line-height: 20px;
}

.layout_full .beschreibung p {
	margin: 0px;	
}

.layout_full .bild {
	float: left;
	margin: 0 20px 0px 0;
}

.layout_full .detailbild img {
	margin-bottom: 20px;	
}


/*Tabelle*/

.mod_catalogreader .gt_h2,
.mod_catalogreference .gt_h2 {
	margin-bottom: 10px;
}

.layout_simple .link {
	display: none;
}

.layout_simple .field {
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #CCC;
}

.layout_simple .typ {
	background: #c00;
	color: #fff;
	border-bottom: none;
}

.layout_simple .label {
	float: left;
	padding-left: 5px;
	padding-right: 20px;
}

.layout_simple .value {
	text-align: right;
	padding-right: 5px;
	padding-left: 250px;
}

.layout_full .bildlegende {
	padding-top: 10px;	
}

.layout_full .bildlegende p {
	margin: 0;	
}

/*Tabellen im Richtexteditor*/

.table_rte_border {
	display: block;
	border-bottom: 1px solid #ccc;
}

/*Tabelle 2-spaltig*/

table.table_rte_2s tr {
	width: 520px;
	display: block;
}

table.table_rte_2s td {
	width: 120px;
	padding: 5px 0px 5px 5px;
}


/*Tabelle 5-spaltig*/

table.table_rte_5s tr {
	width: 520px;
	display: block;
}

table.table_rte_5s td {
	width: 103px;
	padding: 5px 0px 5px 5px;
}

/*Tabelle 4-spaltig*/

table.table_rte_4s tr {
	width: 520px;
	display: block;
}

table.table_rte_4s td {
	width: 140px;
	padding: 5px 10px 5px 5px;
}

/*Tabelle 6-spaltig*/

table.table_rte_6s tr {
	width: 520px;
	display: block;
}

table.table_rte_6s td {
	width: 85px;
	padding: 5px 3px 5px 5px;
}



/*Optionen,Sockel*/

.mod_catalogreference table  {
	width: 100%;
	display: block;	
}

.mod_catalogreference .info {
	margin: 0;	
}


/*rechts*/

#right .field {
  border-bottom: 6px solid #ebebeb;
  padding: 5px 0 10px 10px;
  position: relative;
}

#right .label {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	margin: 6px 0;
	line-height: 20px;	
}

.masszeichnung .label {
	display: none;	
}

#right .value {
	text-align: left;	
}

.back {
	display: none;
}

/*--------------------------- NAVIGATION -------------------------------------*/   

/* main navigation */

#mainnav ul {
	display: none;
}
  
/*-------------------------- KONTAKTFORMULAR ---------------------------------*/


#mailform {
	border: 1px solid #ccc;
	padding: 20px 0px 0px 0px;
	margin: 0 0 10px 0;
	background: #fff;
	display: block;
}

#mailform p {
	clear: right;
}


input[type=hidden] {
    display: none !important; /*Wichtig für "hidden" im Firefox*/
}

	/*Schrift zum ausfüllen*/
	
	#mailform input,
	#mailform select,
	#mailform textarea,
	#mailform upload {
		display: block;
		color: #66666;
		font-size: 11px;
		font-family: Verdana, Arial;
		vertical-align: top;
		padding-left: 5px;
	}
	
	/*Eingabefelder*/
	
	#mailform.row {
		vertical-align: top;
		float: none;
		padding-left: 20px;
		
	  }
	  
		  #mailform label {
			float: left;
			width: 100px;
			border: none !important;
			padding-left: 20px;
		  }
		  
		  #mailform input {
			display: block;
			border: none;
			color: #666;
			border-bottom: 1px solid #b9b9b9;
			border-left: 1px solid #b9b9b9;
		  }
		  
		  	  
		  .uploadnoborder {
			display: block;
			border: none!important;
		  }	
		  
		  .text {
			  width: 200px;
			}

	/*Erklärung*/
	
	#mailform .explanation {
		margin-left: 100px;
		margin-bottom: 10px;
		width: 300px;
	}
	
	
	/*Nachrichtenfeld*/
	
	#mailform label.message_field {
		clear: left;
		margin-top: 15px;
	}
		
	textarea.message_field {
		border: 1px solid #b9b9b9;
		overflow: auto;
		color: #666666;
		width: 200px;
		display: block;
		margin-top: 15px;
	}
	
	/*Sende-Button*/		
	
	#border_button {
		border: none;
		border-top: 1px solid #ccc;
		margin: 10px 0 0 0;
	}
	
	#border_button span {
		display: none;
	}
	
	#mailform input.button {
		margin: 6px 0 6px 0px;
		display: block;
		text-align: left;
		padding: 0 0 0px 35px;
		border: none;
		color: #666;
		cursor: pointer;
		background: transparent url(../images/arrow_right.gif) no-repeat 20px 48%;
	}
	
	#mailform input.button:hover {
		color: #c00;
	}
	
	/*Fehlermeldung*/
	
	#mailform p.error {
		clear: right;
		display: block;
		float: right;
		font-size: 9px;
		color: #cc0000;
		min-height: 16px;
		line-height: 13px;
		min-height: 16px;
		padding-left: 30px;
		padding-right: 20px;
		width: 120px;
		margin: 0;
	}
	

/*--------------------------- SITEMAP -------------------------------------*/  

.mod_sitemap {
	margin: 10px 0;
}

.mod_sitemap ul ul {
	margin: 0 0 0 23px;
}

.mod_sitemap ul li {
	margin-bottom: 15px;
	padding: 0;
	background: none;
}

.mod_sitemap ul ul li {
	margin-bottom: 0;
}

.mod_sitemap ul ul ul {
	margin: 0 0 0 19px;
}

.mod_sitemap ul ul ul ul {
	margin: 0 0 0 19px;
}

.mod_sitemap a {
	color: #c00;
	text-decoration: none;
	border-bottom: 6px solid #ebebeb;
	display: block;
	padding: 3px 0 3px 5px;
}

.mod_sitemap ul ul a {
	color: #666;
	border-bottom: 1px solid #cbcbcb;
	padding: 4px 0 3px 3px;
}

.mod_sitemap ul ul a:hover {
	color: #c00;
}

.mod_sitemap ul ul ul a {
	border-bottom: none;
	position: relative;
	background: transparent url(../images/dotted_line.gif) bottom repeat-x;
	padding: 3px 0 5px 4px;
}

.mod_sitemap ul ul ul ul a {
	padding-left: 24px;
}

