/* Extension CSS Document */

/*---------------------------------------*/
#central {
background-image:url(gfx/centralBackgroundFilialen.gif);
}

/*3 Spalten Layout*/

#sliceLeft {
margin:0 0 0 5px;
padding:25px 0 0 25px;
width:160px;
float:left;
display:inline;
font-size:12px;
line-height:24px;
}
	* html #sliceLeft {	/*Nur für InternetExplorer*/
	width:185px;     /* Version 5.x */
  	w\idth:185px;    /* Version 6 */
	}


#sliceMiddle {
margin:0;
width:420px;
float:left;
display:inline;
}

#sliceRight {
margin:0 5px 0 0;
padding:0px;
width:210px;
float:left;
display:inline;
font-size:12px;
line-height:24px;
}
	* html #sliceRight {	/*Nur für InternetExplorer*/
	margin:0;				/* Version 5.x */
	width:210px;   			/* Version 5.x */
  	w\idth:180px;  			/* Version 6 */
	}
	/*
	#sliceRight p{
	padding:0px 10px 5px 20px;
	}
		
	#sliceRight h1{
	padding:5px 10px 0px 20px;
	font-size:12px;
	font-weight:bold;
	line-height:0px;
	}
	
	#sliceRight a{
	color:#D90A38;
	font-weight:bold;
	}
	
	#sliceRight a:hover{
	color:#54CFF8;
	}	
	*/
	
	#sliceRight img {
	margin: 0px 0 0px 20px !important;
	padding:0px;
	}
	
	.csc-textpic-imagewrap{
	width:auto !important;
	}
	
	#sliceRight dl {
	width:auto !important;
	}
	
	.csc-textpic-caption {
	margin: 0px 0 0px 20px !important;
	}
	
	
	

/*---------------------------------------------------*/

/*Visuals+SubSubNav*/
#visualTopMiddle {
width:420px;
height:245px;
}


#subsubNav {
padding:20px 0px 0 0px;
height:225px;
width:135px;
}
	* html #subsubNav {	/*Nur für InternetExplorer*/
	width:135px;
	height:245px;
	}

	.subsubnav_head {
	margin:0 0 0 20px;
	font-weight:normal;
	font-size:18px;
	color:#fff;
	}
	
	#subsubNav ul {
	padding:0;
	margin:0;
	display:block;
	}
	
	#subsubNav li {
	width:135px;
	margin:0;
	font-size:12px;
	line-height:12px;
	list-style:none;
	}
		#subsubNav li a {
		margin:1px 0 1px 0;
		padding:7px 0 7px 20px;
		color:#fff;
		text-decoration:none;
		display:block;
		}
			*html #subsubNav li a {
			}
	
		#subsubNav li a:hover {
		color:#54CFF8;
		text-decoration:none;
		background-image:url(gfx/subsubbackgroundMarker.png);
		}
			* html #subsubNav li a:hover {
			background-image:none;
			background-color:#606a75;
			display:block;
			}
		
		#subsubnav_active{
		color:#54CFF8;
		display:block;
		background-image:url(gfx/subsubbackgroundMarker.png);
		}
			* html #subsubnav_active {
			background-image:none;
			background-color:#606a75;
			}
		
		#subsubnav_active a {
		color:#54CFF8 !important
		}

#visualTopRight {
border-bottom:#fff 5px solid;
width:210px;
height:245px;
margin:0 0 33px 0px;
}
	* html #visualTopright { /*Nur für IE*/
	height:250px;
	}

/*---------------------------------------------------*/

/*Content*/

#contentCentral p {
padding-right:20px;
}


/*---------------------------------------------------*/

#body h1 .csc-firstHeader {
visibility:hidden ;
color:#CC6600;
}

