/*************************************************************************************
	*
	*	BASIC STYLESHEET
	*	Copyright 2009, Rewe Touristik
	*	www.itsreisen.de
	*	Author:Joerg Di Terlizzi, JUNG v. MATT Neckar GmbH
	*	Last change:090411
	*
 *************************************************************************************/
 
/*------------------------------------------------------------*/
/* Boxes 		
/*------------------------------------------------------------*/
.slotSurroundImg, .slotSurroundBox{
	float:left;
	position:relative;
	margin:0 5px 5px 0;
	padding:0;
	border-bottom:1px solid #D1D1D2;
}
.slotSurroundBox{
	border:1px solid #D1D1D2;
}



.slotHeaderBoxLeft{
	float:left; 
	width:229px; 
	height:207px; 
	background:#fed760; 
	padding: 10px 0 0 10px;
}


.slotHeaderBoxRight{
	float:left; 
	margin-left:20px; 
	width:520px; 
	height:217px;
}


.ctr, .ctl, .cbr, .cbl, .cblImg, .cbrImg{
	position:absolute;
	height:2px;
	width:2px; 
}
.ctl{
	top:-1px;
	left:-1px;
	background:url(/images/laender_specials/common/cornersGreyBorder.gif) left top no-repeat; 
}
.ctr{
	top:-1px;
	right:-1px;
	background:url(/images/laender_specials/common/cornersGreyBorder.gif) right top no-repeat; 
}
.cbr, .cbrImg{
	bottom:-1px;
	right:-1px;
	background:url(/images/laender_specials/common/cornersGreyBorder.gif) right bottom no-repeat;
}
.cbl, .cblImg{
	bottom:-1px;
	left:-1px;
	background:url(/images/laender_specials/common/cornersGreyBorder.gif) left bottom no-repeat;
}
.cbrImg{
	right:0;
}
.cblImg{
	left:0;
}
.slotSurroundImg img{
	margin:0; 
	padding:0;
}
.slotSurroundImg .content{
	padding:10px; 
	border-left:1px solid #D1D1D2; 
	border-right:1px solid #D1D1D2;
}
/*------------------------------------------------------------*/
/* Content 		
/*------------------------------------------------------------*/
p.contentErleben{
	margin:0; 
	padding:0;
	float:left; 
	width:350px; 
	margin:7px 0 0 8px;
}
.slotSurroundImg p, .slotSurroundBox p{
	margin:5px 0 0 0; 
	padding:0;
}
.slotSurroundImg p.headline, .slotSurroundBox p.headline, p.contentErleben span.headline, p span.headline{
	color:#222;
	font-weight:bold; 
}
.slotSurroundImg p.headline2 {
	color:#222;
	font-weight:bold; 
}

.slotSurroundImg p span.price{
	font-size:1.2em; 
	font-weight:bold;	
	color:#d8100b;
}
a.imgErleben img{
	float:left;
	margin:10px 10px 0 0;
}
p.trenner{
	margin:5px 0px 0px 0px;
	line-height:0px
}
.veranstaltungSurround{
	border:1px solid #D1D1D2;
	padding:2px;
	margin-bottom:10px;
}
.categorySurround, .categorySurroundLast{
	border-bottom:1px solid #D1D1D2;
	margin-bottom:2px;
}
.categorySurroundLast{
	border:none;
	margin-bottom:0;
}
.categoryImg{
	float:right; 
	margin:0 0 10px 0; 
	padding:0;
}
.categoryText{
	margin:0 10px 10px 5px; 
	padding:0; 
	width:566px;
	float:left;
}
/*------------------------------------------------------------*/
/* table 		
/*------------------------------------------------------------*/
.eventTable{
	margin:2px 0 24px 0; 
	color:#222;
	font-size:0.7em;
}
.eventTable tr.rowA{
	background:#e3edf1;
}
.eventTable tr.rowB{
	background:#c7dde6;
}
.eventTable tr td{
	border-right:1px solid #D1D1D2; 
	padding:5px; 
}
.eventTable tr td.event {
	font-weight:bold;
}
.eventTable tr td.last{
	border-right:none;
}
