/* CSS Reset Eric Meijer - Source: http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
body {
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
:focus {/* remember to define focus styles! */
	outline: 0;
	}
ins { /* remember to highlight inserts somehow! */
	text-decoration: none;
	}
del {
	text-decoration: line-through;
	}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
	}
/* Einde CSS reset */


/* CSS document */
/* LET OP: iedere gebruikte class is een vervanger van de HTML5-tag, dus: <header> wordt hier .header etc. */
/* Deze classes mogen vaker op verschillende plekken worden toegepast. Houd hier dus rekening mee met nesten! */
/* Alle losse delen in de .section zijn .article elementen */
/* Als toevoeging kan ieder element een ID krijgen; de naam moet de content/werking beschrijven, niet de plaats/opmaak! */
/* Gebruik engelstalige namen */

@charset "utf-8";
html {
	/*height: 101%;*//* To prevent short pages jumping to the left on Firefox */
	overflow-x: hidden; overflow-y: auto; /* To remove the unwanted horizontal scrollbar appearing in IE7 */
	}
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #fff;
	background:url(../images/bgSite.jpg) no-repeat top;
	background-attachment:scroll;
	*background-attachment:fixed;
	}
body.loggedIn {
	background:url(../images/bgLoggedIn.jpg) no-repeat top;
}
.clear {
	clear:both;
	}
/*
fieldset {
	border: 1px solid transparent;
	}
td {
	text-align: left;
	font-weight: normal;
	}
*/

#vakBeurs {
	position: absolute; right: -160px; top: -20px;	
}

.marginB {
	margin-bottom: 20px;	
}
.floatLeft {
	float: left;
}

.floatRight {
	float: right;	
}

/* De hoofdwrapper noemen we #wrapper */
/* Andere wrappers noemen we bv #wrapperContent, #wrapperBanners, etc. Hierbij geeft de naam aan wat de wrapper precies omsluit. */
a, a:link, a:active, a:visited{
	color:#87783d;	
	
}

a:hover{
	color:#000;
}
#wrapper { /* = site-omvattende wrapper */
	position: absolute;
	left: 50%;
	margin-top: 0;
	margin-left: -1500px;
	width: 3000px;
	height:690px;
	/*background: url(../images/bgSite.jpg) repeat-y top left;*/
}
#wrapperContent { /* deze wrapper omsluit de content van de site */
	position: absolute;
	left: 50%;
	margin-top: 50px;
	margin-left: -500px;
    width: 1000px;
	height: 640px;
	}

.header /* of: .header #siteHeader = algemene/hoofdheader */ {
	position: absolute;
	height: 110px;
	width: 800px;
	z-index: 5;
	}
	#kaasboorTop img {
		position: absolute;
		margin: -30px 0 0 -40px;
		z-index: 0;
	}
	#logo {
		margin: -15px 0 0 150px;
	}
	#headerNav {
		position: absolute;
		width: 720px;
		height: 72px;
		margin: 15px 0 0 50px;
		background: url(../images/bgNav.jpg) no-repeat top left;
		z-index: 10;
	}

.nav #mainNav {
	margin: 11px;
	width: 700px;
	text-align: center;
}

.nav #mainNav ul li { /* = hoofdnavigatie */
	display: block;
	line-height: 25px;
	float: left;
	}
	.nav #mainNav ul li a,
	.nav #mainNav ul li:first-child a {
		text-decoration: none;
		color:#2d2b29;
		font-size: 13px;
		padding: 0 10px;
		border-left: 1px solid #000;
	}
	.nav #mainNav ul li:first-child a {
		border-left: none;
	}
	.nav #mainNav ul li a:hover,
	.nav #mainNav ul li a.active {
		color: #fff;
	}

#wrapperContentSite {
	position: absolute;
    top: 50%;
	left: 50%;
	margin-left: -475px;
	margin-top: -260px;
    width: 975px;
	height: 640px;
	font:11px Arial, Helvetica, sans-serif;
	background: #fff;
	color:#2d2b29;
	line-height: 15px;
	border: 1px solid #000;
}
h2 {
	font-size: 14px;
	margin-bottom: 20px;
}
p {
	margin-bottom: 20px;
}
.section #content {
}

