/* KLEUREN
	donkerblauw:#001f5d
	lichtblauw:#146cad;
	grijs:#666;
	
*/

body{
	font:12px/18px Arial,Verdana,sans-serif;
	text-align:center;
	background:#fff;
}

#container{
	text-align:left;
	width:960px;
	margin:0 auto;
}
	#header {
		height:260px;
		background-image:url(../../layout/www.marinokeulen.be/headerBG.jpg);
		background-repeat:no-repeat;
		background-position:center top;
	}
	
	#header .banner {
		width: 190px;
		height: 170px;
		background-color: #00FFFF;
	}
        #banner-txt{
            background: transparent;
            float:right;
            height:22px;
            width:406px;
            padding-top:206px;
        }

        #banner-txt .btxt{
            background: transparent;
            border:0px;
            color:#fff;
            font-weight:bold;
            width:300px;
        }
	#main{
		min-height:425px;
		height:auto !important;
		height:425px;
		background-image:url(../../layout/www.marinokeulen.be/mainBG.gif);
		background-repeat:repeat-y;
		background-position:center top;
	}
		#main_top{
			min-height:425px;
			height:auto !important;
			height:425px;
			background-image:url(../../layout/www.marinokeulen.be/main_topBG.gif);
			background-repeat:no-repeat;
			background-position:center top;
		}
			#main_bottom{
				min-height:425px;
				height:auto !important;
				height:425px;
				background-image:url(../../layout/www.marinokeulen.be/main_bottomBG.gif);
				background-repeat:no-repeat;
				background-position:center bottom;
			}
				#navigation{
					float:left;
					width:155px;
					padding: 43px 50px 0 50px;
					text-align:right;
				}
				#content{
					float:left;
					width:440px;
				}
				#extra{
					float:right;
					width:170px;
					padding:0 50px 0 40px;
				}
	#footer{
		clear:both;
		height:40px;
		padding:5px 80px 30px;
		background-image:url(../../layout/www.marinokeulen.be/footerBG.gif);
		background-repeat:no-repeat;
		background-position:center top;
		color:#666;
		font-size:10px;
	}
	.logos{
		float:left;
	}
	.footer_text{
		text-align:right;
		float:right;
		padding-top:25px;
	}

	
	/* ELEMENTS
	-----------*/
	
	#content p,#content ul,#content ol{
		margin:0 0 10px;
		color:#333;
		line-height:16px;
	}
	#content ul,#content ol{
		margin:0 0 10px;
		padding-left:30px;
		list-style:square;
		color: #146cad;
	}
	#content ul li {
		margin-bottom: 5px;
	}
	#content ol{
		list-style:decimal;
	}
	#content h1,h2,h3,h4,h5,h6{
		margin:0 0 10px;
		color:#333;
	}
	#content h1{
		font-size:18px;
		padding-bottom:4px;
		color:#146cad;
		border-bottom:1px solid #146cad;
		margin-top:10px;
	}
	h2{
		font-size:16px;
	}
	h3{
		font-size:14px;
	}
	h4{
		font-size:13px;
	}
	#extra h2{
		margin-top: 20px;
		padding-left:40px;
		border-bottom:1px solid #146cad;
		padding:23px 0 3px 0;
		color:#001F5D;
	}
	#extra h3{
		padding-left:40px;
		border-bottom:1px solid #146cad;
		padding:12px 0 3px 0;
		color:#001F5D;
		font-size: 16px;
	}
	#extra .banner_BG{
		width: 157px;
		height: 98px;
		padding: 0;
		background-color: #fff;
	}
	#extra .banner{
		width: 140px;
		height: 67px;
		padding: 0;
	}
	#extra img{
		margin-bottom:10px;
		vertical-align:top;
	}
	#extra .movie {
		background:url(../../layout/www.marinokeulen.be/movieIMG_BG.jpg) no-repeat left top;
		margin-bottom: 10px;
		height: 80px
	}
	#extra .movietxt h1 {
		padding: 2px 5px;
		color: #fff;
		background-color: #887B84;
	}
	#extra .movie img {
		margin: 7px 0 0 13px;
	}
		
	
	#navigation ul{
		list-style:none;
	}
	#navigation ul li{
		padding-bottom:8px;
	}
	#navigation ul li a{
		display:block;
		width:139px;
		padding:0 16px 0 0;
		background-image:url(../../layout/www.marinokeulen.be/navBG1.gif);
		background-repeat:no-repeat;
		background-position:right;
		color:#001f5d;
		font-weight:bold;
		font-size:14px;
		text-decoration:none;
	}
	#navigation ul li a:hover{
		color:#146cad;
		background-image:url(../../layout/www.marinokeulen.be/navBG2.gif);
		
	}
	#navigation ul li.active{
		margin-bottom:5px;
		background-image:url(../../layout/www.marinokeulen.be/navBG3.gif);
		background-repeat:no-repeat;
		background-position:right bottom;
	}
	#navigation ul li ul{
		padding-top: 8px;
	}
	#navigation ul li ul li a{
		color:#146cad;
		background-image:url(../../layout/www.marinokeulen.be/subnavBG1.gif);
	}
	#navigation ul li ul li a:hover{
		color:#001f5d;
		background-image:url(../../layout/www.marinokeulen.be/subnavBG2.gif);
	}
	
	#navigation ul li ul li.active{
		padding-bottom:10px;
		color:#146cad;
		background-image:url(../../layout/www.marinokeulen.be/subnavBG3.gif);
		background-repeat:no-repeat;
		background-position:right bottom;
	}
	#navigation img{
		border-top:1px solid #146cad;
		border-bottom:1px solid #146cad;
	}

