* {
	margin: 0;
	padding: 0;
}

*html {
	font-size: 100.01% /* mac font-scale fix */
}

body {
	background: #fff;
	text-align: center;
}
#wrapper {
	width: 955px;
	display: block;
	text-align: left;
	margin: 0 auto;
}

#header {
display:none;
}

#header h1.header a span {
	text-indent: -999em;
	display: block;
	background: url(../img/background/logo.gif) no-repeat top left;
	width: 175px;
	float: left;
}

#header h1.header span {
	text-indent: -999em;
	display: block;
	background: url(../img/background/header.jpg) no-repeat top right;
	height: 74px;
}

#maincontent {
	
	width: 750px;
	margin: 0 20px 0 0;
}

#leftcontent {
	float: left;
	width: 165px;
}

#content {
	float: left;
	margin: 30px 0 0 0;
}

#navigation {
	display:none;
}

#navigation li {
	float: left;
}

#navigation li.last {
	float: right;
}

.active {
	font-weight: bold;
}

#subnavigation {
	display:none;
}


/* =Spalten */

#maincontent .col-wrap {
	float: left;
}

.col-left {

width:495px;
float:left;

}

.col-group-wrap {

}


.col-right {
margin:0;
padding:0;
float:right;
width:240px;
}

#maincontent .col-wrap-inner {
	float: left;
	width: 495px;
	clear: both;
}


#maincontent .col1 {
	width: 240px;
	float: left;
	margin: 0 15px 0 0;
}

#maincontent .col2 {
	width: 240px;
	float: left;
	margin: 0 0 0 0;
}

#maincontent .col3 {
	width: 240px;
	float: right;
	margin: 0;
}

/* =2 Spalten 50/50 */

.row-50-1 {

float:left;
width:370px;
}


.row-50-2 {
float:right;
width:370px;
}


/* =Kontakt-Anfahrt */

.kontakt-anfahrt .row-50-1 {
float:left;
width:250px;

}


.kontakt-anfahrt .row-50-2 {
float:right;
width:500px;
}

.kontakt-anfahrt .row-50-2 h3 {
padding:20px 0 0 0;
display:block;
}






/* =Abmessung */


.csc-frame-frame1 {

}



/* =Produktuebersicht */
img.produktbild {
	margin: 0 0 10px 0;
}

/* =Startseite */

.start-content {
background:url(../img/background/sortiment.jpg) no-repeat  bottom left;
width:955px;
height:500px;

}


.start-content-wrap {
padding:0 0 0 180px;
}

.start-content .start-content-wrap h2 {
display:block;
text-indent:-999em;
background:url(../img/background/headline-start.gif) no-repeat top left;
margin:30px 0 20px 0;
height:23px;
}

.start-content .start-content-wrap h3 {
margin:20px 0 5px 0;
}

.start-content .start-content-wrap p {
margin:0 0 3px 0;
width:400px;
}

/* =Wir-ueber-uns */

.about-content {
background:url(../img/background/hg-wirueberuns.gif) no-repeat center left;
height:355px;

}

#maincontent .about-content h2 {
font-size:100%;
margin:0px;
padding:0;
}

#maincontent .about-content  p {
padding:0;
margin:0;
font-size:95%;
}
.about-1,
.about-2,
.about-3,
.about-4,
.about-5,
.about-6 {
background: url(../img/background/back.png);
padding:10px;
}

.about-1 {
margin:55px 0 0 0;
}

.about-2 {
margin:30px 0 0 0;
}


.about-3 {
margin:80px 0 0 0;
}


.about-4 {
margin:30px 0 0 0;
}


.about-5 {
margin:180px 0 0 0;
}

.about-6 {
margin:50px 0 0 0;
}

.bold {
font-weight:bold;
}

.no-link {
text-align:right;
padding:3px 30px 3px 0;
border-top:1px solid #000;
}


/* =Kontaktformular */

.contact-form {

width:600px;
}

legend {display:none;}
fieldset {
border:0;
margin:0;
padding:0;
}
p.info {
border:1px solid #cc0033;
padding:5px !important;
display:block;
font-size:1.2em;
background:#efefef;
}

