/* General */

* {
	margin: 0;
	padding: 0;
}

html,body {
	height:100%;  /* used for positioning the footer */
	background:#353535;
}

body, th, td, input, textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #4b4b4b;
}

h1 {
	font-size: 2em;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 1.4em;
	color: #4191af;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 1em;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 1.2em;
	color: #d40000;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #d40000;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border:0;
}

a:hover {
	color: #555555;
}

li {
	list-style: none;	
}

.clear {
	clear:both;
	font-size:1px; 
	line-height:0
}

.homelink{
	position:absolute;
	display:block;
	height:100px;
	width:500px;
	top:40px;
	left:100px;
}


/* Layout */

#mainpage {
	width:942px;
	position: relative; /* om positionering in de child tags mogelijk te maken */
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
	background:url(../images/bg.jpg);
}

#top {
	height:262px;

}

.top1 {
	background: url(../images/top.jpg);
}

.top2 {
	background: url(../images/top2.jpg);
}

#menu {

}


#collums_container {
 /*background: url(../images/imagebottom.jpg) bottom no-repeat;*/
 background-image: url(../images/imagebottom.jpg);
 background-position:bottom;
 background-repeat:no-repeat;
}

#collums {
 /*background: url(../images/imagetop.jpg) top no-repeat;*/

 background-position:top;
 background-repeat:no-repeat;
}

.collums1{
 background-image: url(../images/imagetop.jpg);
}

.collums2{
 background-image: url(../images/imagetop2.jpg);
}



#left_container,#content_container,#right_container {
	float: left;
}

#left_container {
	width: 210px;
}

#content_container {
	width: 730px;
}

#right_container {
	width: 200px;
}

#content {
	margin: 0 10px 0 0;
	border:1px solid #888888;
	background:#fff;
}
#content h2{

}


/* Front layout */

#left_containerfront{
	width:570px;
	float:left;
	margin-left:10px;
}

#leftfront{
	width: 210px;
	float:left;
	margin-bottom:10px;
	
}

#leftfront2{
	width:348px;
	float:left;
	background:#fff;
	margin-left:10px;
	border:1px solid #888888;
}

#contentfront{
	line-height:19px;
	padding-left:10px;
	float:left;
	width:420px;
}

#rightfront{
	float:left;
	width:340px;
	background:#fff;
	margin-left:10px;
	border:1px solid #888888;
}

#breadcrumbs {
	margin: 10px;
	border-bottom: 1px dotted #cccccc; 
}



#left,#right {
	margin: 0 10px 10px 10px;
}


#footer {
	background:#353535 url(../images/bottom.jpg) top no-repeat;
	text-align:center;
	height:100px;
}



/* Menu */
#topmenu1{
	border:1px solid transparent;
	color:#9d9d9d;
	height:42px;
	text-align:right;
	font-size:12px;
}

#topmenu1 li{
	float:right;
	background:url(../images/dot.gif) no-repeat 8px 7px;
	padding-left:20px;
	color:#fff;
}
#topmenu1 .item36{
	background:none;
}
#topmenu1 a{
	color:#fff;
	font-size:10px;
}
#topmenu1 div{
	margin-top:4px;
}

#topmenu1 ul{
	margin-top:2px;
}

#topmenu2{
	text-align:right;
}
#topmenu2 ul{
	margin-right:10px;
}
#topmenu2 li{
	float:right;
	background:url(../images/menulijntje.png) no-repeat;
	padding: 6px 10px 30px 10px;
	
}
#topmenu2 a{
	color:#616161;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

#jflanguageselection {
	float:right;
	margin:0;
	margin-right:10px;
}

.rawimages{
	margin:0px;
}

#menu {
	border:1px solid #888888;
	background:#fff;
	height:283px;
}

#menu h2{
	margin:5px 0 0 10px;
}
#menu .menu_subcontainer{
	margin:5px 10px 10px 10px;
	background:#e8f6ff url(../images/menubg.jpg) repeat-x;
	height:237px;
	padding:5px;
	overflow-x:auto;
}

