/*
 *Common
 */
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

div, span, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
}

blockquote
{
	margin-top: 3px;
	margin-left: 10px;
}

.Close
{
	clear: both;
}

/*
 *Main
 */
body
{
	background-color: #fff;
	background-image: url(../media/img/body_bg.gif);
	background-repeat: repeat-x;
}

div#Wrapper
{
	position: relative;
	text-align: left;
	margin: 0 auto -70px;
	width: 928px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../media/img/wrapper_bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

	div#FooterSpace
	{
		position: relative;
		height: 70px;
	}
	
	div#Header
	{
		position: relative;
		height: 186px;
	}
	
		div#LeftHeader
		{
			position: relative;
			width: 230px;
			height: 186px;
			overflow: hidden;
			float: left;
		}
		
		div#RightHeader
		{
			position: relative;
			width: 698px;
			height: 186px;
			overflow: hidden;
			float: left;
		}
		
	div#MenuBar
	{
		position: relative;
		width: 898px;
		height: 41px;
		padding-left: 30px;
		background-image: url(../media/img/menubar_bg.gif);
		background-position: left top;
		background-repeat: no-repeat;
	}
	
	div#LeftColumn
	{
		position: relative;
		width: 180px;
		padding: 0 20px 10px 30px;
		background-image: url(../media/img/leftcolumn_gradient.gif);
		background-repeat: no-repeat;
		float: left;
	}
	
	div#Content
	{
		position: relative;
		width: 678px;
		padding: 20px 0 20px 20px;
		float: left;
	}
	
		div#Portal
		{
			position: relative;
			width: 678px;
			height: 228px;
			padding-top: 10px;
		}
		
			div.PortalContainer
			{
				position: relative;
				padding: 12px 15px 0 8px;
				width: 144px;
				height: 214px;
				text-align: right;
				border-right: 1px solid #bbb;
				border-bottom: 1px solid #bbb;
				border-left: 1px solid #eee;
				border-top: 1px solid #eee;
				background-image: url(../media/img/portal_bg.gif);
				background-repeat: repeat-x;
				float: left;
			}
			
		div.FormRow
		{
			position: relative;
			padding-bottom: 8px;
		}
		
		div#Route
		{
			position: relative;
			width: 264px;
			padding-left: 20px;
			float: left;
		}
	
div#Footer
{
	position: relative;
	text-align: center;
	min-width: 928px;
	width: 100%;
	height: 70px;
	background-image: url(../media/img/footer_bg.gif);
	background-repeat: repeat-x;
}

	div#FooterContent
	{
		position: relative;
		padding-top: 20px;
		text-align: left;
		margin: 0 auto;
		width: 928px;
		height: 50px;
		background-image: url(../media/img/footercontent_bg.gif);
		background-repeat: no-repeat;
	}

/*
 *Text
 */
div#LeftColumn div.Hr
{
	height: 1px;
	border-top: 1px solid #fff;
}

div#Content div.Hr
{
	height: 1px;
	border-top: 1px solid #494949;
}

/*
 *Portal
 */
div.PortalContainer a
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #494949;
	text-align: right;
	text-decoration: none;
	padding-right: 20px;
	background-image: url(../media/img/portal_arrow.gif);
	background-position: right 4px;
	background-repeat: no-repeat;
}

div.PortalContainer a:hover
{
	color: #ef3f35;
}

/*
 * Menu
 */
.nav, .nav ul
{ 
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.nav
{
	z-index: 100;
	position: absolute;
	left: 240px;
	top: 194px;
}

.nav li
{
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	background: none;
}

/*
 * Top Menu
 */
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited
{
	height: auto;
	display: block;
	font-size: 13px;
	color: #fff;
	line-height: 20px;
	text-decoration: none;
	padding: 2px 6px 11px 6px;
}		

#nav-one li:hover a,
#nav-one li.sfHover a
{
	color: #ef3f35;
	background-image: url(../media/img/menu_item_bg.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

/*
 * Niveau 1
 */
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a 
{
	height: auto;
	display: block;
	width: 160px;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	padding: 3px 6px;
	margin: 0px 5px;
	border: 1px solid #5b5b5b;
	background-color: #5b5b5b;
	background-image: none;
}

#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover
{
	color: #fff;
	border: 1px solid #ef3f35;
	background-color: #ef3f35;
}

#nav-one li ul ul {
	margin: -33px 0 0 174px;
}

#nav-one li:hover ul ul, #nav-one li.sfhover ul ul {
	left: -999em;
}

#nav-one li:hover ul, #nav-one li li:hover ul, #nav-one li.sfhover ul, #nav-one li li.sfhover ul {
	left: auto;
}

.nav ul 
{		  
	list-style: none;
	margin: 0;
	position: absolute;
	top: -999em;
	left: 0;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

.nav li:hover ul,
.nav li.sfHover ul 
{
	top: 33px;
}

.nav ul li 
{
	height: auto;
	border: none 0;
	float: none;
}

.nav ul a 
{
	border-bottom: none 0;
}

/*
 *Images
 */
div#Content div#Portal img
{
	border-left: 1px solid #bbb;
	border-top: 1px solid #bbb;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 0;
	float: none;
}

div#Content a.Album
{
	display: block;
	text-align: center;
	padding: 5px;
	width: 102px;
	height: 102px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-image: url(../media/img/album_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	float: left;
	margin: 0 10px 10px 0;
}

div#Content a.Album:hover
{
	background-image: none;
	background-color: #eee;
}

div#Content a.Album img,
div#Content a.Album:hover img
{
	float: none;
	margin: 0;
	border-left: 1px solid #999;
  	border-top: 1px solid #999;
  	border-right: 1px solid #ccc;
  	border-bottom: 1px solid #ccc;
}

table#Address
{
	border: none 0;
	width: 280px;
}

    table.vcard caption,
    table.vcard .type,
    table.vcard .country-name{
        display: none;
    }

table#Grid td
{
	border-bottom: 1px solid #494949;
}

table#Grid td.AlbumNaam{
	width: 400px;
}

div#Content table#Grid img
{
	border: none 0;
	margin-left: 10px;
}

/*
 *Forms
 */
form, fieldset
{
	border: none 0;
}

	form
	{
		width: 376px;
		float: left;
	}
	
	legend
	{
		font-size: 1px;
		height: 1px;
	}
	
	form label
	{
		padding-top: 4px;
		font-size: 12px;
		color: #494949;
		float: left;
		width: 100px;
	}
	
	form label span
	{
		color: #ef3f35;
	}
	
	input
	{
		padding: 4px 3px 0 4px;
		width: 264px;
		height: 18px;
		border:1px solid #bcbcbc;
		background-image: url(../media/img/input_bg.gif);
		background-attachment: scroll!important;
		background-attachment: fixed;
		background-repeat: no-repeat;
		font-size: 12px;
		color: #494949;
	}
	
	textarea
	{
		padding: 4px 3px 0 4px;
		width: 264px;
		height: 76px;
		border: 1px solid #bcbcbc;
		background-image: url(../media/img/input_bg.gif);
		background-attachment: scroll!important;
		background-attachment: fixed;
		background-repeat: no-repeat;
		overflow: auto;
		font-size: 12px;
		color: #494949;
	}
	
	input#Submit
	{
		width: 67px;
		height: 25px;
		border: none 0;
		background-image: url(../media/img/submit_bg.gif);
		background-repeat: no-repeat;
		font-size: 10px;
		color: #fff;
		float: right;
		padding: 0;
		margin-right: 2px!important;
		margin-right: 0;
	}
	
