body
	{
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 7px;
		margin-right: 7px;
		background-color: #ffffff;
	}
	
table,td,tr,div
	{
	empty-cells: show;
	font-family: Arial;
	font-size: 12px;
	color: black;
	}
	
	
	
td.top
	{
		height: 206px;
	}
	
td.menu
	{
		height: 51px;
		padding-left: 20px;
	}
	
td.menu_catalog
	{
		height: 51px;
		background: url('../i/menu_bg_catalog.jpg') no-repeat;
		padding-left: 20px;
	}
	
td.submenu
	{
		background: url('../i/submenu_bg.jpg') no-repeat;
	}
	
td.main
	{
		background-color: #0d2233;
	}
	
td.bottom
	{
		height: 40px;
		background-color: #0d2233;
	}
	
a.intro_link {font-family: Century Gothic; text-decoration: none; color: #a61616;}
a.intro_link:hover {font-family: Century Gothic; text-decoration: none; color: #a61616; font-weight: bold;}

a.sub {font-family: Arial; text-decoration: none; color: #800000;}
a.sub:hover {font-family: Arial; text-decoration: none; color: #800000;}

a.sub2 {font-family: Arial; text-decoration: none; color: black;}
a.sub2:hover {font-family: Arial; text-decoration: none; color: black;}
	
img
	{
	margin: 0px;
	border: 0px;
	}
	
span.title
{
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana;
}


/* BEGINN SLIDER */
		.sliderGallery2 {
            background: url(../i/slider/slider-background-professional.png) no-repeat;
            overflow: hidden;
            position: relative;
            padding: 10px;
            height: 161px;
            width: 838px;
            * width:838px;
        }
		
        .sliderGallery {
            
            overflow: hidden;
            position: relative;
            padding: 10px;
            height: 161px;
            width: 818px;
            * width:818px;
        }
		
		.sliderGallery1 {
            background: url(../i/slider/slider-background-professional.png) no-repeat;
            overflow: hidden;
            position: relative;
            height: 161px;
            width: 858px;
            * width:858px;
        }
        
	@media screen and (-webkit-min-device-pixel-ratio:0){
		.sliderGallery {width: 815px;}
	}         
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;          
        }
        
        .sliderGallery UL LI {
            display:inline;
            font-size:9px;
            text-transform:uppercase;
       	    text-align:center;
            margin:auto;            
            vertical-align:middle;               
        }
        
        .sliderGallery UL LI A {
        	text-align:center;
        	margin:auto;
        	vertical-align:middle;        
        }
        
        .sliderGallery UL LI A IMG {       	
        	text-align:center;
        	margin:auto;
        	vertical-align:middle;
        }
        
        .slider {
            width: 811px;
            height: 19px;
            top: 118px;
            left: -2px;
            padding: 0px;
            cursor: pointer;
            position: relative;
            background: url(../i/slider/slide-navi-professional.png) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: pointer;
            height: 19px;
            width: 128px;
			Left: 0px;
            top: 0;
            background: url(../i/slider/slider-button-professional.png) no-repeat;
            background-position:20px 2px;
            z-index: 100;
        }       
        
        .slider span {
            color: #FFF;
            font-size: 9px;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 1px;
        }
/* ENDE SLIDER */