#accordionMenu a{
	display:block;
	padding-left:15px;
	background:url(../images/arrow.png) no-repeat left;
	font-weight:bold;
	font-size:12px;
	color:#555555;
}
#accordionMenu a:hover{
	color:#d40000;
}
#accordionMenu ul{
	margin-left:10px;
}
#accordionMenu li{
	margin-top:8px;
}

/*logos */

.logos{
	margin-left:70px;
	margin-top:10px;
}
.logos_front{
	float:left;
	margin-left:20px;
}
.logos_front li{
	float:left;
}
.logos li{
	float:left;
}
.logo1{
	width:68px;
	height:68px;
	background:url(../images/emci.jpg);
}
.logo2{
	width:50px;
	height:68px;
	background:url(../images/nbms.jpg);
}



/* content styling */



#footer p {
	margin:10px;
}

.page_content ul {
	margin-left:20px;
}
.page_content li {
	list-style:disc;
}

/*searchform */
#leftfront2 h2 {
	margin:5px 0 0 10px;
}
.searchform{
	margin:5px 10px 10px;
	background:#e8f6ff url(../images/hoefijzer.jpg) no-repeat;
	height:247px;
}

.searchform td{
	padding:4px;
}
.searchform .searchform_col1{
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:10px;
	color:#616161;
	width:160px;
	font-size:12px;
}
.searchform .searchform_col2{
	padding-left:10px;
}
.searchform .input1{
	font-size:10px;
	width:206px;
	color:#737373;
	padding:2px;
}
.searchform .select1{
	font-size:10px;
	width:214px;
	color:#737373;
	padding:2px;
}
.searchform .select2{
	font-size:10px;
	width:94px;
	color:#737373;
	padding:2px;
}
.searchform_zoeken {
	text-align:right;
	padding-bottom:10px;
}
.searchform_to {	

}

/* recent ships */
.recentships {
	margin:5px 10px 10px 10px;
	background:#e8f6ff url(../images/menubg.jpg) repeat-x;
}
#rightfront h2{
	margin:5px 0 0 10px;
}
.recentships table{
	border-collapse:collapse;
}

.recentships td{
	border:1px solid #bebebe;
	text-align:center;
	width:106px;
	height:90px;
}
.recentships a{
	color:#555555;
}

.recentships a:hover{
	color:#d40000;
}

/*article*/
#page h2{
	margin:5px 0 0 10px;
}

.page_content{
	background:#e8f6ff url(../images/menubg.jpg) repeat-x;
	margin:5px 10px 10px 10px;
	border:1px solid #888888;
}
.page_content2{
	background:#fff;
	border:1px solid #888888;
	margin:5px 10px 10px 10px;
	padding:10px;
}

.page_content3{
	margin:5px 10px 10px 10px;
	padding:10px;
}

#hoefijzer {
	background: url(../images/hoefijzer.jpg) 200px 0 no-repeat;
}

.terug_nl,.terug_en,.terug_de{
	float:left;
	display:block;
	width:63px;
	height:20px;
	margin:10px 0 0 10px;
}
.terug_nl{
	background:#e8f6ff url(../images/terug_nl.jpg) repeat-x;
}
.terug_en{
	background:#e8f6ff url(../images/terug_en.jpg) repeat-x;
}
.terug_de{
	background:#e8f6ff url(../images/terug_de.jpg) repeat-x;
}

.print{
	float:left;
	display:block;
	background:#e8f6ff url(../images/print.jpg) repeat-x;
	width:63px;
	height:20px;
	margin:10px 0 0 10px;
}

.buttonheading{
	float:left;
	margin-top:12px;
}

.articleinfo{
	margin-bottom:10px;
}

/* Yachtlist */
.yachtlist {
	width:700px;
	border-collapse:collapse;
	margin: 5px 10px 10px 10px; 
	background:#e8f6ff url(../images/menubg.jpg) repeat-x;
}
.yachtlist td{
	border:1px solid #bebebe;
	font-size:10px;
}