#footer a{
	color:#666;
	text-decoration:none;
}
#footer a:hover{
	color:#146cad;
	text-decoration:none;
}
a{
	color:#146cad;
}
hr{
	border:0;
	height:1px;
	border-top:1px solid #001F5D;
	margin:10px 0 20px;
}

/* PHOTOGALLERY
---------------*/
.module_photo ul{
	margin:0;
	padding:20px 0 0 0;
}

#module_photogallery{
	list-style:none;
	padding:0;
}
#content #module_photogallery li{
	float:left;
	margin:0 15px 30px;
	height:104px;
	width:104px;
	text-align:center;
	overflow:hidden;
}
#module_photogallery li a img{
	border:2px solid #fff;
	width: 100px;
	height: 100px;
}
#module_photogallery li a:hover img{
	border:2px solid #ccc;
}

/* MODULE NEWS
---------------*/

#module_news h2{
	margin-bottom:5px;
	padding-left:15px;
	font-size:14px;
	color:#001f5d;
	background:url(../../layout/www.marinokeulen.be/navBG1.gif) no-repeat left;
	width:425px;
}


.article h2 a{
	color:#001f5d;
}
.article{
	margin:5px 0;
	border-bottom:1px solid #146CAD;
}
.article a{
	color:#146cad;
	text-decoration:none;
}
.article a:hover{
	text-decoration:underline;
}
.article p{
	display: inline;
	color:#666;
	font-size:12px;
	padding-bottom:0;
}
#content .article p.mod_news_cat,#content .article p.date, #module_news p.date{
	display: block;
	padding: 5px 0;
	margin: 0;
	color: #999;
}
.article a.more{
	display: block;
}

.article img, #module_news img{
	float: left;
	margin: 3px 10px 0 0;
}

/* FORMS
--------*/

input.submit{
	background:#146CAD;
	border:1px solid #146CAD;
	color:#fff;
	padding:2px;
	font:bold 12px Arial,Verdana,sans-serif;
}
input.text,textarea,select{
	font:12px Arial,Verdana,sans-serif;
	padding:3px;
	border:1px solid #146CAD;
	width:150px;
}
#content table.layouttable {
	width: 440px;
}
#content table.layouttable th{
	width: 160px;
	padding-bottom: 5px;
	vertical-align: top;
}
#content table.layouttable td{
	width: 280px;
	padding-bottom: 5px;
	vertical-align: top;
}
#content table.layouttable input.text,textarea,select{
	width: 250px;
}
#content table.layouttable #disclaimer {
	font-style: italic;
	color: #999;
}
#content table.layouttable input.submit{
	width: 120px;
	padding: 3px 0;
	margin: 10px 0 30px 230px;
}
#extra input.text{
	width:112px;
	margin-bottom:10px;
}
#extra input.submit{
	width:50px;
	margin-bottom:10px;
}

/* FORMS
--------*/

#module_search td,#module_search th{
	padding:3px;
}

/* CATEGORIES
-------------*/

#module_categories .category_contentitem #news_items h4 {
	display: none;
}

#module_news_search {
	margin-bottom: 30px;
}