/* CSS Document */

html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	margin:0;
	padding:0;
	text-align: left;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	font-family: Arial;
	color: #3E3528;
	font-size: 12px;
	line-height: 18px;
}

#header { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 125px;
	background: transparent;
	border: 0px solid #f1f1f1;
	z-index: 1;
}

#menu { 
	position: absolute;
	top: 130px;
	left: 0px;
	width: 960px;
	height: 30px;
	background-color: #66cc00;
	border: 0px solid #f1f1f1;
	z-index: 1;
}

#menuholder { 
	position: absolute;
	top: 7px;
	left: 0px;
	width: 960px;
	height: 22px;
	text-align: right;
	background-color: #66cc00;
	border: 0px solid #f1f1f1;
	z-index: 1;
}

#homeholder { 
	position: absolute;
	top: 7px;
	left: 10px;
	height: 22px;
	border: 0px solid #f1f1f1;
	z-index: 2;
}

#left_blue { 
	position: absolute;
	top: 165px;
	left: 0px;
	width: 200px;
	height: 395px;
	background-color: white;
	border: 0px solid #f1f1f1;
	z-index: 1;
}

#left { 
	position: absolute;
	top: 185px;
	left: 15px;
	width: 220px;
	border: 0px solid #f1f1f1;
	z-index: 1;
}

#logo { 
	position: absolute;
	top: 5px;
	left: 0px;
	width: 405px;
	height: 120px;
	background-color: #ffffff;
	border: 0px solid #f1f1f1;
	z-index: 1;
}

#hdteam { 
	position: absolute;
	top: 45px;
	left: 405px;
	width: 555px;
	height: 80px;
	background-color: white;
	border: 0px solid #f1f1f1;
	z-index: 1;
}

#content { 
	position: absolute;
	top: 185px;
	left: 250px;
	width: 480px;
	border: 0px solid #f1f1f1;
	z-index: 1;
}

#right { 
	position: absolute;
	top: 185px;
	left: 745px;
	width: 200px;
	border: 0px solid #f1f1f1;
	z-index: 1;
}

td a {
	color: #3E3528;
}

#uldiv {
padding-left: 125px;
}

li {

}

.blockspan {
display: block;
width: 70px;
float: left;
}

.contentpic {
float: left;
margin-right: 15px;
}

.bg_menu {
	background-image: url(../images/bg_menu.gif);
}

