/********************************************************
style1.css
(C) Mangrove 2006
Default style properties
********************************************************/
                        	

body  
{                                      	
	font-family: Arial, Verdana, Helvetica, sans-serif; 	
	font-size: 11px;                         	
	color:#00396E;                           	
	scrollbar-face-color:#00396E;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color:#C9D7E5;
	scrollbar-shadow-color:#327099;
	scrollbar-highlight-color:#5E98CD;
	scrollbar-3dlight-color:#327099;
	scrollbar-darkshadow-Color:#225B90;
	margin: 0;   
	padding: 0;  	
}

#container 
{
	text-align: left;
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	margin: 0 auto;	
}

a 
{
	color : #00BEBF;                     	
	text-decoration : none; 	                 	
} 
                                            	
a:hover 
{
	text-decoration : underline;              	
}                                            	
  
a.nav 
{
	color : #FFFFFF;                     	
	text-decoration : none;                 	
}                                             	

a:hover.nav 
{                  	
	text-decoration : none;  
	background: #00BEBF;           	
}                                            	                                         	
 
a.nav2
{
	color : #004483;                     	
	text-decoration : none;            	
}                                             	
                                           	
a:hover.nav2 
{                                    	
       	
	background: #00BEBF;           	
}                                            	                                         	

a.small
{
	font-size: 10px;                         	
	color:#C9D7E5;  	
	text-decoration : none; 	                 	
} 
                                            	                                           	
a:hover.small 
{                   	
	color:#C9D7E5;         	
	text-decoration : underline;       	
}

td    
{
	font-size: 11px;
	line-height: 1.7em;                         	                      	
} 

h1, .titel      
{
	color:#FFFFFF;
	font-weight: bold;                           	                      	
} 
 
.green      
{
	color:#00BEBF;
	font-weight: bold;                           	                    	
} 
 
.blue      
{
	color:#004483;
	font-weight: bold;                           	                     	
}

.lightblue      
{
	color:#C9D7E5;
	font-weight: bold;                           	                    	
}

.small      
{
	font-size: 10px;                         	
	color:#C9D7E5;                   	
}  
  
.small2      
{
	font-size: 9px;                         	
	color:#00396E;                   	
} 

/***************************************************/
/*****                logo's home              *****/
/***************************************************/ 

ul#logo
{
	margin: 0;
	padding:0;
	list-style-type:none;
	margin: 5px;    	
} 

#logo li
{
	padding-right: 5px;
	padding-left: 2px;  
	display: inline;  
	margin: 0;  
	list-style-type:none;     	
}

#logo img
{
	vertical-align:middle;         	
}

ul#logo img
{
	border: 0;     	
}


/***************************************************/
/*****                 products                *****/
/***************************************************/


hr, hr.line
{
	height:0; 
	border:0; 
	border-top:1px solid #00BEBF; 
	margin:5px; 
	padding:0;
	float: none;
	clear: both;
}

.product_morepictures .images
{
  float : left;
  width : 245px;
}

.product_normal .images
{
  float : left;
  width : 135px;
}

.product_morepictures .images img
{
  display:inline;
}

.product_morepictures .info
{
  float : right;
  height: 100%;
  width	: 115px;
}

.product_normal .info
{
  float : right;
  height: 100%;
  width : 215px;
}

.specs
{
	float: bottom;
  width:100%;
}

.spacer	
{
	clear: both;
	float:none;
}

                            	