.form-line-border {
	line-height: 1.7em;
	margin: 8px 0 8px 0;
}

.form-line-border strong {
display:block;
padding:4px 4px 4px 20px;
background:#e3e3e3 url(../../fileadmin/img/background/bullet_error.png) no-repeat 2px 4px;
margin:10px 0 5px 0;
width:50%;
border:1px solid #c3c3c3;


}

.contact-form-wrap label {
	float: left;
	width: 130px;
	text-align: left;
	margin: 0 10px 0 0;
	background: #e3e3e3;
	padding: 4px 0 4px 10px;
font-size:1em;
}

.contact-form-wrap .form-line-border input {
	border:1px solid #c3c3c3;
	padding: 3px;
width:340px;
}

.nachricht {
width:340px;
border:1px solid #c3c3c3;
padding:4px;
}

.form-submit {
	
	background: #e3e3e3;
	border: 1px solid #999;
	margin:10px 0 0 150px;

	font-weight: bold;
	color: #000;
float:left;
	padding:4px;
}
.form-reset {
	background: #e3e3e3;
	border: 1px solid #999;
	margin:10px 0 0 10px;
	color: #000;
	font-weight: bold;
	padding: 4px;
}


/* =self-clearing floats */

#wrap-inner:after,
#header:after,
#content:after,
#maincontent:after,
#navigation:after,
#maincontent .col-wrap:after,
#maincontent .col-group-wrap:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}


/* =Produkttabellen fuer Produktdetailansicht */




/* =Metall */


/* =Kunststoff */

.k-rf-std-eh {

}

thead th.firsth {
font-weight: normal;
vertical-align:top;
border:1px solid #333;
border-width:0 1px 0 0;
}

thead th.secondh {
font-weight: normal;
vertical-align:top;
border:1px solid #333;
border-width:0 1px 0 0;
}


thead th.last-col {
border-right:0px;

}

thead td.last-col {
	
}

thead th.fristcol {

}



thead th.firsth {
	background: #e3e3e3;
	padding:2px 2px 0px 2px;
	text-align: left;

}

thead th.secondh,
thead td.secondh {
	background: #e3e3e3;
padding:2px;
border-bottom:1px solid #333;
}

tbody td {
border:1px solid #333;
border-width:0 1px 0 0;
padding:4px 2px 4px 3px;
}

tbody td.last-col {
border:0;
}

thead th.data-sub {
text-align:center;
}

tbody tr.alt {
background: #bfedfc;
}

tbody td.si-no,
thead th.si-no {
text-align:center;
}



/* =Test */

.facts {
border:1px solid #999;
border-width:1px 0 1px 1px;
width: 495px;


}

.facts caption {
margin:10px 0 5px 0;
text-align:left;
font-size:1.1em;
font-weight:bold;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
}

#navigation li a {
	color: #fff;
	text-decoration: none;
	padding: 3px 8px 5px 8px;
	display: block;
	font-size: 1.2em;
	border-right: 1px solid #fff;
	font-weight: bold;
	float: left;
}


#navigation li a:hover,
#navigation li a.act {
	color: #000;
	background: #fff;
}

#navigation li.last a {
	color: #fff;
	text-decoration: none;
	padding: 3px 5px;
	display: block;
	font-size: 1.2em;
	border: none;
	font-weight: normal;
}

#navigation li.last a:hover,
#navigation li.last a.act {
	background: none;
	color: #fff;
}




#navigation li.first a {
	margin: 0 0 0 174px;
	border-left: 1px solid #fff;
}



/* =Unternavigation */

#subnavigation li a {
	padding: 6px 25px 6px 15px;
	text-align: right;
	display: block;
	text-decoration: none;
	color: #666;
border-bottom:1px solid #333;
font-size:1.2em;
}

#subnavigation li.level-1-first a {
border-top:1px solid #333;
}

#subnavigation li a.issub {
font-weight:bold;
color:#000;
}