.arrow_green {
	background-image: url(../images/arrow_green.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.square_green {
	background-image: url(../images/square_green.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.menu_green {
	color: #A5BC08;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}

.arrow_pink {
	background-image: url(../images/arrow_pink.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.square_pink {
	background-image: url(../images/square_pink.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.menu_pink {
	color: #C9005C;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}

.arrow_purple {
	background-image: url(../images/arrow_purple.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.square_purple {
	background-image: url(../images/square_purple.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.menu_purple {
	color: #530040;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}

.home {
	background-image: url(../images/arrow_white.gif);
	background-repeat: no-repeat;
	padding-left: 27px;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 20px;
}

.systememnu {
	background-image: url(../images/arrow_white_systemmenu.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-top: 8px;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 15px;
}


.header_green {
	background-image: url(../images/bg_header.gif);
	color: #66cc00;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}

.header_pink {
	background-image: url(../images/bg_header.gif);
	color: #C9005C;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}

.header_purple {
	background-image: url(../images/bg_header.gif);
	color: #530040;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}

.header_brown {
	background-image: url(../images/bg_header.gif);
	color: #3E3528;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}


.bg_submenu_purple {
	background-image: url(../images/bg_submenu_purple.gif);
}

.bg_submenu_purple_active {
	background-image: url(../images/bg_submenu_purple_active.gif);
}

.submenu_purple {
	text-decoration: none;
}

a:hover.submenu_purple {
	text-decoration: none;
	color: #530040;
}

.bg_submenu_pink {
	background-image: url(../images/bg_submenu_pink.gif);
}

.bg_submenu_pink_active {
	background-image: url(../images/bg_submenu_pink_active.gif);
}

.submenu_pink {
	text-decoration: none;
}

a:hover.submenu_pink {
	text-decoration: none;
	color: #C9005C;
}

.bg_submenu_green {
	background-image: url(../images/bg_submenu_green.gif);
	background-position: right center;
	background-repeat:no-repeat;
}

.bg_submenu_green2 {
	display: block;
	line-height: 180%;
	background-image: url(../images/bg_submenu_green2.gif);
	background-position: left center;
	background-repeat:no-repeat;
	padding-left: 15px;
}


.bg_submenu_green_active {
	background-image: url(../images/bg_submenu_green_active.gif);
}

.submenu_green {
	display: block;
	text-decoration: none;
}

a:hover.submenu_green {
	text-decoration: none;
	color: #66cc00;
}

.footer {
	color: #b8a88f;
	text-decoration: none;
}
.content {
	margin-top: 10px;
	margin-bottom: 10px;
}

.bold {
	font-weight: bold;
}

.box {
	font-family: Arial;
	color: #3E3528;
	font-size: 12px;
	height: 15px;
	width: 280px;
	line-height: 14px;
}

.box2 {
	font-family: Arial;
	color: #3E3528;
	font-size: 12px;
	width: 280px;
	line-height: 14px;
}


.button {
	font-family: Arial;
	color: #3E3528;
	font-size: 12px;
}

a.systememnu:link, a.systememnu:visited, a.systememnu:hover {
	background-image: url(http://carenza.nl/klanten/agium/website/images/arrow_white_systemmenu.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-top: 8px;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 15px;
}

a.bg_submenu_green2:link, a.bg_submenu_green2:visited, a.bg_submenu_green2:hover {
	display: block;
	line-height: 180%;
	background-image: url(../images/bg_submenu_green2.gif);
	background-position: left center;
	background-repeat:no-repeat;
	padding-left: 15px;
}

.lijn_bttm {
	border-bottom: 1px solid #00b6de;
}

.style2 {
color: #66cc00;
text-decoration: none;
}
.style3 {font-size: 14px; font-weight: bold; color: #66cc00; text-decoration: none; }

.zinetekst {
	width: 220px;

	background: #66cc00;
	text-align: center;
	padding-top: 8px;
}

a.zinetekst:link, a.zinetekst:visited {
	color: white;
	font-weight: bold;
	text-transform: none;
}

hr { height:0; border:none; border-top:1px solid #B8A88F; clear:both; }

a.greenlink {
	color: #66cc00;
}

.newsdate {
	font-size: 10px;
	font-weight: bold;
	padding-left: 15px;
	background-image: url(../images/bg_submenu_green2.gif);
	background-position: left center;
	background-repeat:no-repeat;
}

.submenu {
	display: block;
	line-height: 180%;
	padding-left: 15px;
}

a.gers {
	text-decoration: none;
}

#ref_box { position:relative; width:100%; height:350px; }
#ref_box a { position:absolute; display:block; border:0;}
a img { border:none; }

a#gerlien { background:url(../images/logos/gerlien-van-tiem.jpg) center center no-repeat; width:167px; height:90px; display:block; }
a#gerlien:hover { background:url(../images/logos/gerlien_over.jpg) center center no-repeat; }
a#vw-pon { background:url(../images/logos/vw-pon.jpg) center center no-repeat; width:167px; height:53px; display:block; }
a#vw-pon:hover { background:url(../images/logos/vw-pon_over.jpg) center center no-repeat;}
a#srk { background:url(../images/logos/srk.gif) center center no-repeat; width:135px; height:66px; display:block; }
a#srk:hover { background:url(../images/logos/srk_over.gif) center center no-repeat;}


a.pdf { background:url(../images/pdf.gif) no-repeat; padding: 0 0 0 20px;  display: block; width: 250px; }

#quizwrapper {
    width: 700px;
    margin: 10px auto;
}
#quizwrapper p {
    width: 470px;
}
#start {
    cursor: pointer;
}
#quiz {
    display: none;
    border: 1px solid #3E3528;
    width: 100%;
    height: 350px;
}
#navigation {
    width: 100%;
    background-color: #EDEDEE;
    height: 25px;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
}
#back {
    float: right;
    margin: 5px 10px 0 0;
    cursor: pointer;
    display: none;
    color: #7AB41D;
    font-weight: bold;
}
.or {
    float: left;
    margin: 250px 15px 0 -10px;
    font-weight: bold;
    color: #000;
}
#quiz-left, #quiz-right {
    float: left;
    position: relative;
    cursor: pointer;
}
#quiz-left {
    margin: 0 30px 0 5px;
}
#quiz-right {
    margin: 0 0 0 5px;
}
.foot {
    width: 275px;
    height: 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('../images/footer-bg.png') repeat;
    color: white;
    z-index: 1;
    padding: 15px 0 0 0;
}
#quiz-left .foot {
    text-align: right;
    padding: 15px 10px 0 0;
}
#quiz-right .foot{
    text-align: left;
    padding: 15px 0 0 10px;
}
.question {
    color: #fff;
    font-weight: bold;
}
#questions {
    padding: 0 30px 0 30px;
    text-align: center;
}
.choice {
    font-weight: bold;
    float: left;
    margin: 5px 0 0 320px;
    color: #000;
}
#score {
    display: none;
}

#thump {
    display: none;
    position: absolute;
    right: -200px;
    top: 100px;
}

#vacature {
    float: left;
}
#vacature input {
    float: left;
}
#vacature label {
    float: left;
    width: 200px;
    margin: 0 0 10px 0;
}
.clear {
    clear: both;
}
#duim {
    float: left;
    margin: 0 0 0 10px;
}
#contentForm {
    position: absolute;
    top: 185px;
    left: 250px;
    width: 600px;
    border: 0px solid #F1F1F1;
    z-index: 1;
}
