/* CSS Reisecneter Fehmarn Modul Startseite */

.thumbnail {
width: 110px;
height:130px;
margin: 0 5px 10px 0;
padding: 5px;
font-family: Verdana, "Bitstream Vera Sans", "Lucida Sans", Arial, Helvetica, sans-serif;
font-size: 73%;
float: left;
}

.thumbnail div.link {
margin-bottom: 5px;
}

.thumbnail img {
text-decoration: none;
background: #fff;
}
.thumbnail img:hover {
text-decoration: none;
background: #c9b385;
}

#featured-wrapper {
width: 510px;
height: 295px;
border:1px solid #ffffff;
background: #e3e1d5;
padding-left: 15px;
margin-bottom: 5px;
}

#featured-wrapper img {
border: none;
}

/* TABS*/

#tabs {
	margin-bottom: 10px;
	margin-top: 15px;
}
#tabs ul {
	float: left;
	margin-bottom: -3px;
}
#tabs li {
	list-style: none;
}
* html #tabs li {
	display: inline;
}
#tabs li, #tabs li a {
	float: left;
}
#tabs ul li.active {
	border-top: 1px #fff solid;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
	border-bottom: 1px #e3e1d5 solid;
	background: #e3e1d5;
}
#tabs ul li.active a {
	color: #414141;
}
#tabs div {
	background: #e3e1d5;
	clear: both;
	padding: 15px;
	min-height: 200px;
	border: 1px solid white;
}
#tabs div h3 {
	margin-bottom: 12px;
}
#tabs div p {
	line-height: 150%;
}
#tabs ul li a {
	text-decoration: none;
	padding: 8px;
	color: #414141;
}
