/*--------------------------------------
	*
	*	Copyright 2006, REWE Touristik
	*	Author: JUNG v. MATT Neckar GmbH
	*	Function: layout 3-col-abc
	*
----------------------------------------*/
/*--------------------------------------
	*	layout settings
----------------------------------------*/
#box-col-a {
	float:left;
	width:185px;
}
#box-col-b {
	float:left;
	margin:0 0 0 20px;
	width:550px;
}
#box-col-c {
	margin:0 0 0 755px;
}
.col-top {
	height:45px;
	border-bottom:2px solid #b4b4b4;
}
#box-content-btn, .box-content-btn {
	background:url(../images/grafics/bgContentNavi.gif) no-repeat;
}
/*--------------------------------------
	*	verteilerseiten
----------------------------------------*/
#box-verteiler-content {
	float:none;
	width:auto;
}
.box-verteiler-s-nobg, .box-verteiler-s {
	width:255px;
}

.box-verteiler-s .corners-top {
	background:url(../images/grafics/bgVerteiler2CornersTopS.gif) no-repeat;
}
.box-verteiler-s .corners-bottom {
	background:url(../images/grafics/bgVerteiler2CornersBotS.gif) no-repeat;
}

.box-verteiler-s-nobg .corners-top {
	background:url(../images/grafics/bgVerteiler2CornersTopSNoBg.gif) no-repeat;
}
.box-verteiler-s-nobg .corners-bottom {
	background:url(../images/grafics/bgVerteiler2CornersBottomSNoBg.gif) no-repeat;
}
/*--------------------------------------
	*	slot
----------------------------------------*/
.img-slot {
	display:block;
}