#subnavigation li a.actfirst {
background:#eee;
}

/* =2. Ebene */

#subnavigation li.level-1-first ul li a {
border-top:none;
}

#subnavigation li ul {
list-style:none;
}

#subnavigation li ul li a {
background:#e3e3e3;
font-size:1.1em;
}


#subnavigation li ul li a.act {
background:#eee;
color:#000;
background:#eee url(../../fileadmin/img/background/pfeil-li.gif) no-repeat 150px 7px;
}

#subnavigation li ul li a:hover,
#subnavigation li ul li ul li a.act {
background:#eee url(../../fileadmin/img/background/pfeil-li.gif) no-repeat 150px 7px;
}

#subnavigation li ul li a.issub {
font-weight:normal;
color:#000;
}


/* =3. Ebene */
#subnavigation li ul li ul li a {
background:#eee;
font-size:0.95em;
}


#maincontent p {
	margin: 20px 0 10px 0;
	line-height: 140%;
}

#maincontent .row-50-1 p,
#maincontent .row-50-2 p {
	margin: 0 0 10px 0;
}

#maincontent .no-space {
	margin: 0;
	padding: 0;
}

#maincontent h1 {
	color: #000;
	font-size: 1.2em;
	margin: 0 0 10px 0;
}


.col1 h2.colhead,
.col2 h2.colhead,
.col3 h2.colhead {
	margin: 10px 0;
	padding: 3px 25px;
	font-weight: normal;
	font-size: 1em;
	border: 1px solid #666;
	border-width: 1px 0;
	background: #e3e3e3 url(../img/background/pfeil-re.gif) no-repeat 4px 5px;
}


/* =Allgemeine Definitionen */

#maincontent ul {
	margin: 0 15px 0 15px;
}

#maincontent ul li {
	margin: 2px 0 2px 0;
}

#maincontent h2 {
	margin: 10px 0 15px 0;
	font-size: 1.3em;
}

#maincontent h3 {
	margin: 20px 0 2px 0;
	font-size: 1.1em;
}

em {
	font-style: normal;
	background: #baedfc;
	display: block;
	padding: 3px 25px 5px 25px;
	font-size: 1.2em;
	margin: 0 0 20px 0;
}

.strong {
	margin: 0;
	padding: 0;
}

#maincontent p {
	margin: 10px 0 ;
	padding: 0;
}

.small {
	font-size: .9em;
}

.datentabelle caption {
	display: none;
}

.datentabelle th {
	font-size: .95em;
	font-weight: normal;
}

/* =Allgemein */

.col-wrap-inner table.datentabelle {
	border: 1px solid #333;
	display: block;
	width: 495px;
}

.datentabelle th {
	background: #e3e3e3;
	padding: 8px;
	border-bottom: 1px solid #333;
	text-align: left;
}

.datentabelle td {
	padding: 3px 8px;
}
.datentabelle .size {
}

.datentabelle tr.alt {
	background: #bfedfc;
}

.abmessung-1 {
	display: block;
	position: absolute;
	margin: 0px 0 5px 0;
	z-index: 20;
}

.abmessung-dm {
	margin: 12px 0 0 0;
	display: block;
}

.abmessung-hoehe {
	margin: 12px 0 0 0;
	display: block;
	padding: 0px 0 0 8px;
}


.datentabelle th.scol-3 {
	background: #e3e3e3 url(../img/background/tab-trenner.gif) no-repeat bottom left;
	padding: 0;
}


.datentabelle th {
	vertical-align: top
}



.datentabelle th.scol-3 {
	vertical-align: middle;
}


.abmessung-2 {
	display: none;
}


.datentabelle td.tcol-2,
.datentabelle td.tcol-3,
.datentabelle td.tcol-4,
.datentabelle td.tcol-5,
.datentabelle td.tcol-6 {
	border-left: 1px solid #333;
}


.datentabelle th.scol-1 {
	width: 10%;
}

.datentabelle td.tcol-2 {
	width: 4%;
}

.datentabelle td.tcol-3 {
	width: 8%;
}

