/* BEGIN GENERAL */
html, body { height:100%; }

*
{
	padding:0;
	margin:0;
}

body
{
    padding:0;
    margin:0;  
    font-size:11px;
    color:#000000;  
    font-family:Arial;
}

form 
{ 
	height: 100%;
}

input, select, textarea
{

}

textarea 
{ 
	
}

/* END GENERAL */
/* BEGIN CONTAINER */
div.Container 
{
	height: 100%;
	padding: 0 13px;
	width: 960px;
	margin: 0 auto;
	background-image: url('/images/project/container_bg.gif');
	background-repeat: repeat-y;
}
/* END CONTAINER */
/* BEGIN HEADER */
div#Header
{
	height: 160px;
	border-bottom: 1px solid white;
	background-color:#1a1a18;
	position: relative;
}

div#Header a
{
	border-bottom:none;	
}

a#aLogo { float: left;}
a#aLogo img
{
	position: absolute;
	top: 30px;
	left: 13px;
	height: 99px;
	width: 238px;
}
div#divLogoBig 
{
	height: 160px;
	width: 127px;
	right: 241px;
	top: 0px;
	position: absolute;
	display: block;
	background-image: url('/images/project/header_biglogo.gif');
	background-repeat: no-repeat;
}
/* END HEADER */
/* BEGIN CONTENT */
div#Content
{
	padding: 19px 16px 29px 10px;
}

div#InnerContent
{
	float: left;
	width: 674px;
}

div#InnerContentHalfLeft
{
	width: 336px;
	padding: 26px 2px 0 0;
	float: left;
}

div#InnerContentHalfRight
{
	width: 336px;
	padding: 26px 0 0 0;
	float: left;
}

div#InnerContentLeft
{
	width: 420px;
	padding: 26px 30px 0 0;
	float: left;
}
div#InnerContentLeftFullWidth
{
	width: 100%;
	padding-top: 26px;	
}
div#Sidebar
{
	border-left: 1px solid #dbdbdb;
	padding: 34px 0 0 10px;
	width: 210px;
	float: left;
}
/* END CONTENT */
/* BEGIN STICKY FOOTER */

div#Wrapper{ height: auto;}
div#divLogoFooter 
{
	height: 80px;
	width: 66px;
	left: 231px;
	top: 0px;
	position: absolute;
	display: block;
	background-image: url('/images/project/footer_biglogo.gif');
	background-repeat: no-repeat;
}

#anysurferContainer 
{
    width: 100%;
    text-align: center;
    padding-top: 10px;    
}
/*

div#Wrapper
{ 	min-height:100%; 
	height:auto !important; 
	height:100%; 

}
div#push { height:80px; }
	margin:0 auto -80px; 
*/

/* END STICKY FOOTER */
/* BEGIN FOOTER */
div#footer
{
	height: 80px;
	background-color: #1A1A18;
	position: relative;
}
div#footerShadow
{
	position: relative;
	margin: -9px auto 0 auto;
	display: block;
	width: 986px;
	height: 19px;
	background-image: url('/images/project/footer_shadow.gif');
	background-repeat: no-repeat;
	background-position: center top;	
}
div#innerfooter
{
	padding: 35px 8px 0 0;
	color: White;
	text-align: right;
}

div#footer a:link,div#footer a:visited
{
	color: White;
	border-bottom: none;
	text-decoration: underline;
}

div#footer a:hover
{

}

div#footer a:active
{

}
/* END FOOTER */

/* Common classes*/
.hide { display: none;}
.clear { clear: both;}
/* END common classes */

/* Masterpage */
#switchTaal 
{
	position: absolute;	
	top: 0px;
	right: 10px;
}
#switchTaal li
{
	width: 30px;
	height: 25px;
	list-style:none; 
	float: left; 
	margin: 0 0 0 5px; 
	display: block; 
}
#switchTaal li a
{
	padding: 6px 6px 7px 7px; 
	display: block; 
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-align: center;	
	vertical-align: middle;
	text-decoration: none;	
	
	background-color: White; 
	border: 1px solid White;
}

#switchTaal li a:hover
{ 
    color: Black;
}

#switchTaal li a.TaalSelected 
{ 
    background-color: #fdb813;  
	border: 1px solid #fdb813;
}
#switchTaal li:first-child  {  margin-left: 0; }

#switchTheme 
{
	position: absolute;	
	bottom: 0px;
	right: 10px;
}

#switchTheme li
{
	width: 30px;
	height: 52px;
	list-style:none; 
	float: left; 
	margin: 0 0 0 5px; 
	display: block; 
}
#switchTheme li:hover,#switchTheme li.selected
{
	background-image: url('/images/project/themes_hover.gif');
	background-repeat: no-repeat;	
	background-position: center bottom;
}
#switchTheme li a
{
	width: 30px;
	height: 41px;
	display: block; 
	background-image: url('/images/project/themes.gif');
	background-repeat: no-repeat;
}
#switchTheme li a span 
{
	display: none;
}
#switchTheme li:first-child  {  margin-left: 0; }
#switchTheme li a.lnkThemeNormal { background-position: top left;}
#switchTheme li a.lnkThemeText { background-position: -30px top;}
#switchTheme li a.lnkThemeZwartWit { background-position: -30px top;}
#switchTheme li a.lnkThemeWitZwart { background-position: -60px top;}
#switchTheme li a.lnkThemeHoogContrast { background-position: -90px top;}


/* END Masterpage */

,span:focus,a:focus,a:focus:hover,h1:focus,h2:focus,h3:focus,h4:focus,h5:focus,h6:focus,input:focus 
{ color: #000000; background-color: #FDB813; }

