/* KLEUREN

bruin: #976D00;
blauwe: #002D62;

*/



.container_12 {
	background-color   : #ffffff;
	background-image   : url('../../shared/img/bg1.gif');
	width              : 960px;
	margin             : 0px auto;
	text-align         : left;
}

#header {
	background-color: #ffffff;
	padding-top	: 0px;
	height		: 250px;
}

#contact {
	position	: absolute;
	left		: 770px;
	top		: -20px;
	width		: 170px;
	margin		: 0px;
	padding		: 0px;
	overflow	: hidden;
	text-align	: left;
	
}

#contact p {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;		
	line-height     : 20px;
	color		: #002D62;
}

#contact p a {
	text-decoration	: underline;
	font-size	: 12px;
	font-weight	: normal;
	color		: #002D62;
}
#contact p a:hover {
	text-decoration: none;
}

#over-ons {
	background-color: #ffffff;
	margin-bottom	: 0px;
	height		: 500px;
	border-right	: 1px solid #976D00;
}

#over-ons p {
	margin-bottom      : 20px;
}

#links {
	background-color: #ffffff;
	margin-bottom	: 30px;
	width		: 270px;
	height		: 500px;
}

#links li {
	margin-bottom     : 0px;
}

#links h2 {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	color		: #002D62;
	letter-spacing	: 1px;
	font-weight	: bold;
	line-height     : 22px;
}

#links a {
	font-size	: 12px;
}

#links ul {
	margin-bottom: 22px;
}

#footer {
	background-color: #976D00;
	height		: 100%;
	width		: 960px;
	position	: relative;
	top		: 0px;
	left		: 0px;
	padding:	: 0px;
	margin		: 0px;
}

#footer img {
	padding-right	: 40px;
}

#footer #logo-footer {
	position	: absolute;
	left		: 820px;
	top		: 40px;
}

#footer table td, #footer table th {
	padding-left: 12px;
	vertical-align: top;
}

#footer table th {
	text-align: left;
}
#footer table th h2 {
	color		: #cdb280;
	font-family	: "Times New Roman", serif;
	font-size	: 20px;
	text-transform	: uppercase;
	margin-bottom	: 22px;
	letter-spacing	: 1px;
}

#pay-off-groot {
	background-color: #ffffff;
	text-align	: center;
	font-family	: "Times New Roman", serif; 
	font-size	: 28px;
	color		: #002D62;
	text-transform	: uppercase;
	letter-spacing	: 1px;
	font-style	: italic;
	line-height     : 22px;
	padding-bottom	: 10px;
	text-shadow	: #6374AB 2px 2px 2px;
}


h1 {
	font-family	: "Times New Roman", serif;
	font-size	: 20px;
	color		: #002D62;
	text-transform	: uppercase;
	letter-spacing	: 1px;
	font-weight	: bold;
	line-height     : 22px;
	margin		: 0px 0px 17px 0px;
}

p {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 15px;	
	font-weight	: bold;	
	line-height     : 22px;
	margin		: 0px;
	padding		: 0px 0px 0px 0px;
	overflow	: hidden;
	text-align	: left;
}

ul {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 15px;	
	font-weight	: bold;
	line-height     : 22px;
	margin		: 0px;
	padding		: 0px;
	/*list-style-type	: disc;*/
}

a {
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 15px;	
	font-weight	: bold;
	line-height     : 22px;
	text-decoration : none;
	color		: #976D00;
}

a:hover {
	text-decoration: underline;
}

#padding {
	padding		: 0px 30px 0px 30px;
}

/*
.extern {
	background: url(../../shared/img/external-link-icon.gif) no-repeat 100% 50%;
	padding: 0 13px 0 0;
}
*/

a { 
	background: inherit; /* FF correction for double underline (sometimes) */
	} 

a u { 
	background: url(../../shared/img/external-link-icon.gif) no-repeat 100% 50%;
	padding: 0 15px 0 0;	/* width of the img */
	display: inline-block;	/* IE correction to show the icon */
	cursor: pointer;	/* IE correction to show hand instead of arrow */
	vertical-align: bottom;	/* Opera correction to get the last word vertical aligned */
	text-decoration: none;
}

a:hover u {
	text-decoration: underline;
}