#asideLeft {
	width: 250px;	
}
#asideRight {
	width: 200px;
	float: right;
	background-color: #FFF;
	height: 630px;
}
.aside { 
	float: left;
	height: 640px;
	overflow: hidden;
	}
	#articleWrapper {
		margin-top: 80px;
		float: left;
		width: 510px;	
		height: 550px;
		overflow: auto;
	}
#articleContent { 
	padding: 20px;
	width: 453px;
	*width:459px;
	min-height: 510px;
	background-color:#fff9e7;
	}
.myNNKC {
	margin-top: 0px;
	width: 200px;	
	padding-top: 60px;
	padding-left: 50px;
	height: 620px;
	background-image: url(/images/myNNKC.jpg);
	background-repeat: no-repeat;
	color: #E4B3A0;
	font-size: 13px;
}
.myNNKC hr {
	margin: 0 0 16px 0;
	width: 150px;	
}
.myNNKC p {
	margin-bottom: 0;
	
}
.myNNKC .profile span {
	font-size: 11px;
	color: #E4B3A0;
}	
.myNNKC p span, .myNNKC td span {
	color: #FFF;	
}
.myNNKC a {
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
}
.myNNKC a:hover, .myNNKC a.active {
	color: #FFCC02;
	font-weight: bold;	
}
.myNNKC .medals {
	padding-top: 0px;	
	padding-bottom: 0px;
	margin-bottom: 0;
}
.myNNKC .editProfile a {
	text-decoration: underline;	
}
.myNNKC .editProfile a:hover {
	text-decoration: none;
	color: #FFCC02;
	font-weight: bold;
}
.list a {
	display: block;
	margin-bottom: 9px;
}
.myNNKC .profile a {
	font-size: 15px;
	font-weight: bold;
}
.myNNKC div {
	margin-bottom: 22px;	
}
.myNNKC div p {
	/*margin-bottom: 5px;	*/
}
#asideInfo {
	position:absolute;
	float: right;
	margin: 10px 0 10px 35px;
	*margin-left:26px;
	width: 190px;
}
#loginForm {
	width: 400px;
	border: 1px solid;
	padding: 10px 10px;	
	background-color: #FFF;
}
#loginForm p {
	margin-bottom: 10px;	
}
#loginForm label {
	display: block;
}
#loginForm input {
	display: block;
	margin-bottom: 18px;
	width: 100%;
	background-color: #FFF9E7;
	border: none;
	outline: none;	
}
#loginForm input.loginButton {
	background-color: #FFCD07;
	border: none;
	outline: none;
	width: auto;
	float: right;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px;
}
/* forms */
/*form {
    width: 168px;
    font-size: small;
    }*/
label {
    width: auto;
    text-align: left;
    }
input {
    background-color: #f5f5f5;
    font-size: small;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    margin-bottom: 20px;
	width: 168px;
    }
	input.button, input.checkbox {
		width: auto;
		float: right;
		margin-bottom: 30px;		
		}
#profileForm {
	padding: 0 0 0 10px;	
}
#profileForm h2 {
	margin-bottom: 5px;	
}
#profileForm input, #profileForm select {
	background-color: #FFF;
	border: none;
	outline: none;
	padding: 1px;
	margin-bottom: 3px;
	vertical-align: middle;
}
#profileForm table {
	width: 100%;	
}
#profileForm td.field {
	background-color: #FFFFFF;
}
td.field label {
	background-color: #FFF9E7;	
}
td.checkCol {
	width: 34px;	
}
#profileForm label {
	font-weight: bold;	
}
#profileForm input.initials{
	width: 345px;
}
#profileForm input.callSign {
	width: 330px;
}
#profileForm input.firstName {
	width: 332px;
}
#profileForm input.prefix {
	width: 303px;
}
#profileForm input.lastName {
	width: 321px;
}
#profileForm input.worksFor {
	width: 314px;	
}
#profileForm input.workCity {
	width: 375px;
}
#profileForm input.title {
	width: 345px;
}
#profileForm input.birthDate {
	width: 301px;
}
#profileForm input.city {
	width: 324px;
}
#profileForm input.email {
	width: 327px;
}
#profileForm input.password {
	width: 319px;
}
#profileForm input.password2 {
	width: 262px;
}
#profileForm input.function {
	width: 348px;
}
#profileForm input.participantSince {
	width: 286px;	
}

