/* Stylesheet by Amphebia, all rights reserved */

* {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
}

HTML, BODY {
	margin: 0px;
}

A:HOVER {
	text-decoration: underline;
}

A.project {
	color: #e57904;
	text-decoration: none;
}

A.project:HOVER {
	text-decoration: underline;
}

A.project:visited:HOVER {
	text-decoration: underline;
}

A.project:visited {
	color: #e57904;
	text-decoration: none;
}

A {
	color: #e57904;
	text-decoration: none;
}
A:visited {
	color: #000000;
	text-decoration: underline;
}

H1 {
	color: #E57904;
	font-family: Century Gothic, Arial;
	font-size: 15px;
}

TABLE.baseContainer {
	background-color: white;
	background-image: url('../images/bgtile.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	padding: 0px;
}

TABLE.middleContainer {
	background-color: white;
	background-image: url('../images/bgtile.jpg');
	background-position: top left;
	background-repeat: repeat-x;	
	height: 100%;
	padding: 0px;
	margin: 0px;
	width: 944px;
	padding: 0px;
}

TD.buttons INPUT {
	font-weight: bold;
	background-color: #E57904;
	border: 1px solid black;
	color: white;
}

TABLE.actualWebsite {
	width: 100%;
	height: 100%;
	background-color: white;
}

TD.contentSide {
	width:759px;
	height:100%;
}

TD.rightSide {
	height:100%;
	width: 12px;
	background-image: url('../images/shadowright.png');
	background-position: top left;
	background-repeat: repeat-y;
}

TD.menuItems {
	height: 24px;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
}

TD.shadowLeft {
	background-image: url('../images/shadowleft.png');
	background-position: top right;
	background-repeat: repeat-y;	
}

/* Footer onderaan */
TD.footer {
	height: 21px;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 1px solid #E57904;
}

TD.footerTextLeft {
	text-align: left;
	color: #E57904;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
}

TD.footerTextLeft A {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #E57904;
	text-decoration: none;
}

TD.footerTextLeft A:HOVER {
	text-decoration: underline;
}

TD.footerTextLeft A:VISITED {
	text-decoration: none;
	color: #E57904;
}

TD.footerTextRight {
	text-align: right;
	color: #80898F;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;	
}

TD.footerTextRight A {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #80898F;
	text-decoration: none;
}

TD.footerTextRight A:HOVER {
	text-decoration: underline;
}

TD.footerTextRight A:VISITED {
	text-decoration: none;
	color: #80898F;
}

FONT.pipe {
	color: #CECECE;
	margin-left:7px;
	margin-right:7px;
}

/* Feitelijke inhoud van website */
TD.content {
	height: 100%;
	vertical-align: top;
	padding: 50px 20px 20px 20px;
	background-image: url('../images/bodybackground.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;	
}


/* Kopie van de WYSIWYG editor styles */

H1 {
	font-family: Century Gothic, Arial, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #e57904;
}

H2 {
	font-family: Century Gothic, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #447289;
	margin-bottom: 0px;
}

H3 {
	font-family: Century Gothic, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #777777;
	margin-bottom: 0px;
}

H4 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
}

H5 {
	font-family: Century Gothic, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e57904;
	margin-bottom: 0px;
}

H6 {
	font-family: Century Gothic, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 0px;
}

/* Voor persons tabellen */

TABLE.person {
	border: 1px dotted #e47a04;
	width: 700px;
	background-image: url('../images/personstile.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: white;
	padding:10px;
}

TABLE.person IMG {
	border: 4px solid #026898;
}

DIV.personcontainer {
	border: 1px dashed #e47a04;
	width: 300px;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 5px;
	background-image: url('../images/personstile.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: white;	
}

HTML > BODY DIV.personcontainer {
	width:290px;
}

DIV.personcontainer IMG {
	border: 1px solid #026898;
	margin-top:2px;
}

TABLE.person TD H2 {
	color: #c98032;
	font-family: Arial;
}

/* Voor kleine meldingen onderaan project */

TABLE.notice {
	border: 1px dotted #e47a04;
	width: 720px;
	background-image: url('../images/smalltile.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: white;
	height:25px;
}

TABLE.notice TD {
	font-size: 13px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	background-image: url('../images/arrows.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

/* Voor registratieform */

TABLE.registration {
	border: 1px solid black;
	background-color: white;
	width:475px;
}

TABLE.registration TH {
	color: #ffffff;
	background-color: #006699;
	height: 20px;
	font-size: 13px;
}

TABLE.registration TD {
	font-size: 12px;
	padding-left:15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}

TABLE.registration TD.buttons {
	padding: 15px 10px 10px 0px;
}


/* Voor de survey */

TABLE.questionnaire {
	border: 1px solid black;
	background-color: white;
	width:575px;
}

TABLE.questionnaire TH {
	color: #ffffff;
	background-color: #006699;
	height: 20px;
	font-size: 13px;
}

TABLE.questionnaire TD.subth {
	color: black;
	font-weight: bold;
}

TABLE.questionnaire TD {
	font-size: 12px;
	padding-left:15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}

TABLE.questionnaire TD.buttons {
	padding: 15px 0px 15px 15px;
}

TABLE.questionnaire TD.buttons INPUT {
	font-weight: bold;
	background-color: #E57904;
	border: 1px solid black;
	color: white;
}

.textfield {
	border: 1px solid #757575;
}
