/**
 * CSS-Design einer Unterseite
 *
 * @author Matthias Bandemer http://www.bandemer.net
 */
body {
  	padding: 0px;
  	margin: 0px;
  	background-color: #CACACA;
  	background-image: url('../images/debg.jpg');
  	background-repeat: repeat-x;
}
div,td {
	font-family: Arial;
	font-size: 13px;
	color: #68676B;
	line-height: 150%;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #E92225;
}
a img {
	border: 0;
}
h1, h1 a {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #E60003;
	margin: 25px 0;
}
h2,h3,h4, h2 a, h3 a, h4 a {
	font-weight: bold;
	font-size: 13px;
	margin: 20px 0px 5px 0px;
	color: #E60003;
}
strong, th {
	color: #858585;
}

div#pagewrapper {
	width: 970px;
	margin:0 auto;
	padding: 0 10px 30px 10px;
	background-color: #fff;
}
#sitetable {
    width: 950px;
	margin: 0 auto;
}
td#navcell {
	border: 0;
    vertical-align: top;
    background-image: url('../images/unterseite/bgnavcell.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    padding: 0px 70px 25px 18px;
}
td#navcell ul {
	list-style-type:none;
	margin: 0;
	padding: 5px 0px 5px 0px;
	background-image: url('../images/unterseite/bgnavul.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}
td#navcell ul li {
	list-style-type:none;
	margin-left: 0px;
	padding: 5px 0px 5px 5px;
	line-height:135%;
	background-image: url('../images/unterseite/bgnavulliwhite.gif');
	background-position: top right;
	background-repeat: no-repeat;
	font-weight: bold;
}
td#navcell ul ul {
	background: 0;
}
td#navcell ul ul li {
	padding: 5px 0px;
	font-weight: normal;
}
td#navcell ul li a {
	color: #68676B;
}
td#navcell ul li li {
	padding-left: 5px;
	font-weight: normal;
	color: #68676B;
}
td#navcell ul li.active {
	background-image: url('../images/unterseite/bgnavulli.gif');
}
td#navcell ul li.active a {
	color: #EB4244;
}
td#navcell ul li li.noactive a {
	color: #68676B;
}

td#navcell ul li.active ul li.active a {
	color: #EB4244;
}
td#navcell ul li.noactive ul li.active a {
	color: #EB4244;
}

td#navcell ul li.active ul li.noactive a {
	color: #68676B;
}

td#navcell ul li a:hover,td#navcell ul li.noactive a:hover, td#navcell ul li ul li.noactive a:hover{
	color: #EB4244;
}


td#footercell {
	padding: 25px 25px 5px 0px ;
	font-size: 12px;
}
td#footercell a {
	color: #68676B;
}
td#footercell a:hover {
	color: #E92225;
}

td#maincell {
	width: 656px;
	vertical-align: top;
	padding: 5px 35px 25px 0px ;
}
td#maincell ul {
	list-style-type: square;
}
td#maincell ul.downloads {
	list-style-type: none;
	list-style-image: url('../images/pikto_rot.gif');
}
td#maincell ul.links {
	list-style-type: none;
	list-style-image: url('../images/pikto_link.gif');
}
td#maincell ul.none {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
}

/**
 * Images
 *
 */
td#maincell img.image {
	padding: 5px;
	border: 1px solid #C0C0C0;
}
td#maincell img.imageleft {
	padding: 5px;
	border: 1px solid #C0C0C0;
	margin: 15px 20px 5px 0px;
}

td#maincell img.imageright {
	padding: 5px;
	border: 1px solid #C0C0C0;
	margin: 15px 0px 20px 20px;
}

div#navpfad {
    color: #68676B;
    margin: 0px 0px 25px 0px;
}
div#navpfad a {
	color: #68676B;
}

td#searchcell {
	height: 42px;
	background-image: url('../images/unterseite/de_suche.gif');
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: top;
}
td#searchcellen {
	height: 42px;
	background-image: url('../images/unterseite/en_suche.gif');
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: top;
	padding: 0;
}
td#searchcell form, td#searchcellen form{
	display: inline;
	margin: 0;
}
input#searchinput {
	width: 98px;
	height: 14px;
	margin: 9px 2px 0px 3px;
	border: 0;
	background-color: transparent;

}
input#searchbutton {
	width: 17px;
	height: 13px;
	margin: 0;
	border: 0;
	background-color: transparent;
}

/**
 * Tabellen
 */
table.data {
	width:98%;
	table-layout:fixed;
}
table.data td {
	padding: 3px 5px 3px 0px;
}

/* Tabelle mit Bilder */
table.images {
	width:98%;
	table-layout:fixed;
}
table.images td {
	padding: 15px 10px 15px 0px;
	vertical-align: top;
	font-size: 11px
}

table.images td img {
	padding: 5px;
	border: 1px solid #C0C0C0;
	margin-bottom: 5px;
}

