/* KLEURCODES / Standaard site eigenschappen
	lila: 			#8e80b5
	donker blauw: 	#1c1a7b
	
	Container = 	882px breed
	Header = 		276px hoog
	Menu = 			27px hoog
	Rechter vlak = 	317px breed (exclusief verticale lijn)
*/

/* Contact form */

table.csc-mailform .field input[type=text], table.csc-mailform .field textarea {
	border: 1px #1c1a7b solid;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: black;
	width: 270px;
}

table.csc-mailform .field input[type=submit] {
	border: 1px #1c1a7b solid;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: black;
	background-color: white;
	float: right;
	margin-bottom: 10px;
	margin-top: 3px;
}

table.csc-mailform .field {
	vertical-align: top;
}

table.csc-mailform .label {
	vertical-align: top;
	padding-bottom: 12px;
}

/* Menu */
div#tmpl_menu {
	color: white;
}

div#tmpl_menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-left: 19px;
}

div#tmpl_menu li.stripe {
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	top: -1px;
}

div#tmpl_menu li {
	display: inline;
}

div#tmpl_menu a {
	color: white;
	text-decoration: none;
	font-size: 12px;
}

div#tmpl_menu a:hover {
	text-decoration: underline;
}

/* Eind menu */



div#tmpl_home {
	cursor: pointer;
	width: 290px;
	height: 80px;
	float: left;
	margin-top: 20px;
	margin-left: 15px;
}

body {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: black;
	margin: 0px;
	text-align: center;
	background-color: #dddddd;
}

div {
	text-align: left;
}

a {
	color: #8e80b5;
}

a:hover {
	text-decoration: none;
}

h1 {
	color: #8e80b5;
	font-size: 15px;
}

div#tmpl_footer {
	padding-top: 14px;
	padding-left: 20px;
	color: #8e80b5;
	font-size: 10px;
	text-align: right;
	background-image: url('img/h_stripe.png');
	clear: both;
	background-repeat: repeat-x;
	background-color: white;
	height: 100px;
	padding-right: 3px;
}

div#tmpl_site {
	background-color: white;
}

div#tmpl_col1 {
	width: 527px;
	float: left;
	padding-left: 19px;
	padding-right: 19px;
	background-image: url('img/v_stripe.png');
	background-position: right;
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: white;
}

div#tmpl_col2 {
	float: left;
	width: 5px;
	background-image: url('img/v_stripe.png');
	background-repeat: repeat-y;
	font-size: 1px;
	background-color: white;
}

div#tmpl_col3 {
	width: 295px;
	float: right;
	padding-right: 10px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: white;
}

div#tmpl_menu {
	height: 27px;
	background-image: url('img/menu_bg.png');
}

div#tmpl_header {
	height: 276px;
	background-image: url('img/header.png');
}

div#tmpl_container {
	width: 882px;
	margin: 0 auto;
}

.typo3-adminPanel {
	right: 0px;
	top: 800px;
}

.csc-mailform-field {
width: 400px;
padding-right: 200px;
}



/* Submenu */

ul.submenu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	float: right;
}

ul.submenu li {
	display: inline;
}

ul.submenu li.stripe {
	margin-left: 5px;
	margin-right: 5px;
}

ul.submenu li.act a {
	font-weight: bold;
}

/* Eind submenu */