.yachtlist_col1 {
	padding:4px;
	text-align:center;
	width:88px;
}
.yachtlist_col2 {
	padding:4px;
	width:180px;
	vertical-align:top;
}
.yachtlist_col2 span {
	font-weight:bold;
}
.yachtlist_col3 {
	padding:4px;
	width:300px;
	vertical-align:top;
}
.yachtlist_col4 {
	padding:4px;
	font-weight:bold;
}
.yachtlist_fields{
	border-collapse:collapse;

}
.yachtlist_bid{
  color:red;
  font-weight:bold;
}

.yachtrow{
	cursor:pointer;
}

.yachtlist_fields td{
	border:0;
	vertical-align:top;
}

.yachtlist_fields_col1 {
	width:80px;
}
.yachtlist_fields_col2 {
	width:10px;
}
.shiplist_top{
	margin:5px 0 0 10px ;
}
.shiplist_top li{
	float:left;

}
.shiplist_top_titel{
	width:180px;
}
.gevonden {
	width:100px;
		font-size:12px;
}
.paging{
	width:160px;
}
.sort{
	width:260px;
		font-size:12px;
	text-align:right;
	font-weight:bold;
	font-family:Arial,Helvetica,sans-serif;
}
.sort select{
		font-size:10px;
}

.pagination li {
	margin-right:2px;
	float:left;
	font-size:12px;
}
.active_page{
	color:#d40000;
}
.no_result{
	padding:10px;
	font-weight:bold;
}
.bottom_pagination{
	margin:0 0 10px 10px;
}

/* yacht details */
.yachtdetails_top {
	margin:5px 0 0 10px;
}
.yachtdetails_top li{
	float:left;
}
.yacht_details {
	background:#E8F6FF url(../images/menubg.jpg) repeat-x scroll 0 0;
	margin:5px 10px 10px;
	border:1px solid #BEBEBE;
}
.details_title {
	width:350px;
}
.details_refnr{
	width:348px;
	text-align:right;
}

.details_main_pic {
	float:left;
	width:490px;
	margin: 5px 0 0 10px;
}	

.details_main_pic table{
	border-collapse:collapse;
}	

.details_main_pic td{
	width:490px;
	height:448px;
	border:1px solid #BEBEBE;
	background:#fff;
	text-align:center;
}
.details_pic_list{
	float:left;
	width:185px;
	margin: 5px 0 0 0;
}
.details_pic_list table{
	border-collapse:collapse;
}
.details_pic_list td{
	width:80px;
	height:80px;
	border:1px solid #BEBEBE;
	background:#fff;
}

.thumbdiv{
	float:left;
	width:80px;
	height:80px;
	margin: 0 0 12px 12px;
}

.details_basisgegevens {
	margin:10px 10px  0 10px;
}
.details_blocktitle_1{
	margin-bottom:10px;
	padding-left:20px;
	background:url(../images/arrow.png) no-repeat left;
	font-weight:bold;
	font-size:12px;
}
.details_blocktitle_2{
	margin-bottom:10px;
	padding-left:20px;
	background:url(../images/arrow.png) no-repeat left;
	font-weight:bold;
	font-size:12px;
}
.details_basisgegevens table {
	float:left;
	border-collapse:collapse;
}
.details_basisgegevens td {
	border-bottom:1px solid #8a8a8a;
	padding-top:5px;
}
.details_basistable_1 .details_basistable_col1{
	padding-left:20px;
}
.details_basistable_2 {
	margin-left:10px;
}
.details_basistable_col1{
	width:120px;
	font-weight:bold;
	vertical-align:top;
}
.details_basistable_col2{
	width:202px;
}

.details_motor {
	margin:20px 10px  0 10px;
}
.details_blockline{
	border-top:1px solid #8a8a8a;
	padding-top:5px;
}

.details_blocks_col1 {
	width:150px;
	font-weight:bold;
	padding-left:20px;
}

.details_blockgeneral{
	margin:40px 10px  0 10px;
}

.meerinfo {
	background:#4a4a4a;
	margin-bottom:10px;
	padding:10px;
	color:#fff;
}
.meerinfo {
	background:#4a4a4a;
	margin-bottom:10px;
	padding:10px;
	color:#fff;
}
.meerinfo table {
	margin-top:10px;
}
.meerinfo td{
	color:#fff;

	vertical-align:top;
}