#profileForm input.button {
	margin-top: 20px;
	text-decoration: underline;
	background-color: #FFF9E7;
	cursor: pointer;	
}
#foundPersons a {
	color: #000;	
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
}
#foundPersons a:hover {
	color: #A68C63;
	text-decoration: underline;
}
#profileForm a {
	margin-top: 20px;
	font-size: 13px;	
}
#profileForm input.button, #profileForm input.checkbox {
	width: auto;
	float: none;
	margin-bottom: 0;	
}
/* einde form-styles */

	#asideRight #images {
		margin-top: 10px;
		width: 190px;
	}
	#asideRight #images #loggedIn {
		width: 173px;
		border: 1px solid;	
		margin-bottom: 10px;
		padding: 10px 5px 10px 10px;
	}
	#loggedIn h3 {
		font-size: 13px;
		margin-bottom: 20px;	
	}
	#loggedIn p {
		line-height: 20px;	
	}
	#asideRight #images img {
		margin-bottom: 10px;
	}
	.myNNKC h2 {
		margin-bottom: 28px;	
	}
	.myNNKC .goldMedal, .myNNKC .silverMedal, .myNNKC .bronzeMedal {
		width: 18px;
		height: 16px;
		font-size: 12px;
		padding: 4px 3px;
		color: #FFF;
		float: left;
		margin-right: 10px;
		margin-bottom: 0;
	}
	.goldMedal {
		background-image: url(/images/gold.png);
	}
	.silverMedal {
		background-image: url(/images/silver.png);
	}
	.bronzeMedal {
		background-image: url(/images/bronze.png);
	}
	
.article.news p, .article.news span {
	display: inline;
	float: left;
}
.article.news p span {
	float: none;	
}

.messageFormFields {
	background-color: #FFF;
	padding: 20px 10px 25px 10px;	
	border: 1px solid #FFCC02;
	margin-bottom: 10px;
}
.forumMessage h2, h2.newsTitle {
	margin-bottom: 5px;	
}
.forumMessage div, .newsDate {
	margin-bottom: 5px;	
}
div.reaction {
	margin-bottom: 17px;	
}
.forumMessage p {
	line-height: 18px;	
}
.messageFormFields input, .messageFormFields textarea {
	border: none;
	outline: none;
	color: #000;
	background-color: #FFF;
	vertical-align: top;
	margin: 0 0 5px 0;	
}
.messageFormFields input {
	width: 356px;	
	padding: 2px;
}

.messageFormFields input.button {
	float: right;
	width: auto;	
	font-size: 11px;
}

.forumMessage {
	position: relative;
	margin-bottom: 20px;	
}
.forumMessage p {
	margin-bottom: 0;
	display: inline;	
}
.forumMessage p.collapsed {
	height: 30px;
	overflow: hidden;	
}
.forumMessage p.intro {
	display: inline;	
}
.forumMessage span.readMore {
	/*background-color: #FFF;*/
}

#searchPerson input {
	border: 1px solid #FFCC02;
	background-color: #FFF;
	font-size: 11px;
}

.messageFormFields textarea {
	width: 376px;
	height: auto;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	min-height: 15px;
}

.messageFormFields input:hover, .messageFormFields input:focus, .messageFormFields textarea:hover, .messageFormFields textarea:focus {
	outline: 1px solid #FDB963;	
}

.forumMessage h1 {
	cursor: pointer;
}

.hidden {
	display: none;	
}

.reactions {
	padding-left: 15px;	
}
.reactions .reactions {
	padding-top: 0;	
}

	
.footer {
	position:absolute;
	margin: 0 auto;
	width: 900px;
	margin-top: 702px;
}
	.footer img {
		margin-left: 590px;
	}
#profile div {
	margin-bottom: 20px;	
}
#profile p {
	margin-bottom: 0;	
}
#search {
	margin-bottom: 20px;	
}
#search input {
margin-bottom: 0;	
}

.nnkc {
	color: #C57029;	
}

.checkboxes input {
	width: auto;	
	margin-bottom: 0;
}
.checkboxes div {
	margin-bottom: 20px;	
}
.valignMiddle img {
	vertical-align: middle;
}

.pointer {
	cursor: pointer;	
}

td .close {
	float: right;
	cursor: pointer;	
}
td.label {
	vertical-align: top;	
}


