/**
 * 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;
}
a.delink {
    padding-left: 20px;;
    background-image: url('../images/unterseite/pikto_link.gif');
    background-repeat: no-repeat;
    background-position: 0 -1px;
}    
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;
}

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 12px;
	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 5px 0px;
	font-weight: normal;
}
td#navcell ul li a {
	color: #68676B;
}
td#navcell ul li li {
	padding-left: 1px;
	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 a:hover, td#navcell ul li 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/unterseite/pikto_rot.gif');
}
td#maincell ul.links {
	list-style-type: none;
	list-style-image: url('../images/unterseite/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 #99999A;
}
td#maincell img.imageleft {
	padding: 5px;
	border: 1px solid #99999A;
	margin: 15px 20px 5px 0px;
}

td#maincell img.imageright {
	padding: 5px;
	border: 1px solid #99999A;
	margin: 15px 0px 5px 20px;
}

div#navpfad {
    color: #68676B;
    margin: 0px 0px 25px 0px;
}
div#navpfad a {
	color: #68676B;
}

td#searchcellde {
	height: 42px;
	background-image: url('../images/unterseite/de_bgsearchcell.gif');
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: top;
}
td#searchcellen {
	height: 42px;
	background-image: url('../images/unterseite/en_bgsearchcell.gif');
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: top;
}
td#searchcellde form, td#searchcellen form{
	display: inline;
	margin: 0;
}
input#searchinput {
	width: 90px;
	height: 14px;
	margin: 9px 2px 0px 6px;
	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;
}

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 #99999A;
	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.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;
}
table.formtable input, table.formtable textarea {
	border: 1px solid #ACABAB;
	background-color: #F3F2F0;
}
div.formbuttons {
	float:left;
}	
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;
}

