/*======================================================
		www.releaz.nl - ontwerpbureau releaz
======================================================*/


/*======================================================
//		Algemeen
======================================================*/

.alt { display: none; }

body {
    font-family: "Trebuchet MS","Arial Narrow",Helvetica,Arial,sans-serif;
    font-size: 11px;
    background: #3e57a4;
} 

img { border: 0; }

p { font-size: 12px; color: #333; margin-top: 0; }

a { text-decoration: none; color: #c11111; }

a:hover { text-decoration: none; }

h1 { font-size: 50px; margin: -20px 0 0 0; padding: 0; }

h2 { font-size: 30px; margin: -10px 0 0 0; padding: 0; }

h3 { font-size: 20px; margin: 0; padding: 0; }

h4 { font-size: 20px; margin: 0; color: #999; }

h5 { color: #FFFFFF; font-size: 15px; margin: 0; }

#container {
	width: 920px;
	margin: auto auto;
	background: #fff;
	padding: 5px 0;
}

.title { clear: both; }

.submit {
	border: none;
	height: 22px;
	color: #333;
	font-weight: 700;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 12px;
}

label {
	width: 100px;
	float: left;
	display: block;
	color: #666;
}

input { border: 1px solid #999; margin: 1px 0; }

textarea {
	border: 1px solid #999;
	margin: 1px 0;
	font-family: "Trebuchet MS","Arial Narrow",Helvetica,Arial,sans-serif;
	font-size: 11px;
	color: #666;
}

form { margin-top: 20px; }

/*======================================================
//		Header
======================================================*/

#header { margin: auto auto; width: 900px; }

#header_sub {
	width: 900px;
	height: 148px;
	text-align: right;
	background: url(../img/hd_sub_1.jpg) no-repeat;
} 

#logo {
	margin: 10px 10px 5px 10px;
	background: url(../img/logo.png) no-repeat;
	height: 100px;
	width: 175px;
}

#icons { float: right; text-align: right; }

.nw_item_name {	font-size: 30px; }

.nw_item_creation_date { color: #666; margin: -20px 0 10px 0; }

.col_readmore a  { float: right; }

.nw_tof { float: right; }

.reaction { clear: both; }

/*======================================================
//		Navigatie
======================================================*/

#nav { 
	padding: 0;
	height: 38px;
	width: 900px;
	background: url(../img/bg_menu.png);
	margin: 0;
	float: left;
	
	list-style: none;
}

	#nav li {
		list-style: none;
		float: left;
		height: 17px;
		display: inline-block;
		position: relative;
		padding: 10px 19px;
		text-transform: uppercase;
		border-right: 1px solid #3E57A4;
	}

	#nav li a { color: #fff; font-size: 15px; }

	#nav li:hover {
		color: #FFFFFF;
		background: url(../img/bg_menu_active.png) repeat-x;
		padding: 10px 19px;
		display: inline-block;
		position: relative;
		height: 17px;
		text-decoration: none;
		border-right: 1px solid #C11111;
	}


#nav li ul {
  display: none;
  position: absolute; 
  padding: 0;
  clear: both;
  height: auto;
  left: -999em;
  z-index: 100;
  margin: 8px 0 0 -20px;
}

	#nav li ul li a { color: #FFF; font-size: 12px; }

#nav li ul li  {
	width: 150px;
	background: #c11111;
	border-bottom: 1px solid #871313;
	position: relative;
}

#nav li:hover ul, #nav li.over ul { left: auto; display: block; }

li > ul { top: auto; left: auto; }

/* einde nav */

ul#sublinks {
	width: 310px;
	margin: 10px 0 0 0;
	list-style: none;
	color: #3E57A4;
	border: 1px solid #A9BADC;
	background: url(../img/bg_blocks.gif) repeat-x;
	padding: 10px 0pt 22px 25px;
}

	ul#sublinks a {
		border-bottom: 1px solid #A9BADC;
		color: #3E57A4;
		background: url(../img/arrow.png) no-repeat 5px 3px;
		display: block;
		margin: 8px 0 0;
		font-size: 13px;
		width: 265px;
		padding: 0 0 5px 25px;
	}

#footermenumain {
	background: #c11111 url(../img/bg_footermenumain.png) repeat-x;
	width: 900px;
	height: 180px;
	margin: 10px 0 0 10px;
	padding: 10px 0 30px;
}

ul.footermenu, ul.footermenunieuws {
	width: 224px;
	height: 190px;
	padding: 0;
	border-right: 1px solid #9A1010;
	color: #FFFFFF;
	float: left;
	margin: 0
}

