*{
    font-family: "Trebuchet MS", Arial;
}
body{
    margin:0px;
    padding:0px;
    background-image: url(../images/body_bg.png);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    scrollbar-base-color: #ffffff;
}

form{
    margin:0px;
    padding:0px;
}
td{
    vertical-align:top;
}
h1{
    font-size:17px;
    font-weight:bold;
    color:#00A5D7;
    letter-spacing:1px;
}
h2{
    font-size:17px;
    font-weight:bold;
    color:#F79218;    
    letter-spacing:1px;
}
h3{
    font-size:17px;
    font-weight:bold;
    color:#8CC63E;    
    letter-spacing:1px;
}
h4{
    font-size:17px;
    font-weight:bold;
    color:#800080;    
    letter-spacing:1px;
}
h5{
    font-size:17px;
    font-weight:bold;
    letter-spacing:1px;
    color:#003D7E;
}   
h6{
    font-size:70px;
    font-weight:bold;
    color:#00A5D7;
    padding:0px;            
    margin:0px;
    letter-spacing:1px;
}
input, select, option, textarea{
    width:200px;
    border-bottom: 1px solid #00A5D7;
    border-top: 1px solid #003D7E;
    border-left: 1px solid #003D7E;
    border-right: 1px solid #00A5D7;
    scrollbar-base-color: #ffffff;   
    font-size:11px;
    color:#003D7E;
    letter-spacing:1px;
}
button{
    border-bottom: 1px solid #003D7E;
    border-top: 1px solid #00A5D7;
    border-left: 1px solid #00A5D7;
    border-right: 1px solid #003D7E;
    color: white;
    background-color: #003D7E;
    padding:2px 2px 2px 2px;
    font-weight:bold;
    font-family:Arial;
    font-size:12px; 
    width:150px;
}      
hr{
    border-bottom:1px solid #00A5D7;
    margin:10px 0px 10px 0px;    
    background-color:transparent;
}
input.radio, 
input.checkbox, 
.checkbox, 
.radio{
    border:0px;
}
td, p, a{
    font-size:14px;
    color:#003D7E;
    letter-spacing:1px;
}
a{
    color:#F79218;
}
.head{
 height:162px;
 width:787px;                       
 text-align:center;
}
table.t1{
    width:787px;
    height:100%;    
}
.left{
    border-right: 1px solid #003D7E;
}
.footertxt{
    font-size:11px;
    padding-bottom:10px;   
    vertical-align:bottom;   
    background-image: url(../images/footer.gif);
    background-repeat: no-repeat;
    background-position: bottom right; 
}
.footertxt a{
    font-size:11px;
    color:#003D7E;
    text-decoration:none;    
}
.productKop{
    background-color: #8CC63E;
    color:white;
    font-weight:bold;
    font-family:Arial;
    font-size:12px;
    
}
.footertxt font{
    font-size:11px;
    color:#8CC63E;
}
ul{
    margin: 0px 0px 5px 15px;
    padding: 0px 0px 0px 0px;
}
li{
    list-style-type: square;
}
   
/*  MENU */
td.menu{
   padding-top:40px;
   padding-left:15px;
}
td.menu table{
    height:46px;
    background-color:#565D56;
}                              
td.menu ul{
    list-style: none;
    z-index:99;               
    padding:0px;
    margin:0px;
}
.menu ul li{
    list-style-type: none;
    position: relative;    
    width:auto;
    height:auto;
    float:left;
    color:#66157E;
    margin:0px;            
    padding:0px;
    font-weight:bold;
}
.menu ul li a{
    color:#66157E;
    font-weight:bold;
    text-decoration:none;
    white-space: nowrap;    
    padding:5px 5px 5px 5px;
}
.menu ul li a:hover{
    color:#00A5D7;
}
.menu ul li ul
{
    position: absolute;
    display: none;
    left: 0px;
    top:18px;
    width:auto;
}
.menu ul li ul li
{
    float:none;
    color:white;
    background-color:#00A5D7;
    position: relative;
    width:150px;
    margin:0px;   
    padding:5px;
    font-weight:normal;
    border:1px solid white;
}

td.menu ul li ul li a
{
    padding:5px;   
    width:150px;
    font-size:11px;
    font-weight:normal;
    color:white;
}
.menu ul li ul li a:hover
{
    color:white;
}

.menu ul li ul li ul
{
    position: absolute;
    display: none;
    left: 138px;
    top:0px;
    width:auto;
}
                
td.menu ul li ul li ul li
{
    width:150px;         
}

td.menu ul li ul li:hover {
	background-color:#F7941A;
}
td.menu li:hover ul, 
td.menu li.sfhover ul, 
td.menu li ul li:hover ul, 
td.menu li ul li.sfhover ul
{
    display:block;
}
.logo
{
    width:234px;    
    text-align:right;
}
.submenu {
    width:200px;
    border-right:1px solid navy;
}
.productTable p{
    padding:0px;
    margin:0px;
}
.even td{
    background-color:#efefef;
}
.container{
    vertical-align:top;
}

.lang{
    width:200px;  
    clear:right;  
}
.lang ul{
    list-style: none;
    z-index:99;               
    padding:0px;
    margin:0px;
}
.lang ul li{
    list-style-type: none;
    float:left;
}
.lang ul li a{
    display:block; 
    border-right:1px solid #003D7E;  
    padding-right:5px;  
    padding-left:5px;
}
.lang ul li:last-child a{
   border:0px;  
 }                       
.foot{
    white-space:nowrap;
}
