@charset "UTF-8";
/* CSS Document */


/***********************************
	STARTSEITE BOAT24.COM
***********************************/

div.header 
{
	position: relative;
	height: 185px;
}

.startseite .sidebar {
	display:  none;
}


/*
	HEADER IMAGES + OVERLAY + BuTTON
*/

#boat24HeaderImages{
	text-align: right;
	position: relative;
	height: 280px;
	overflow: hidden;
	}
	
#boat24HeaderImagesOverlay{
	bottom: 0px;
    position: absolute;
    right: 0;
	background: url(/img/boat24/boat24HeaderImagesOverlay.png) no-repeat center right;
	width: 620px;
	height: 65px;
	}
	
#boat24HeaderImagesOverlay h2{
	color: #fff;
	font-size: 16px;
	left: 30px;
	top: 25px;
	position: absolute;
	font-weight: normal;
	margin: 0;
	}
	
	
p.boat24HeaderButton {
	color: #fff;
	font-size: 16px;
	right: 10px;
	top: 5px;
	position: absolute;
	margin: 0px;
	}	
	
p.boat24HeaderButton a{
	float: left;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	}	
	
p.boat24HeaderButton span{
	background: url(/img/boat24/boat24HeaderButtonLeft.png) no-repeat top left;
	display: block;
	margin-right: 50px;
	padding: 17px 0px 20px 20px;
	cursor: pointer;
	position: static !important;
	color: #00578A !important;
	}	
	
p.boat24HeaderButton em{
	background: url(/img/boat24/boat24HeaderButtonRight.png) no-repeat top right;
	display: block;
	position: absolute;
	width: 50px;
	height: 55px;
	top: 0;
	right: 0;
	cursor: pointer;
	}	
	
	
/*
	CONTENT BREITE BOAT24.com (KEINE SIDEBAR)
*/

.startseite .content {
	width: 610px !important;
	}
	
.boat24Line250 {
	width: 230px;
	float: left;
	min-height: 10px;
	margin-right: 20px
	}
	
.boat24LineFirst {
	padding-top: 0px;
	}
	
.boat24Line360 {
	width: 360px;
	float: left;
	min-height: 10px;
	}
	
	


/*
	IMAGE WITH LINK OVERLAY
*/

.boat24ImageOverlay {
	position: relative;
	}


.boat24ImageOverlay span{
	position: absolute;
	bottom: 0px;
	background: #fff;
	left: 0px;
	width: 100%;
	filter:alpha(opacity=80); /* IE */
	opacity:0.8; /* allgemein */
	-moz-opacity:0.8; /* Mozilla */
	-khtml-opacity:0.8; /* KTHML */
	-opera-opacity:0.8; /* Opera */
	}
	
.boat24ImageOverlay span a{
	display: block;
	padding: 3px 25px 3px 5px;
	font-size: 14px;
	text-align: right;
	margin-right: 3px;
	background: url(/img/boat24/boat24-linkIcon.png) no-repeat center right;
	}


ul.com-new-ins {
	margin-bottom: 10px;
	}