.datentabelle td.tcol-4 {
	width: 5%;
}

.datentabelle td.tcol-5 {
	width: 15%;
}

.datentabelle td.tcol-6 {
	width: 13%;
}


.datentabelle .align-1-1 {
	width: 50%;
	display: block;
	float: left;
	text-align: right;
}

.align-1-2 {
	margin: 0 5px 0 5px;
}

.align-2-1 {
}

.align-3-1 {
	width: 50%;
	display: block;
	float: left;
	text-align: right;
}

.align-3-2 {
	margin: 0 0 0 5px;
}

.align-4-1 {
}

.align-5-1 {
}

.datentabelle .align-6-1 {
	float: left;
	margin: 0 4px 0 0;
}

.datentabelle .align-6-2 {
	width: 30%;
	display: block;
	float: left;
	text-align: right;
}

.align-6-3 {
	margin: 0 0 0 5px;
}
.datentabelle th.scol-2,
.datentabelle th.scol-4,
.datentabelle th.scol-5,
.datentabelle th.scol-6,
.datentabelle th.scol-7,
.datentabelle th.scol-8,
.datentabelle th.scol-9 {
	border-left: 1px solid #333;
}
/* =Produkttabellen fuer Produktdetailansicht */

/* =Allgemein */

.col-wrap-inner table.datentabelle {
	border: 1px solid #333;
	display: block;
	width: 495px;
}

.datentabelle th {
	background: #e3e3e3;
	padding: 8px;
	border-bottom: 1px solid #333;
	text-align: left;
}

.datentabelle td {
	padding: 3px 8px;
}
.datentabelle .size {
}

.datentabelle tr.alt {
	background: #bfedfc;
}

.abmessung-1 {
	display: block;
	position: absolute;
	margin: 0px 0 5px 0;
	z-index: 20;
}

.abmessung-dm {
	margin: 12px 0 0 0;
	display: block;
}

.abmessung-hoehe {
	margin: 12px 0 0 0;
	display: block;
	padding: 0px 0 0 8px;
}


.datentabelle th.scol-3 {
	background: #e3e3e3 url(../img/background/tab-trenner.gif) no-repeat bottom left;
	padding: 0;
}


.datentabelle th {
	vertical-align: top
}



.datentabelle th.scol-3 {
	vertical-align: middle;
}


.abmessung-2 {
	display: none;
}


.datentabelle td.tcol-2,
.datentabelle td.tcol-3,
.datentabelle td.tcol-4,
.datentabelle td.tcol-5,
.datentabelle td.tcol-6 {
	border-left: 1px solid #333;
}


.datentabelle th.scol-1 {
	width: 10%;
}

.datentabelle td.tcol-2 {
	width: 4%;
}

.datentabelle td.tcol-3 {
	width: 8%;
}

.datentabelle td.tcol-4 {
	width: 5%;
}

.datentabelle td.tcol-5 {
	width: 15%;
}

.datentabelle td.tcol-6 {
	width: 13%;
}


.align-1-1 {
	width: 50%;
	display: block;
	float: left;
	text-align: right;
}

.align-1-2 {
	margin: 0 5px 0 5px;
}

.align-2-1 {
}

.align-3-1 {
	width: 50%;
	display: block;
	float: left;
	text-align: right;
}

.align-3-2 {
	margin: 0 0 0 5px;
}

.align-4-1 {
}

.align-5-1 {
}

.datentabelle .align-6-1 {
	float: left;
	margin: 0 4px 0 0;
}

.align-6-2 {
	width: 30%;
	display: block;
	float: left;
	text-align: right;
}

.align-6-3 {
	margin: 0 0 0 5px;
}
.datentabelle th.scol-2,
.datentabelle th.scol-4,
.datentabelle th.scol-5,
.datentabelle th.scol-6,
.datentabelle th.scol-7,
.datentabelle th.scol-8,
.datentabelle th.scol-9 {
	border-left: 1px solid #333;
}


.datentabelle td {
	font-size: .95em;
	font-weight: normal;
}

#wrapper {
	font-size: .8em;
}

