html {
	font-size: 62.5%;  /* Resets 1em to 10px */	
}

body {
	background: #CDD0D6; /*#EAEDF4;*/
	font-size: 1.1em;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	margin: 0;	
	margin: 0; padding: 0;
}

#containter td {
	text-align: left;
	vertical-align: top;
}

#container {
	width: 800px;			
	border: 1px solid #B3BBCB;
	line-height: 100%;
	color: #336699;
	background: #fff url(images/background.png) 300px 0px no-repeat;
	text-align: left; /*For IE resetting alignment*/
	padding: 0 20px 4px 20px;
	margin: 0 auto;	

/* centering */
	position: absolute; 
	left: 50%; 
	top: 50%;
	margin-left: -420px;
	margin-top: -280px; 

/* standard way of centering. doesnt work on ie5/ie7 */
/*	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	height: 550px;
	margin: auto;
*/
}

#top {
	height: 60px;
	padding: 0;
	margin: 0;	
}


#topleft {
	float: left;
	width: 260px;
	margin: 0;	
	padding: 0;	
}

#logotop {	
	margin: 89px 12px 0 0;
}

#topright {	
	height: 60px;	
	margin-left: 260px;
	border-left: none;
	padding: 0;
	position: relative;
}

#topaddress {
	margin-left: 40px;
	font-size: 10px;
	position: absolute;
	bottom: 4px;
}

a[href^="mailto:"] {
	text-decoration: none;
}

/* for IE6 this is needed */
a.mailto  {
	text-decoration: none;
}

a.mailto:hover {
	text-decoration: underline;
}

#leftnav {
	float: left;
	width: 260px;
	margin: 0;
	padding: 0;		
}

#leftnavlogo {
	height: 112px;
	margin: 0 12px 0 20px;	
	padding: 0;
}


#logo-quote {
	margin-top: 6px;
}

#main {	
	border-right: 1px solid #1C79AD;
	border-left: none;
	border-bottom: 1px solid #1C79AD;
	border-top: 1px solid #1C79AD;
	margin-left: 260px;
	padding: 30px 0 12px 40px;	
	line-height: 140%;	
	background-color: transparent;	
}

#main-inner {
	height: 367px;	
}

#content {
	height: 100%;
	overflow: auto;
	padding-right: 34px;
	background-color: transparent;
	width: 448px;	
}

#content h2 {
	padding-top: 4px;
}

#footer {
	clear: both;
	margin: 0;
	padding: 10px;
	padding-left: 120px;	
	text-align: center;	
}

#leftnavmenu {		
	margin: 0;
	padding: 0;
	height: 1%;
}

#copy {
	color: #597887;
	font-size: 0.9em;
	padding:  12px 0 0 0;
}

#copy a {
	color: #597887;
}

/* -------------------- MENU AND CONTENT LEFT------------------ */

#menuleft {
	float: left;
	width: 102px;
	margin: 0;	
}

#menuright {	
	height: 298px;	
	padding: 0 0 0 0;
	margin: 0 0 0 102px;
	border-left: 1px solid #1C79AD;
	border-bottom: 1px solid #1C79AD;	
		
	color: #a2784d; 
	position: relative; /*needed for absolute positioning of content_left */
}

/* iE6 3 pixel bug hack */
* html #menuleft ul {
	margin-right: -3px;
}

.nav {
	list-style: none;	
}

#menuleft ul, #menuright ul {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.5em;
	z-index: 10;
}

#menuleft li {
	text-align: right;	
	padding-right: 8px;	
}

#menuright li {
	text-align: left;
	padding-left: 8px;	
}

#menuright ul {
	width: 112px;	
	font-size: 1.1em;
	line-height: 1.5em;
	z-index: 10;
}

.nav a {	
	text-decoration: none;  
	color: #336699;		
	display: block;	
}

.nav #selected {	 	
	background-color: #eaedf4;
}

#menuleft a, #menuright a {
	/* width: 92px; */	
}

#menuleft #selected a, #menuright #selected a {		 
	color: #a2784d;
}

#submenu, #selected {
	position: relative;
	
}

#content_left {
	width: 138px;
	right: 0px;
	position: absolute;
	bottom: 18px;
	line-height: 140%; 	
	color: #336699;
	overflow: hidden; /* prevent structural change */
}

#content_left .csc-textpic-image {
	margin-bottom: 0;
}

/* -------------------- FONTS ------------------ */

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
	font-style: bold;
	padding: 0;
	margin: 0.8em 0 0 0;
}

h3 + p.bodytext {
	margin-top: 0;
}

p.bodytext {
	padding: 0;
	margin: 0;
}

td p.bodytext {
	margin: 0;
}

a {
	/* text-decoration: none; */
	color: #336699;
}

#footer a {
	text-decoration: none;
}

a:hover, #footer a:hover {
	text-decoration: underline;
}

hr {
	border: 0;
	width: 90%;
	height: 1px;
	color: #7CB1CC;
	background-color: #7CB1CC;	
}

p.align-right {
	text-align: right;
}

.important {
	font-weight: bold;
	color: #a2784d; 
}

.error {
	color: #f00;
}

/* -------------------- TT_NEWS MODULE ------------------ */

hr.clearer {
	display: none;
}

.news-single-backlink {
	padding-top: 16px;
}

.news-list-date {
	/*color: #222;*/	
}

.news-list-morelink {
	display: inline;
}

.input:text {
	font-size: 0.8em;
}
a img {
	border: 0;
}

.news-latest_heading a {
	text-decoration: none;
}

.news-latest_heading a:hover {
	text-decoration: underline;
}

#news-all {
	margin-top: 4px;
}

.news-list-item h3 a {
	text-decoration: none;
}

.news-list-item h3 a:hover {
	text-decoration: underline;
}

.vacature_list_left a, .vacature_list h3 a {
	text-decoration: none;
}	
.vacature_list_left a:hover, .vacature_list h3 a:hover {
	text-decoration: underline;
}
.vacature_list_left a {
	margin: 4px 0 4px 0;
}

.vacature_list_left_item {
	margin-top: 1em;
}

/* -------------------- FORMS ------------------ */

form {
	margin: 20px 0 0 0;
}

form label {
	float: left;
	width: 100px;
}

form input, form textarea {
	margin: 2px 0 4px 0;
	padding: 2px;
}

input,select,textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #336699;
}

form input[type=text] {
	border: 1px solid #336699;
}

form input[type=submit] {
	color: #000;
	padding: 2px 8px;
	margin: 0;
}


form textarea {
	overflow: auto;	
	border: 1px solid #336699;
	padding: 2px;
}

form fieldset {
	border: none;
	padding: 0;
	margin: 0 0 0 0;
}

.csc-mailform-field a#voorwaarden {
	margin-left: 100px;
}

.csc-mailform-field #mailformformtype_mail {
	margin-left: 100px;	
	margin-top: 10px;
}

/* iE6 3 pixel bug hack */
* html .csc-mailform-field input, * html .csc-mailform-field textarea, * html .csc-mailform-field submit {
	margin-left: -3px;
}

#mailformreactie {
	width: 320px;
}

.tx-pilmailform-pi1 .error {
	margin-left: 100px;
}

.tx-pilmailform-pi1 .intro {
	margin-bottom: 10px;
}

.tx-pilmailform-pi1 form {
	margin: 0;
}




