/* ------------------------------ *\
 *      YUNA                      *
 *      [w] www.yuna.nl           *
 *      [e] info@yuna.nl          *
 *      [t] +31 15 2 617 017	    *
\* ------------------------------ */

/*------------------------------ *\
 *      Transrisk          *
\*------------------------------ */


* { 
    -moz-box-sizing: border-box; 
} 
html,
body
{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background: url(../images/bg_body.gif) repeat-x center 20px;
}

/* ----- generic styling ----- */
body
{
	font-family: arial, helvetica, verdana, sans-serif;
	font-size:70%;
	line-height:150%;
	color: black;
}
p,
h1,
h2,
h3,
h4,
h5,
ul,
ol
{
	margin:0;
	padding:0;
}

ul
{
	margin: 5px 0
}

li
{
	list-style-image: url(../images/bullit_list.gif);
}

li ul
{
	margin-left:10px;
}

a
{
	color: #DA894E;
}
a:hover
{
	color: #333;
}

h1,
h2,
h3,
h4,
h5
{
	color:#DA894E;
	font-weight:bold;
	font-size:110%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DCDCDC;
}


/* ----- main containers ----- */
body
{
	text-align:center;
}

div#containerBuiten
{
	position: relative;
	width:908px;
	margin:0 auto auto auto;
	text-align:left;
}

/* header*/
div#headerContainer
{
	height:309px;
	height:329px;
	position:relative;
	background: white  url(../images/bg_header.gif) no-repeat left 0px;
	z-index: 1;
}
	div#LogoContainer
	{
		position:absolute;
		top:2px;
		left:25px;
		width:108px;
		height:108px;		
		
	}
		
		h1#subtitle
		{
			position: absolute;
			left: 250px;
			top: 95px;
			width: 340px;
			height: 15px;
			background: url(../images/h_subtitle.gif) no-repeat left top;
			border: none;
		}
		
			h1#subtitle span
			{
				display: none;
			}
			


div#Banner
	{
		position:absolute;
		top:113px;
		left:11px;
		width:588px;
		height:188px;
		background:  url(../images/bg_banner.jpg) no-repeat left top;
	}		
			
			
div#loginBox
{
	position:absolute;
	top:10px;
	left:620px;
	width:240px;
	height:35px;
	color: white;
	font-weight: bold;
	padding-top: 40px;
	background: url(../images/bg_login.gif) no-repeat left 0px;
}

	div#loginBox label
	{
		margin-right: 10px;
		font-weight: normal;
		position: relative;
		padding-right: 10px;
	}

		div#loginBox label input
		{
			position: absolute;
			top: 17px;
			height:17px;
			width: 70px;
			font-size: 85%;
		}

			
#SloganContainer
{
	position: absolute;
	width: 260px;
	height: 110px;
	left: 620px;
	top: 140px;
	background: url(../images/slogan.gif) no-repeat left top;
}			

	#SloganContainer span
	{
		display: none;
	}
	
.SloganEmail
{
	position: absolute;
	width: 260px;
	height: 30px;
	left: 620px;
	top: 255px;
	background: url(../images/bg_sloganemail.gif) no-repeat left top;
}	


 .SloganEmail span
	{
		display: none;
	}	

/* content*/
div#contentRoot
{
	padding-top: 20px;
	height:28px;
	width: 908px;
	padding: 18px; 
	position:relative;
	background: url(../images/bg_content.gif) no-repeat left top;
	z-index: 0;
}

	* >div#contentRoot
	{
		min-height:280px;
		height:auto;
		width: 908px;
		padding: 20px 18px 40px 18px;
	}

div#contentright
{
	position: relative;
	float: right;
	width: 265px;
	z-index: 1;
}

	div#contentright img
	{
		float: left;
		border: 1px solid gray;
		margin-bottom: 15px;
		clear: both;
	}


div#contentleft
{
	position: relative;
	float: left;
	width:580px;
	z-index: 1;
}

	div#contentleft .paddingbox
	{
		padding: 20px 40px 10px 40px;
	}

		div#contentleft .paddingbox li
		{
			list-style-position: inside;
		}
		
	div#contentleft .paddingbox table
	{
		font-size: 100%;
	}	


/* Menu */
ul#mainNav
{
	position:absolute;
	left: 12px;
	top: 300px;
	z-index:10;
	height:25px;
	width: 586px;
	background:#E4E4E4;
	font-size: 85%;
	font-size: 11px;
}

/*menu*/

	ul#mainNav li
	{
		height:25px;
		position:relative;
		line-height:10px;
		float:left;
		width:auto;
		z-index: 10;
		cursor:pointer;
		list-style: none;
	}
		ul#mainNav li a,
		ul#mainNav li span
		{
			display: block;
			float: left;
			height: 25px;
			position: relative;
			line-height: 25px;
			padding: 0 15px;
			width: auto;
			color:#E28A49;
			font-weight: bold;
			text-decoration: none;
			z-index:10;
			border-right: 1px solid white;
			background: url(../images/bg_nav_blok.gif) no-repeat right bottom;
		}
		
		ul#mainNav li.selected a
		{
			color: #8A94AC;
			background:  url(../images/bg_nav_blok.gif) no-repeat right bottom;
		}
		

		ul#mainNav a:hover
		{
			color:#FFF;
			background: #AEB5C6 url(../images/bg_nav_blok.gif) no-repeat right bottom;;
			
		}
	
		ul#mainNav li.first
		{
			background-image:none;
		}

			/* --- submenu --- */
			ul#mainNav li ul
			{
				position:absolute;
				display:none;
				top:28px;
				left:0px;
				width:150px;
				background:#E4E4E4;
				z-index:50;
				list-style:none;
				padding: 0px;
				margin: 0px;
			}
	
				ul#mainNav li ul li
				{
					position: relative;
					height:auto;
					line-height:25px;
					float:none;
					margin:0;
					padding: 0px;
					z-index: 50;
				}
	
					ul#mainNav li ul li a
					{
						float:none;
						line-height:25px;
						height:25px;
						width: auto;
						border-right: none;
						background-image:none;	
						padding:0 10px;
						text-decoration:none;
						z-index:10;
					}
						
						ul#mainNav li ul li a:hover
						{
							text-decoration:none;
							background-image:none;
						}

/* footer */
div#footerBox
{
	height:52px;
	position:relative;
	margin-left: 10px;
	width: 590px;
	background: url(../images/bg_footer.gif) repeat-x left top;
}

	div#footerBox p
	{
		float: right;
		margin: 20px 15px 0 0;
		font-size:85%;
		color:#E28A49;
	}

	div#footerBox a
	{
		color:#E28A49;
		text-decoration:none;
	}
		div#footerBox a:hover
		{
			text-decoration:underline;
		}

/* etcetera */
div#clearAll
{
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}


/*gallery images*/

div#img_display
{
	float: left;
	margin:20px 0 0 0;
	width:250px;
	display: block;
	
}
div#img_display img
{
	margin:0px 0;
}

div#img_gallery
{
	float: left;
	display: block;
	margin:20px 0;
	width:252px;
	
}

div#img_gallery img
{
	border:1px solid #EEE;
	clear: none;
	float:left;
	margin: 3px 3px 4px 4px;
	cursor: pointer;
}

*> div#img_gallery img
{
	margin: 5px 5px 4px 4px;;
}


div.clear
{
	clear:both;
	height:1px;
}

div#img_gallery img.active
{
	border: 1px solid #666;
	cursor: pointer;
}