/*
css:
	m_down-a.02
html:
	html-10.05
stand:
	30.08.2013
geschrieben von:
	M. Grellmann für die Ferienhaus-Vermittlung fincaferien.de GmbH
   ------------------------------------------------------------------------------------ */


#d_side {
	width: 208px;
	height: 833px;
	position: relative;
	float: left;
	z-index: 70;
	padding-right: 2px;
	padding-left: 3px;
	padding-top: 4px;
}
#d_side h4 {
	width: 196px;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px solid #919183;
	margin-bottom: 0;
	margin-top: 10px;
	padding-right: 2px;
	padding-left: 3px;
}
.d_side-row {
	background: -webkit-linear-gradient(top, #feffe0 0%, #FAE9A2 100%) #FAE9A2;
	background: -moz-linear-gradient(top, #feffe0 0%, #FAE9A2 100%) #FAE9A2;
	background: -ms-linear-gradient(top, #feffe0 0%, #FAE9A2 100%) #FAE9A2;
	background: linear-gradient(to bottom, #feffe0 0%, #FAE9A2 100%) #FAE9A2;
/*Boxshadow*/
	-webkit-box-shadow: 4px 3px 3px #c0b996;	
	/* webkit browser*/ 
	-moz-box-shadow: 4px 3px 3px #c0b996;	
	/* firefox */ 
	box-shadow: 4px 3px 3px #c0b996;
	width: 201px;
	z-index: 71;
	line-height: 1.25em;
	font-size: 1em;
	margin-top: 0;
	padding-right: 2px;
	padding-left: 3px;
	padding-top: 3px;
}

.d_link-row {
	
}
#d_side a, #d_side a:link, #d_side a:visited, #d_side a:hover {
	line-height: 1.25em;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#d_side img {
	border-style: none;
	border-width: 0;
}

#d_article {
	width: 735px;
	position: relative;
	float: right;
	z-index: 60;
}
.d_a_col_text {
	background-color: aqua;
	position: relative;
	width: 385px;
	z-index: 62;
	padding-left: 8px;
	padding-right: 10px;
	text-align: justify;
	background: #FBF1C6;
	border: 1px ridge #ddd7b7;
	margin-bottom: 2px;
	margin-top: 2px;
}
.d_a_col_pic {
	position: relative;
	width: 328px;
	z-index: 61;
	text-align: center;
	padding-top: 28px;
}
.left {
	float: left;
}
.right {
	float: right;
}
#d_article h3 {
	border-bottom-style: none;
	border-bottom-width: 0;
	padding-top: 3px;
	padding-bottom: 6px;
}
.fb-side {
	width: 149px;
	position: relative;
	float: left;
	z-index: 80;
	height: 582px;
}
.fb-cont {
	width: 797px;
	position: relative;
	float: right;
	z-index: 60;
	height: 582px;
}


.d_shadow {
 /*Boxshadow*/
 -webkit-box-shadow: 4px 2px 6px #ddd7b7;	
 /* webkit browser*/ 
 -moz-box-shadow: 4px 2px 6px #ddd7b7;	
 /* firefox */ 
 box-shadow: 4px 2px 6px #ddd7b7;
 }