ul.footermenu h4 { color: #FFF;}

ul.footermenunieuws { background: url(../img/postcard.png) no-repeat 14px -2px; }

ul.footermenunieuws p {	margin: 0; }

ul.footermenu li { list-style: none; margin: 2px 20px; }

ul.footermenunieuws li { list-style: none; margin: 2px 20px 2px 40px; }

ul.footermenunieuws li input { position: relative; }

ul.footermenu li a, ul.footermenunieuws li { color: #FFFFFF; position: relative; text-decoration: underline; }

/*======================================================
//		Reacties
======================================================*/

.re_container { clear: both; margin: 10px 0; overflow: hidden; }

.re_name {
	float: left;
	border-right: 1px solid #999;
	padding-right: 10px;
	color: #999;
}

.re_time { float: left; padding-left: 10px; color: #999; }

.re_text {
	float: left;
	padding: 10px 10px;
	margin: 5px 0 10px 0; 
	width: 460px;
	clear: both;
	background: url(http://delauwer.nl/stafsite/assets/img/head_bg.gif) no-repeat;
	color: #666;
}

/*======================================================
//		Main
======================================================*/

#main { margin: auto auto; width: 900px; overflow: hidden; }

#breadcrumb {
	background: #E6ECF5;
	border-bottom: 1px solid #3E57A4;
	color: #3E57A4;
	height: 20px;
	padding: 7px 0 0 10px;
	width: 890px;
}

	#breadcrumb a { color: #3E57A4; }

#home_left {
	background: url(../img/bg_home_title.jpg) no-repeat;
	width: 288px;
	height: 320px;
	float: left;
	margin: 10px 0 0 0;
	padding: 10px;
}

	#home_left p { color: #fff; float: left; margin: 0; }
	
	#home_left img {
		display: block;
		float: left;
		padding-left: 3px;
		margin: 0 5px 5px 0;
		border-left: 5px solid #C11111;
	}
	
	.col_item { margin: 0 0 0 -10px; padding: 0 10px 10px 10px; }
	
	.f_n_item_head { margin: 48px 0 10px 0; overflow: hidden; }
	
	.f_n_item {
		background: url(../img/bg_news_item.png);
		width: 288px;
		margin: 10px -10px 0 -10px;
		padding: 10px;
		height: 60px;
		clear: both;
	}
	
	.f_n_titel { font-size: 15px; color: #FFF; font-weight: 700; }
	
	.f_n_link a {
		float: right;
		clear: both;
		color: #8396BF;
		position: relative;
	}

#home_right {
	background: url(../img/hd_big_1.jpg) no-repeat;
	height: 340px;
	width: 591px;
	float: left;
}

#text {
	width: 510px;
	float: left;
	padding: 10px;
	margin: 10px 10px 0 0;
}

#image {
	border: 1px solid #A9BADC;
	background: url(../img/bg_blocks.gif) repeat-x;
	margin: 10px 0;
	float: left;
	padding: 10px;
	width: 337px;
}

	#image img { width: 332px; border: 1px dashed #A9BADC; padding: 2px; }
	
#imagerotate {
	width: 320px;
	margin: 10px 0 0 0;
	border: 1px solid #A9BADC;
	float: left;
	background: url(../img/bg_blocks.gif) repeat-x;
	padding: 10px 0pt 10px 15px;
}

	#imagerotate img {
		border: 1px dashed #A9BADC;
		margin: 10px 2px;
		width: 65px;
		height: 65px;
	}

#button {
	background: url(../img/button_open.png) no-repeat;
	width: 195px;
	height: 195px;
	position: absolute;
	margin: 0 0 0 620px;
}

/* box */

#box {
	background: #c11111;
	width: 890px;
	height: 160px;
	margin: 10px auto;
	padding: 10px 10px 1px 0px;
}

#box .item, .item_red, .item_orange, .item_blue  {
	width: 200px;
	height: 135px;
	float: left;
	margin-left: 10px;
	padding: 6px;
}

#box .itemimg {
	border: 5px solid #FFFFFF;
	height: 83px;
	margin: 0;
	width: 190px;
}

#box p { color: #fff; margin: -9px 0 0 0; }

.album_item {
	width: 100px;
	height: 100px;
	float: left;
	padding: 10px;
	border: 1px solid #999;
	text-align: center;
}

.album_item p {
	border-top: 1px solid #999999;
	color: #C11111;
	font-weight: 700;
	padding-top: 3px;
}

/*======================================================
//		Footer
======================================================*/

#footer {
	margin: 0 auto 10px auto;
	width: 900px;
	height: 38px;
	text-align: right;
	clear: both;
	background: url(../img/bg_menu.png) repeat-x;
}

	#footer p { color: #fff; padding: 10px; }
	
	#footer a { color: #fff; text-decoration: underline; }
	
	#logos {
		margin: auto auto;
		width: 894px;
		height: 66px;
		background: url(../img/logos.png) no-repeat;	
	}

/*======================================================
//      Sitemap
======================================================*/	

ul.sitemap { margin: 0; list-style: none; font-size: 12px; }

ul.sitemap li {
	background:transparent url(../img/arrow.png) no-repeat scroll 5px 3px;
	padding: 0 0 5px 20px;
	list-style: none;
	margin: 0;	
}

	ul.sitemap li a { color: #3E57A4; }

ul.sitemap li ul li {
	background:transparent url(../img/arrow.png) no-repeat scroll 5px 3px;
	padding: 0 0 5px 20px;
	list-style: none;
	margin: 0;	
}
	
/*======================================================
//      sIFR
======================================================*/

.sIFR-flash { visibility: visible !important; margin: 0; }

.sIFR-replaced { visibility: visible !important; }

span.sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] { display: none !important; }

.sIFR-hasFlash h1 { visibility: hidden; padding: 0; margin: 0; }

.sIFR-hasFlash h2 { visibility: hidden; height: 30px; }

.sIFR-hasFlash .nw_item_name { visibility: hidden; }

.sIFR-hasFlash h3 { visibility: hidden; }
