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; padding: 0;
  
  text-align: center;
  min-height: 620px;
  min-width: 980px;
}

html, body {
  height: 100%;
  width: 100%
}

#containter td {
  text-align: left;
  vertical-align: top;
}

#container {
  width: 940px;      
  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;  
  height: 100%;
}

#center-page-outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
background: #CDD0D6;
}
#center-page {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 620px;
background: #CDD0D6;

} 
#center-page-inner {
width: 980px;
height: 620px;
text-align: center;
margin-left:auto;
margin-right:auto;
background: #ffffff;
}



#top {
  height: 60px;
  padding: 0;
  margin: 0;  
}


#topleft {
  float: left;
  width: 260px;
  margin: 0;  
  padding: 0;  
  position:relative;
}

#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: -20px 8px 0 20px;  
  padding: 0;
  zoom: 1; 
  position: relative; /* ie6 layout bug and negative bug */
}


#logo-quote {
  margin-top: 6px;
}

#main {
  border-right: 1px solid #1C79AD;
  border-left: none;
  border-bottom: 1px solid #1C79AD;
  border-top: 1px solid #1C79AD;
  padding: 30px 0 12px 40px;
  line-height: 140%;
  background-color: transparent;
  width: 490px;
  float: left;
  position: relative;
}

#main-inner {
  height: 432px;  
  float: left;
}

#content {
  height: 100%;
  /*overflow: auto;*/
  overflow: scroll; overflow-x: hidden;
  padding-right: 22px;
  background-color: transparent;
  width: 460px;
  float: left;
  position: relative;
}


#content h2 {
  padding-top: 4px;
}

#footer {
  clear: both;  
  padding: 4px 10px 10px 300px;
  margin: 0 ;  
  text-align: left;  
}

#leftnavmenu {    
  margin: 0;
  padding: 0;
  height: 1%;
}

#copy {
  color: #005488;
  font-size: 0.9em;
  padding:  2px 0 0 0;
}

#copy a {
  color: #005488;
}

/* -------------------- MENU AND CONTENT LEFT------------------ */

#menuleft {
  float: left;
  width: 102px;
  margin: 0;  
}

#menuright {  
  height: 383px;  
  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 li.sub {
  text-align: left;
  padding-left: 16px;  
}

#menuright ul {
  width: 144px;  
  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;
}

h4 {
	margin: 0 0 1em 0; padding: 0;
	font-size: 1em;
	font-weight: bold;
}

h5 {
	margin: 0; padding: 0;
	font-size: 1em;
	font-weight: bold;
}

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;
}


#right {
  position: relative;  
  height: 476px;
  width: 146px;
  overflow: hidden;
}

/* rss */

#rss {
  margin: 0;
  width: 130px;
  line-height: 140%;
  background-color: transparent;
  padding: 61px 6px 18px 18px; 
  overflow: hidden;
  height: 348px;
  position: absolute;
  display: inline-block;
  top: 1px;
}

.twrss_item_link {
  margin-top: 12px;  
}

.twrss_item_link a {
  text-decoration: none;
}

.twrss_item_link a:hover {
  text-decoration: underline;
}

.rss-header {
  padding: 4px 0 0 23px;  
  font-weight: bold;
  background: url(images/social/rss_blue_20.png) no-repeat 0 0;  
}

.twrss_item_pubdate {
  font-size: 0.9em;
  color: #6D6F71;
  display: inline;
}

/* social buttons */

.social-buttons {
  margin: 2px 0 0 14px;
  padding-top: 4px;
  bottom: 1px;
  display: inline-block;
  width: 100px;
  position: absolute;
}

.social-buttons a {
  width: 22px;
  height: 22px;
  display: block;
  margin-left: 0px;
  float: left;
}

.social-buttons a.twitter {
  background-image: url(images/social/twitter_22_l.png);
  text-indent: -9999px;
  overflow:hidden;
  line-height:0px;
  font-size:0px;
}

.social-buttons a.facebook {
  background-image: url(images/social/facebook_22_l.png);
  text-indent: -9999px;
  overflow:hidden;
  line-height:0px;
  font-size:0px;
}

.social-buttons a.linkedin {
  background: url(images/social/linkedin_22_l.png) no-repeat 0 0;
  text-indent: -9999px;
  overflow:hidden;
  line-height:0px;
  font-size:0px;
}
.social-buttons a.twitter:hover {
  background: url(images/social/twitter_22.png) no-repeat 0 0;
}
.social-buttons a.facebook:hover {
  background: url(images/social/facebook_22.png) no-repeat 0 0;
}
.social-buttons a.linkedin:hover {
  background: url(images/social/linkedin_22.png) no-repeat 0 0;
}
.cleaner {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    clear: both;
    font-size: 0;
    height: 0;
    margin: 0;
    padding: 0;  
}

/* slides homepage */

.tx-t3sheaderslider-pi1 {
  margin: 0 0 40px 0 !important;
}

.nivo-caption {
    background: none repeat scroll 0 0 #005488;
}
.nivo-caption a {
	color: #ffffff;
	margin:  0; padding: 0;
	text-decoration: none;
}
.nivo-caption div.slide {
  font-size: 16px;
  padding: 10px;
}
.nivo-caption .subtext {
  font-size: 11px;
  display: inline;
}
.nivo-caption .meer {
  float: right;
  padding-top: 2px;
  display: inline;
  font-size: 11px;
  cursor: hand; /*IE7*/
}


/* team thumbnails */

ul.thumb {
	float: left;
	list-style: none;
	margin: 0 0 42px 0;; padding: 0px;
	width: 450px;
	
}
ul.thumb li {
	margin: 0; padding: 0;
	float: left;
	position: relative;
	width: 90px;
	height: 100px;
}
ul.thumb li img {
	width: 90px; height: 100px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	/*border: 1px solid #ddd;*/
	padding: 0;
	background: #f0f0f0;
	left: 0; top: 0;
	position: absolute;
}
ul.thumb li img.hover {
	background:url(images/pasfotos/thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect */
	border: none; /* Get rid of border on hover */

}


/* custom overrides */

.csc-textpic-single-image img {
    margin-bottom: 12px;
}

#c188, #c277, #c281, #c287, #c291, #c295 {
	height: 160px;
}

/* klanten/partner images */
#c267 img, #c271 img {
	border: 1px solid #ddd;
}

/* spacial submenu's for idm */
#s75 a, #s76 a, #s77 a, #s110 a {
	background: url(images/bullit.png) no-repeat left center;
	padding-left: 8px;	
}

#c267 .csc-textpic-caption {
	text-align: center;
}
#c267 .csc-textpic-caption a {
	text-decoration: none;
}
#c267 .csc-textpic-caption a:hover {
	text-decoration: underline;
}