.important {
color:#cc0033;
}

/* =Produktansicht */

a.pdf-download {
	text-decoration: none;
	background: #e3e3e3 url(../img/background/icon-pdf.gif) no-repeat 8px 5px;
	padding: 5px 30px; 5px 25px;
	border: 1px solid #333;
	border-width: 1px 0;
	color: #000;
	width: 14em;
	display: block;
	margin: 30px 0 0 0;
	font-size:1.2em;
}

/* default styles for extension "tx_cssstyledcontent" */
/* Captions */
DIV.csc-textpic-caption-c .csc-textpic-caption {
	text-align: center;
}
DIV.csc-textpic-caption-r .csc-textpic-caption {
	text-align: right;
}
DIV.csc-textpic-caption-l .csc-textpic-caption {
	text-align: left;
}

/* Needed for noRows setting */
DIV.csc-textpic DIV.csc-textpic-imagecolumn {
	float: left;
	display: inline;

}

/* 
.col-right .csc-textpic-below  {
margin:0 0 10px 0;
background:#cc0033;
border:2px solid #ff9933;
}
*/

/* Border just around the image */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 2px solid black;
	padding: 0px 0px;
}

DIV.csc-textpic-imagewrap {
	padding: 0;

}

.col-right DIV.csc-textpic-imagewrap {
	padding: 0;
margin:0 0 20px 0;

}

DIV.csc-textpic IMG {
	border: none;
}

/* DIV: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image {
	float: left;
}

/* UL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap UL {
	list-style: none;
	margin: 0;
	padding: 0;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI {
	float: left;
	margin: 0;
	padding: 0;
}

/* DL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image {
	float: left;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT {
	float: none;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD {
	float: none;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG {
	border: none;
}
/* FE-Editing Icons */
DL.csc-textpic-image {
	margin: 0;
}
DL.csc-textpic-image DT {
	margin: 0;
	display: inline;
}
DL.csc-textpic-image DD {
	margin: 0;
}

/* Clearer */
DIV.csc-textpic-clear {
	clear: both;
background:#cc0033;
margin:0px 0 20px 0;
}

/* Margins around images: */

/* Pictures on left, add margin on right */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-right: 10px;
}

/* Pictures on right, add margin on left */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}

/* Pictures centered, add margin on left */
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin: 0;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	margin: 0;
}

/* Space below each image (also in-between rows) */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 5px;
}
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow {
	margin-bottom: 5px;
	display: block;
}
DIV.csc-textpic DIV.csc-textpic-imagerow {
	clear: both;
}

/* No margins around the whole image-block */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol {
	margin-left: 0px !important;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol {
	margin-right: 0px !important;
}

/* Add margin from image-block to text (in case of "Text w/ images") */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
	margin-right: 10px !important;
}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	margin-left: 10px !important;
}

/* Positioning of images: */

/* Above */
DIV.csc-textpic-above DIV.csc-textpic-text {
	clear: both;
}

/* Center (above or below) */
DIV.csc-textpic-center {
	text-align: center; /* IE-hack */
}
DIV.csc-textpic-center DIV.csc-textpic-imagewrap {
	margin: 0 auto;
}
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
	text-align: left; /* Remove IE-hack */
}
DIV.csc-textpic-center DIV.csc-textpic-text {
	text-align: left; /* Remove IE-hack */
}

/* Right (above or below) */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap {
	float: right;
}
DIV.csc-textpic-right DIV.csc-textpic-text {
	clear: right;
}

/* Left (above or below) */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap {
	float: left;
}
DIV.csc-textpic-left DIV.csc-textpic-text {
	clear: left;
}

/* Left (in text) */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap {
	float: left;
}

/* Right (in text) */
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap {
	float: right;
}

/* Right (in text, no wrap around) */
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	float: right;
	clear: both;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text {
	height: 1%;
}
/* End hide from IE5/mac */

/* Left (in text, no wrap around) */
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
	float: left;
	clear: both;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text {
	height: 1%;
}
/* End hide from IE5/mac */