/* Tabelle mit Referenzen Bilder */
table.referenzenimages {
	table-layout:fixed;
}
table.referenzenimages td {
	padding: 5px 25px 15px 0px;
	vertical-align: top;
	font-size: 11px
}
table.referenzenimages td img {
	padding: 5px;
	border: 1px solid #C0C0C0;
	margin-bottom: 5px;
}



/**
 * Formate für Produkte-Übersicht
 */
table#produkte {
	width: 98%;
	table-layout: fixed;
	border-spacing: 2px;
}
table#produkte tr.darkrow td{
	background-color: #F9F9F9;
}
table#produkte th {
	background-color: #F9F9F9;
	text-align: left;
	padding: 5px;
}
table#produkte td {
	padding: 5px;
	text-align: left;
}
hr.produkte {
	color: #fff;
	height: 0;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #ACABAB;
	margin: 10px 0 0 0;
	width: 90%;
	text-align: left;
}
h2.produkte {
	margin: 10px 0px 4px 0px;
}


/**
 * Formate für Newsletter-Übersicht
 */
table#newsletter {
	width: 98%;
	table-layout: fixed;
}
table#newsletter tr {
	margin: 10px 0px;
}
table#newsletter td {
	padding: 5px 5px 5px 0px;
	text-align: left;
	vertical-align: top;
}

/**
 * Formate für Ansprechpartner-Übersicht
 */
table.ansprechpartner td {
	padding: 10px 0px;
}

/**
 * Formulare
 */
table.formtable {
	width: 90%;
	margin: 0px 0px 30px 0px;
	border: 1px solid #ACABAB;
	table-layout: fixed;
}
table.formtable caption {
	text-align: left;
	width: 260px;
	padding: 3px 5px 2px 13px;
	background-image: url('../images/bg_caption.gif');
	background-position: left top;
	background-repeat: no-repeat;
}
table.formtable td {
	padding: 5px 10px;
	text-align: left;
}
table.formtable input, table.formtable textarea {
	border: 1px solid #ACABAB;
	background-color: #F3F2F0;
}
div.formbuttons input {
	margin: 5px 20px 0px 0px;
	border: 1px solid #ACABAB;
	color: #FFFFFF;
	background-color: #9DA2A6;
}
div.formbuttons form{
	display: inline;
}
div.formrequired {
	margin: 0px 0px 20px 0px;
}
/*
News-Übersicht
*/
div#newsbacklink {
	margin: 20px 0;
}

/* Downloads */
table.downloads {
	table-layout: fixed;
	width: 100%;
}
table.downloads th {
	padding: 2px 5px;
}

table.downloads td {
	padding: 2px 10px;
}
table.downloads td.filetype {
	text-align: center;
}

table.downloads td.filesize {
	text-align: right;
	width: 90px;
}
table.downloads td.filedownload {
	text-align: center;

}

table.downloads th {
	text-align: left;
	color: #E60003;
}
table.downloads tr.darkrow {
	background-color: #F8F8F8;
}

/* Referenzen */
table.referenzen {
	width: 100%;
	margin: 20px 0 40px 0;
}
table.referenzen th {
	padding: 5px 5px;
	text-align: left;
	color: #E60003;
	background-color: #F8F8F8;
}
table.referenzen td {
	padding: 5px 5px 5px 10px;
}
table.referenzen td.reftitle {
	width: 140px;
}
table.referenzen td.refdesc {

}
table.referenzen td.reflink {
	width: 70px;
	padding: 5px 5px 5px 10px;
}
table.referenzen tr.darkrow, table.referenzen tr.lightrow  {
	height: 70px;
}
table.referenzen tr.darkrow {
	background-color: #FAFAFA;
}

/* Tabelle mit Technischne Daten */
table.technischedaten {
	table-layout: fixed;
	clear: both;
	width: 100%;
	margin: 30px 0 30px 0;
	border: 1px solid #C0C0C0;

}
table.technischedaten th {
	padding: 5px;
	text-align: left;
	color: #E60003;
	background-color: #F8F8F8;
}
table.technischedaten td {
	padding: 5px;
}
table.technischedaten tr.darkrow  {
	background-color: #FAFAFA;
}


/* Merkliste */
table.productscart {
	table-layout: fixed;
	width: 100%;
}
table.productscart tr.darkrow {
	background-color: #F8F8F8;
}
table.productscart th {
	padding: 2px 5px;
	color: #E60003;
}
table.productscart td {
	text-align: center;
	padding: 2px 5px;
}



/* Sitemap */
div#sitemap {
	line-height: 160%;
}
div#sitemap ul {
	margin: 3px 0;
	list-style-type: none;
}
div#sitemap ul li {
 	list-style-type: none;
 	padding: 3px 0;
}
div#sitemap h2, div#sitemap h3 {
	margin: 3px 0;
}

