body {
	font-family: arial;
	background-color: #FFFFFF;
	font-size: 11pt;
}
a {
	text-decoration: none;
	color: #000099;
	font-weight: normal;
}
a:hover {
	color: red;
	text-decoration: underline;
}

div.container {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 600px;
	padding: 0px;
	align: center;

}
div.header {
	height: 110px;
	width: 100%;
	background-color: #CDE8FF;
	background-image: url('images/back_header.jpg');
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: 4px solid #cdcdcd; 
	padding: 0px;
	margin: 0px;
}

div.menu {
	background-image: url('images/back_menu.gif');
	background-repeat: no-repeat;
	background-position: left; 
	background-color: #0000B3;
	width: 540px;
	height: 28px;
	position: absolute;
	top: 82px;
	right: 0px;
	z-index: 10;
	text-align: right;
	margin: 0;
}

.menu a{
	text-decoration: none;
	color: white;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 4px;
}

.menu a:hover {
	color: #D8D8FF;
	text-decoration: none;
}

.menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	position: relative;
	top: 4px;
}
   
.menu ul li{
	position: relative;
	display: inline;
	padding-right: 10px;
	list-style: none;
}

.menu li ul {
	text-align: left;
	background-color:#0000B3;
	position: absolute;
	left: 0px;
	top: 22px;
	width: 120px;
	padding-left: 10px;
	display: none;
}

/* Fix IE. Hide from IE Mac \*/
* menu.html ul li { 
	height: 1%; 
}
* menu.html ul li a { height: 1%; }
/* End */

/* Hover Styles */
menu.ul li a:hover { 
	color: #D8D8FF; 
}		
/* Sub Menu Styles */
menu.li ul li a { 
	padding: 0px 2px 2px 0px;
	margin: -10px;
}
/* The magic */
menu.li:hover ul, li.over ul { 
	display: block; 
} 

div.content {
  position:relative; 
	width:auto;
	height:auto;
	min-width:200px;
	margin: 8px 200px 20px 10px;
	border: 3px solid #000099;
	background-color:white;
	background-image: url('images/back_content.jpg');
	background-repeat: repeat-x;
  background-position: top;
	z-index: 3; 
	padding:0px;
}

.content h2{
	position:relative;
	bottom: 0px;
	right:0px;
	width: 290px;
	height: 30px;
	background-color: #000099;
	padding: 3px;
	margin:0px 0px 15px 0px;
	font-face: arial;
	font-size: 24px;
	font-weight: bold;
	color: white;
}
h3{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	font-face: arial;
	font-size: 18px;
	font-weight: bold;
}
h4{
	margin: 0px 0px 0px 5px;
	font-face: arial;
	font-size: 18px;
	font-weight: bold;
	color: #000099;
	font-style: italic;
}
h5{
	margin: 0px 0px 0px 0px;
	font-face: arial;
	font-size: 18px;
	font-weight: bold;
	color: #000099;
	font-style: italic;
}
.content p{
	padding: 0px 10px 0px 10px;
	margin-top: 0px;
}

.content table{
	padding: 10px;
}

div.copy {
	position: relative;
	width: 100%;
  text-align: center;
  color: gray;
  font-size: 80%;
  background-color: #D4F0FF;
  Border-top: 1px solid #C6C7C7;
  vertical-align: middle;
  padding: 4px 0px 4px 0px;
}
.copy p{
		margin: 0px;
}
div.faweb {
	width: 100%;
	text-align: center;
	color: gray;
	font-size: 70%;
	clear: all;
	padding:0px;
	margin-top: 15px;
}

.faweb a{
	text-decoration: none;
	color: gray;
    
}   
.faweb a:hover {
	color: #494848;
	text-decoration: underline;
    
}
#rechts {
  position:relative;
	float: right;
  width:168px;
	top: 9px;
	right:10px;
	margin:0px;
	border: 1px solid gray;
	background-color: #EBEBEB;
	padding:0px;
}

#rechts p{
	padding: 0px 5px 5px 5px;
	font-size: 75%;
	color: #6A6A6A;
}
img.contact{
	padding: 5px;
}
img.machine {
	padding: 0px;
}
	
img.headright {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
}
img.head{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	}
img.thumb {
	margin: 5px;
	position: relative;
	bottom: 20px;
	
}

div.products {
	padding: 10px;
}

.product_table {
	width: 99%;
	border-collapse: collapse;
}

.product_table tr {
	height: 20px;
	padding: 0px;
	margin: 0px;
}

.table_header {
	font-weight: bold;
	font-size: 14pt;
}

.header a{
	color: white;
}

tr.header td{
	background-color:  #000099;
	color: white;
	font-weight: bold;
}

td.small_td {
	border: 1px solid gray;
	background-color: #e5e9f1;
	margin: 0px;
	width: 20%;
}

td.big_td {
	border: 1px solid gray;
	background-color: #e5e9f1;
	margin: 0px;
	width: 60%;
}

#contact {
	padding: 10px;
}

ul.normal li a:hover{
	color: red;
}