@import "template_fullpagescroll.css";

h2 {
	color: #3C4386;
}

a {
	color: #3C4386;
	text-decoration: none;
	cursor:pointer;
}

a:hover {
	text-decoration: underline;
}

/* BEGIN MENU */
#tabmenu {
	margin: 0;
	padding: 0;
}
#tabmenu a,
#tabmenu a:link,
#tabmenu a:visited,
#tabmenu a:active,
#tabmenu a:hover {
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
	width: 160px;
	height: 28px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 15px;
}
		
#tabmenu li {
	background-repeat: repeat-x;
	background-color: #42B2E0;
	list-style-type: none;
	display: inline;
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	border-top: 1px solid #A2D9F0;
	border-right: 1px solid #A2D9F0;
}

#tabmenu_left {
	border-left: 1px solid #57BAE3;
}

/* EIND MENU */

/* BEGIN CONTENT */

#inhoud {
	padding-left: 10px;
	padding-left: 10px;
	border: 1px solid #57BAE3;
	font-size: 12px;
	background-color: #FFFFFF;
}
		
#inhoud tr {
	padding-bottom: 10px;
}

.inhoud_table {
	width: 800px;
}

.inhoud_table_item, inhoud_table_item_vragenlijst {
	/*WERKT NOG NIET
	background-color: #9B4158;
	*/
}

.inhoud_table_item td, .inhoud_table_item th, .inhoud_table_item_vragenlijst td, .inhoud_table_item_vragenlijst th {
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	vertical-align: top;
	font-weight: 100;
}

.inhoud_table_item_vragenlijst .border_bottom {
	border-bottom: 1px solid #57BAE3;
}

/* EIND CONTENT */

/* BEGIN FORM */

fieldset.field_inhoud legend {
	font-size: 16px;
	font-weight: bold;
	color: #3C4386;
}

fieldset.field_inhoud {
	padding: 0px;
	border: 1px solid #57BAE3;
}

fieldset.field_inhoud,
fieldset.field_inhoud td,
fieldset.field_inhoud th {
	font-size: 12px;
	padding: 3px;
}

input, textarea {
	border: 1px solid #3C4386;
}

.input_text_XXS {
	width: 50px;
}

.input_text_XS {
	width: 100px;
}

.input_text_S {
	width: 200px;
}

.input_text_M {
	width: 400px;
}

.input_text_L {
	width: 600px;
}

.textarea_XS {
	width: 100px;
	height: 75px;
}

.textarea_S {
	width: 200px;
	height: 100px;
}

.textarea_M {
	width: 400px;
	height: 100px;
}

.input_checkbox {
	border: 0px;
}

.input_radio {
	border: 0px;
}

.input_button {
	cursor: pointer;
}

#uitloggen {
	float: right;
	padding-right: 5px;
	cursor: pointer;
}

.overzicht td {
	line-height:25px;
}

/* EIND FORM */

