/* Default stylesheet for AFM - Traineeship website */


@font-face {
	font-family: 'TheSansBoldPlainRegular';
	src: url('fonts/thesansbold_-_plain-webfont.eot');
	src: url('fonts/thesansbold_-_plain-webfont.woff') format('woff'), 
		 url('fonts/thesansbold_-_plain-webfont.ttf') format('truetype'), 
		 url('fonts/thesansbold_-_plain-webfont.svc') format('svg');
	font-weight: normal;
	font-style: normal;
}

/******************** General elements ***/

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color: #010101;
	background: #ffffff url(img/bg_body.png) repeat-x left 90px;
}

h1, h2, h3, h4, .intro {
	font-family: 'TheSansBoldPlainRegular', Arial, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 1.818em;
	line-height: 1.25em;
	color: #330066;
	margin: 0 0 1em;
}

h2 {
	font-size: 1.636em;
	line-height: 1.25em;
	color: #330066;
}

h3 {
	font-size: 14px;
	color: #330066;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 14px;
}

p {
	margin-bottom: 1.5em;
}

a {
	color: #330066;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0 0 0 25px;
}

table,
input,
select,
textarea {
	font-size: 1em;
	font-family: Verdana, Helvetica, sans-serif;
}

table {
	margin: 0 0 1em 0;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	font-size: 1em;
	border-spacing: 0;
}

table th,
table td {
	padding: 0.5em 1em;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: left;
	vertical-align: top;
}



/******************** Page layout ***/

div.pagewrapper {
	font-size: 0.688em;
	line-height: 1.636em;
	width: 930px;
	margin: 0 0 0 190px;
}

div.main_leftcol {
	width: 606px;
	margin-right: 20px;
	padding-bottom: 40px;
	float: left;
}

div.main_rightcol {
	width: 303px;
	padding: 49px 0 40px;
	float: left;
	position: relative;
	line-height: 1.091em;
}

div.footerwrapper {
	clear: both;
	width: 100%;
	background: #3c3069;
	overflow: hidden;
}


/******************** Common styles ***/

.clear {
	clear: both !important;
	height: 0 !important;
	float: none !important;
	overflow: hidden !important;
}

input.text,
select,
textarea {
	border: 1px solid #8b8b8b;
	padding: 4px 2px;
	display: block;
	margin-bottom: 8px;
}

.input.text,
.select,
.textarea {
	border: 1px solid #8b8b8b;
	padding: 4px 2px;
	display: block;
	margin-bottom: 8px;
}

select {
	padding: 2px;
}
.select {
	padding: 2px;
}

label {
	display: block;
	margin-bottom: 2px;
}

label.radiolabel {
	display: inline-block;
	margin: 0 5px 8px 0;
}

label.radiolabel input {
	vertical-align: -2px;
	margin-right: 5px;
}
.label {
	display: block;
	margin-bottom: 2px;
}

.radiolabel {
	display: block;
	margin: 0 5px 8px 0;
}

.radiolabel input {
	vertical-align: -2px;
	margin-right: 5px;
}

.radiolabel label {
	display: inline-block;
	margin: 0 5px 8px 0;
}

.button {
	display: inline-block;
	background: url(img/bg_button.png) repeat-x 0 0;
	width: 160px;
	padding: 4px 11px;
	color: #ffffff;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
}

a.button {
	width: 138px;
	text-decoration: none;
}

div.validation-advice {
	display: none;
}

input.validation-failed,
select.validation-failed {
	border: 1px solid #ff0000;
	color: #ff0000;
}

div#errormsg {
	position: relative;
	margin: 10px 0 10px 0;
	border: 1px solid #FF0000;
	padding: 5px 5px 5px 25px;
	color: #FF0000;
	display: none;
}

div#errormsg img {
	position: absolute;
	top: 6px;
	left: 5px;
}


/******************** Specific styles ***/

/**
 * header
 */

a.logo_afm {
	display: block;
	width: 147px;
	height: 90px;
	margin: 0 0 340px;
}

ul.metanav {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	font-weight: bold;
	text-align: right;
}

ul.metanav li {
	display: inline;
	border-left: 2px solid #330066;
	padding: 0 10px;
}

ul.metanav li:first-child {
	border: none;
}

ul.metanav a {
	text-decoration: none;
}

ul.metanav a:hover {
	text-decoration: underline;
}

div.main_rightcol ul.metanav {
	position: absolute;
	top: 0;
	right: 0;
}
 
div.header {
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	height: 297px;
	margin: 0 0 20px;
	padding: 10px 0 0;
	background: url(img/bg_intro.png) no-repeat 0 0;
}

div.header h2 {
	color: #ffffff;
	font-size: 2.727em;
	display: none;
}

div.header h2 em {
	font-style: normal;
	font-size: 1.5em;
}

div.header h3 {
	position: absolute;
	left: 420px;
	top: 209px;
	width: 200px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.5em;
	letter-spacing: -1px;
	display: none;
}

div.header h3 span {
	font-size: 14px;
}

div.header_link {
	position: absolute;
	left: 0;
	top: 324px;
	background: url(img/bg_purpledots.png) repeat 0 0;
	width: 640px;
	height: 45px;
	text-align: right;
}