.meerinfo span{
	font-size:18px;
	font-weight:bold;
}

.meerinfo_col1 {
	width:120px;
}
.meerinfo_col2 {
	width:190px;
}
.meerinfo_col3 {
	padding-left:20px;
	width:120px;
}
.meerinfo_col4 {
	width:190px;
}
.meerinfo_col5 textarea{
	width:532px;
	margin-bottom:10px;
	border-color:#343434;
	border-width:1px;
}
.meerinfo_col6 {
	text-align:right;
}
.meerinfo_col2 input, .meerinfo_col4 input {
	width:190px;
	margin-bottom:10px;
	border-color:#343434;
	border-width:1px;
}
.mailsent {
	margin:5px 10px 0 10px;
	border:1px solid #BEBEBE;
	padding:10px;
	color:#00CC00;
}

/*contactdetails*/

.contactdetails h2{	
	margin:5px 0 0 10px;
}
#component-contact{
	background:#e8f6ff url(../images/menubg.jpg) repeat-x;
	margin:5px 10px 10px 10px;
	border:1px solid #888888;
}
.contactleft{
	float:left;
	width:400px;
	margin:10px 0 10px 10px;
}
.contactright{
	float:left;
	width:264px;
	margin:10px 0 0 10px;
	border:1px solid #888888;
	background:#FFF;
}
.contactaddress{
	margin:10px 0 0 10px;
}


.contactdesc{
	margin-top:20px;
}
.contactplattegrond{
	margin-top:20px;
}
.contacttitle {
	display:block;
	font-weight:bold;
	font-size:14px;
	margin-bottom:6px;
		
}

.detailsgoogle{
	margin:20px 10px 10px 0;
}

.contacttoonschepen{
	margin-top:10px;
}
.contacttoonschepen a{
	font-weight:bold;
	font-size:14px;
	color: #d40000;
}
.contacttoonschepen a:hover{
	text-decoration:underline;
}

/*emaildienst */
.emaildienst h2{	
	margin:5px 0 0 10px;
}
.emaildienst_sub{
	background:#e8f6ff url(../images/menubg.jpg) repeat-x;
	margin:5px 10px 10px 10px;
	border:1px solid #888888;
}

.emaildienst_tekst{
	margin:10px;
}
.emaildienst_form {
	color:#616161;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	padding-left:15px;
}

.emaildienst_title {
	font-weight:bold;
	font-size:14px;
	color: #d40000;
	border-bottom:1px solid #888888;
	padding-bottom:5px;
	margin-right:10px;
}

.emaildienst_title2 {
	font-weight:bold;
	font-size:12px;
}

.emaildienst_form table {
	margin-top:5px;
	margin-bottom:20px;
}
.emaildienst_error {
	color:red;
}

.emaildienst_input1{
	width:220px;
}
.emaildienst_input2{
	width:86px;
}

.emaildienst_select1{
	width:224px;
}

.emaildienst_col1{
	width:170px;
	height:24px;
}
.emaildienst_col2{
	width:80px;
}
.emaildienst_col3{
	width:40px;
	text-align:center;
}
.emaildienst_col4{
	width:80px;
}

/*vestigings_overview*/

.vestigings_overview .componentheading{
	margin:5px 0 0 10px;
}

.vestigings_overview .contentpane{
	background:#e8f6ff url(../images/menubg.jpg) repeat-x;
	margin:5px 10px 10px 10px;
	border:1px solid #888888;
}

.vestigings_overview .contentpane table{
	margin:10px;
}

.vestigings_overview .contentpane .category {
	font-size: 14px;
	line-height:30px;
}

/* aanbod */

.aanbod a{
	display:block;
	padding-left:15px;
	background:url(../images/arrow.png) no-repeat left;
	font-weight:bold;
	font-size:12px;
	color:#555555;
}
.aanbod a:hover{
	color:#d40000;
}
.aanbod ul{
	margin-left:10px;
}
.aanbod li{
	margin-top:8px;
	list-style:none;
}



