table.infoTip {
	border: 1px solid #24211D; 
	background: #fff6dd; 
	margin: 0px;
	padding: 0px;
}

table.infoTip TD {
   padding: 4px;
	color: #24211D;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-align: left;	
	vertical-align: middle;
	white-space: nowrap;
}

/* ---------------------------------------------------- */
/* -----------------	 SITE DEFINITION  ---------------- */
/* ---------------------------------------------------- */

div.site{
	width: 100%;
	height: 100%;
	text-align: center;
}

div.images {
	margin-top: 0px;
	width: 780px;
	margin-left: auto; 
	margin-right: auto; 
	text-align: left;
	background-color: white;
}

div.fixed {
	clear: right;
}
/* ---------------------------------------------------- */
/* -----------------			HEADER		---------------- */
/* ---------------------------------------------------- */
div.header {
	border-top: 5px solid black;
	padding-top: 5px;
	padding-bottom: 2px;
	width: 780px;
}

div.logo {
	width: 780px;
	height: 94px;
	background-image: url(../images/header_2.png);
	background-repeat: no-repeat;
	float: left;
}

div.language {
	font-size: 11px;
	text-align: left;
	margin-left: 21px;
	margin-top: 8px;
}

div.language a:link, div.language a:active, div.language a:visited {
	font-size: 11px;
	color: #ef9b11;
	text-decoration: underline;
}

div.language a:hover {
	color: red;
}

/* ---------------------------------------------------- */
/* -----------------			MENU  		---------------- */
/* ---------------------------------------------------- */
div.menu {
	color: #ef9b11;
	text-decoration: none;
	font-size: 11px;
	text-align: left;
	margin-left: 20px;
	margin-top: 42px;
}

div.menu a:link, div.menu a:active, div.menu a:visited, div.menu a:hover, div.menuEn a:link, div.menuEn a:active, div.menuEn a:visited, div.menuEn a:hover{
	color: white;
	text-decoration: none;
	font-size: 11px;
}

span.productsMenu {
	color: #E77817;
	text-decoration: none;
	font-size: 11px;
}

/* ---------------------------------------------------- */
/* -----------------			CONTENT		---------------- */
/* ---------------------------------------------------- */
div.titleImage {
	margin-top: 0px;
	margin-bottom: 40px;
	text-align: right;
}
div.titleImage img{
	padding-top: 10px;
}
table.tableData {
	padding-top: 20px;
	margin: 0px;
	margin-bottom: 68px;
	width: 100%;
}

table.tableData th {
	padding: 2px;
	font-weight: bold;
	padding-left: 10px;
}

table.tableData tr {
	margin-top: 10px;
	margin-bottom:10px;
}

table.tableData td {
	border-right: 2px solid Silver;
	width: 20%;
	padding: 2px 10px;
}

table.tableData td.noBorder {
	border-right: none;
}

table.tableData img {
	padding: 10px 5px 0px 5px;
}

div.productName {
	background-color: #EF9B11;
	padding: 2px;
	font-weight: bold;
	color: white;
}

span.impression a:link, span.impression a:active, span.impression a:visited {
	text-decoration: none;
}
span.impression a:hover {
	text-decoration: underline;
}
/* ---------------------------------------------------- */
/* -----------------			FOOTER   	---------------- */
/* ---------------------------------------------------- */
div.footer {
	border-top: 2px solid black; 
	padding-top: 5px;
	text-align: center;
}


/* ---------------------------------------------------- */
/* -----------------	 CONTACT FORM     ---------------- */
/* ---------------------------------------------------- */
div.infoText {
	text-align: center;
	height: 300px;
	font-size: 16px;
	color: #e77817;	
}

table.contact {
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 20px;
}

table.contact td {
	padding: 3px;
}

table.contact td.right {
	text-align: right;	
}

table.contact td.top {
	vertical-align: top;
}

table.contact td.leftProp {
	width: 60px;
}

table.contact input {
	width: 140px;
	font-size: 12px;
	border: 1px solid Black;
}

table.contact textarea {
	width: 396px;
	font-size: 12px;
	border: 1px solid Black;
}

table.contact select.industryTrade {
	width: 145px;
}

div.message {
	margin: 10px 2px 10px 2px;
	padding: 10px 0px;
	width: 96%;
	text-align: center;
	border: 1px dotted #FEC7AF;
	background-color: Silver;
}

table.contact img.keyImage {
	text-align: center;
	width: 100px;
	height: 50px;
}

span.red {
	color: Red;
	font-weight: bold;
}


/* ---------------------------------------------------- */
/* -----------------	 POPUP WINDOW     ---------------- */
/* ---------------------------------------------------- */

div.title {
	background-color: #f58220;
	padding: 2px;
	color: white;
	width: 500px;
	font-size: 13px;
}

img.productImg {
	padding: 10px;
	border: 1px solid Silver;
}

/* ---------------------------------------------------- */
/* -----------------	 INFO             ---------------- */
/* ---------------------------------------------------- */

div.infoLeft {
	margin-left: 200px;
}

p.info {
	margin-left: 30px;
}

/* ---------------------------------------------------- */
/* -----------------	 AGB              ---------------- */
/* ---------------------------------------------------- */

div.listOne {
	margin: 0px 40px 40px 200px;
	font-weight: bold;
}

ol.listTwo {
	margin-left: 0px; 
	margin-top: 10px; 
	margin-bottom: 30px; 
	font-weight: normal;
}

table.copyright {
	border: 0;
	margin-top: 15px;
}

th.copyright {
	padding-bottom: 15px;
}

tr.copyright {
	height: 22px;
}

td.copyright1 {
	width: 140px;
}

td.copyright2 {
	width: 180px;
}

td.copyright3 {
	width: 50px;
}

td.copyright4 {
	width: 100px;
}


/* ---------------------------------------------------- */
/* -----------------	 IMPRESSUM        ---------------- */
/* ---------------------------------------------------- */

h1.copyright {
	color: #E77817;
}
div.links {
	text-indent: -1000px;
}