div.header_link div.header_link_foreground {
	overflow: hidden;
	position: absolute;
	right: 335px;
	top: 0;
	background: url(img/header_link_foreground.png) repeat 0 0;
	width: 65px;
	height: 11px;
}

div.header_link a {
	display: inline-block;
	background: url(img/icon_arrow.png) no-repeat 0 center;
	padding: 10px 30px 10px 35px;
	font-family: TheSansBoldPlainRegular, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 25px;
	color: #ffffff;
	text-decoration: none;
}

div.header_link a strong {
	color: #89745c;
	font-weight: normal;
}

div.header_link a span {
	border-bottom: 1px dotted #7f7798;
}

div.header_link a:hover span {
	border-bottom: 1px solid #7f7798;
}

/**
 * footer
 */
 
div.footerwrapper {
	color: #ffffff;
	padding: 3px 0 4px;
	text-align: right;
}

div.footerwrapper ul.metanav li {
	border-color: #ffffff;
	border-width: 1px;
	font-weight: normal;
}

div.footerwrapper a {
	color: #ffffff;
}


/**
 * boxes right
 */
 
div.box {
	background: url(img/bg_box.png) no-repeat;
	width: 263px;
	padding: 15px 20px 1px 20px;
	position: relative;
	left: -3px;
	margin-bottom: 18px;
}

div.box div.box_bottom {
	position: absolute;
	bottom: -18px;
	left: 0;
	background: url(img/bg_box.png) no-repeat left bottom;
	width: 303px;
	height: 18px;
}

div.box h2 {
	margin: 0 0 20px;
	font-size: 28px;
	line-height: 42px;
	font-weight: normal;
}

div.box h2 span {
	border-bottom: 1px dotted #997fb2;
}

div.box h2 strong {
	color: #89745C;
	font-weight: normal;
	font-size: 30px;
}

div.box h3 {
	margin: 0 0 15px;
	padding: 0 0 10px;
	border-bottom: 1px solid #cccccc;
	color: #999999;
}

div.box a.button {
	background: url(img/bg_button_glow.png) no-repeat 0 0;
	width: 138px;
	margin: -5px -5px 10px;
	padding: 8px 16px 10px;
	line-height: 21px;
	font-weight: normal;
}

div.box div.box_divider {
	overflow: hidden;
	background: url(img/bg_divider.png) repeat-x 0 0;
	height: 8px;
	margin: 15px 0 20px;
}

div.box label {
	margin-bottom: 15px;
	font-weight: bold;
	color: #ffffff;
}

div.box input.text {
	width: 257px;
	margin-bottom: 15px;
}

div.box div.share {
	background: #241656 url(img/bg_addthis.png) repeat-x 0 0;
	padding: 5px 12px 7px;
	font-size: 14px;
	line-height: 21px;
	color: #ffffff;
}

div.box ul.addthis {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

div.box ul.addthis li {
	float: left;
	background: none;
	padding: 0;
	margin: 0 0 0 10px;
}

div.box ul.addthis li:first-child {
	margin-left: 0;
}

div.box ul.addthis li a {
	display: block;
	overflow: hidden;
	width: 23px;
	height: 22px;
	cursor: pointer;
}

div.box_purple,
div.box_purple div.box_bottom {
	background-image: url(img/bg_box_purple.png);
}

div.box_purple {
	min-height: 334px;
	margin-bottom: 25px;
	color: #ffffff;
}

div.box_purple h2 {
	color: #ffffff;
}

div.box_purple h2 span {
	border-bottom: 1px solid #7F7798;
}

/* contact */

ul.contact {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.contact li {
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px;
}

ul.contact li img.photo {
	float: left;
	margin: 0 8px 5px 0;
	border: 3px solid #ccc;
}

ul.contact h4 {
	color: #306;
	font-size: 12px;
}

ul.contact h4,
ul.contact p {
	margin: 0 0 2px 45px;
}

ul.contact p a {
	display: inline-block;
	margin: 0 0 2px;
}

ul.contact li div.social {
	color: #999999;
}

ul.contact li div.social a {
	vertical-align: -4px;
}

/* stappen */

div.steps * {
	text-align: center;
}

div.steps h3.heading {
	text-align: left;
}

ol.steps {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol.steps li {
	padding: 0 0 26px;
	margin: 0 0 12px;
	background: url(img/arrow_nextstep.png) no-repeat center bottom;
}

ol.steps li.last {
	background: none;
	padding-bottom: 0;
}

ol.steps span.number {
	display: block;
	margin: 0 auto 7px;
	font-family: 'TheSansBoldPlainRegular',Verdana,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #cb9731;
}


ol.steps div.step p {
	margin-bottom: 1em;
	font-size: 0.909em;
}

ol.steps div.step h3 {
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #330066;
	font-size: 20px;
	line-height: 24px;
	color: #330066;
}

p.topwerkgevers {
	padding-right: 10px;
	text-align: right;
}

div.thankyou {
	height: 340px;
}

div.thankyou h3 {
	margin-bottom: 1.5em;
}

