/* Start of CMSMS style sheet 'MIN default' */
body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #002e60;
	font-family: Arial;
	font-size: 11px;
	height: 100%;
}
hr{border-top:1px; color: #CCCCCC; position:static; height: 1px;}

/* LAYOUT ITEMS */
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 960px;
	height: 95px;
	background: #022E5F;
}

#header_logo {
	width: 125px;
	height: 75px;
	float: left;
	margin-top: 10px;
	margin-left: 18px;
}

#header_contact {
	color: #fff;
	width: 200px;
	float: right;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding: 10px 10px 0 0;
	line-height: 15px;
}

#header_contact a {
	color: #fff;
}

#header_contact a:hover {
	text-decoration: underline;
}

#menu {
	position: relative;
	height: 15px;
	padding: 5px;
	margin-left: 140px; 
	z-index: 2;
}

#contentwrapper{
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

#contentcolumn{
	margin: 0 169px 0 169px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#image_header {
	position: relative;
	z-index: 1;
	height: 173px;
	overflow: hidden;
}

ul#portfolio {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#portfolio li {
	margin: 0;
	padding: 0;
}

#breadcrumbs {
	float: left;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 4px 10px;
}

#breadcrumbs a{
	color: #fff;
}

#search {
	float: right;
	padding-top: 4px;
}

#search form {
	margin: 0;
	padding: 0;
}

#search .search-input {
	border: 0;
	width: 115px;
	height: 14px;
	font-size: 10px;
	float: left;
}

#content_intro:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

#content_intro_text {
	width: 602px;
	padding: 10px 10px 0 10px;
	margin-bottom: 0;
}

#content_intro_text h1 {
	margin-bottom: 10px;
}

#content_intro_text p {
	margin: 10px 0;
	text-align: justify;
}

.index_content_text {
	width: 194px;
	min-height: 70px;
	height: auto !important;
	height: 70px;
	padding: 5px;
}

.index_content_text ul{
	margin: 0;
	padding-left: 30px;
}

.index_content_text p {
	margin: 0;
	padding: 5px;
	text-align: justify;
}

#onderzoek_bottom a:link, #onderzoek_bottom a:active, #onderzoek_bottom a:visited,
#advies_bottom a:link, #advies_bottom a:active, #advies_bottom a:visited,
#implementatie_bottom a:link, #implementatie_bottom a:active, #implementatie_bottom a:visited {
	display: block;
	height: 25px;
	overflow: hidden;
	width: 204px;
}

#onderzoek {
	width: 204px;
	background: url(../images/onderzoek_top.png) no-repeat;
	margin-top: 5px;
	margin-right: 5px;
	float: left;
}

#onderzoek_bottom {
	height: 25px;
	background: url(../images/onderzoek_bottom.png) no-repeat;
}

#advies {
	width: 204px;
	background: url(../images/advies_top.png) no-repeat;
	margin-top: 5px;
	margin-right: 5px;
	float: left;
}

#advies_bottom {
	min-height: 25px;
	height: auto !important;
	height: 25px;
	background: url(../images/advies_bottom.png) no-repeat;
}

#implementatie {
	width: 204px;
	background: url(../images/implementatie_top.png) no-repeat;
	margin-top: 5px;
	float: left;
}

#implementatie_bottom {
	height: 25px;
	background: url(../images/implementatie_bottom.png) no-repeat;
}

#leftcolumnwrapper{
	float: left;
	width: 159px; /*Width of left column in pixel*/
	margin-left: -960px; /*Set margin to that of -(MainContainerWidth)*/
}

#leftcolumn{
	min-height: 442px;
	height: auto !important;
	height: 442px;
	background: url(../images/column_top.png) no-repeat;
	padding: 5px;
}

#leftcolumn p{
	padding: 5px 5px 0 5px;
	margin: 0;
	font-style: italic;
}

#leftcolumn p.right{
	text-align: right;
}

#leftcolumn ul{
	margin: 10px 0 20px 20px;
	padding: 0;
	list-style-type: circle;
}

#leftcolumn ul ul{
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: disc;
}

#leftcolumn_under{
	height: 4px;
	background: url(../images/column_bottom.png) no-repeat;	
	font-size: 0px;
}

#klanten_btns{
	margin-top: 10px;
}

#klanten_btns img{
	margin-bottom: 5px;
}

#rightcolumnwrapper{
	float: left;
	width: 159px; /*Width of right column*/
	margin-left: -159px; /*Set left margin to -(RightColumnWidth)*/
}

#rightcolumn {
	background: url(../images/column_top.png) no-repeat;
	padding: 5px;
}

#rightcolumn h2{
	font-size: 12px;
	margin: 5px 0;
	padding: 0;
}

#rightcolumn p{
	margin: 0px;
	padding: 5px 0;
}

#rightcolumn a {
	font-weight: normal;
	text-decoration: underline;
}

#poll a {
	width: 159px;
	height: 150px;
	display: block;
	background: url(../images/button_poll.png) no-repeat top;
}
#poll a:hover {
	background: url(../images/button_poll.png) no-repeat bottom;
}

#rightcolumn_under{
	height: 4px;
	background: url(../images/column_bottom.png) no-repeat;	
	font-size: 0px;
}

#klanten {
	margin-top: 5px;
	padding: 5px;
}

#klanten h2 {
	font-size: 12px;
	margin: 0;
	padding: 5px;
}

#kleur_blok {
	width: 159px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	margin-top: 10px;
	padding-bottom: 1px;
	color: #fff;
}

#kleur_blok p {
	padding: 10px 10px 0 10px;
	margin: 0;
	text-align: justify;
}

#kleur_blok form {
	padding: 0 0 0 10px;
	margin: 0;	
}

#kleur_blok label {
  display: block;
  float: left;
  width: 130px;
  margin: 5px 0;
  text-align: left;
}


#kleur_blok #naamveld {
	border: 0;
	width: 140px;
	height: 14px;
	font-size: 10px;
	float: left;
}

#kleur_blok #telefoonveld {
	border: 0;
	width: 77px;
	height: 14px;
	font-size: 10px;
	float: left;
}

#kleur_blok_under{
	height: 4px;
	font-size: 0px;
	margin-bottom: 5px;
}

.referenties #content_intro_text h1 {
	font-size: 24px;
	margin: 30px 0;
	padding-left: 20px;
}

.referentie_box {
	float: left; 
	padding: 0 25px;  
	margin-bottom: 10px;
}

.quote  {
	background:url("../images/quote-open.png") no-repeat scroll 0 0 transparent;
	font-size:14px;
	font-style:italic;
	line-height:1.5em;
	margin:-5px 0 0 20px;
	padding:7px 0 0;
	text-indent:40px;
}
.quote span.quote {
	background:url("../images/quote-close.png") no-repeat scroll 0 0 transparent;
	display:inline-block;
	height:24px;
	margin:6px 0 -20px 5px;
	width:30px;
}

.referenties #content_intro_text p.auteur {
	font-weight: bold;
	padding-left:60px;
	margin: 20px 0;
}

.bedrijfsinfo {
	font-size: 12px;
	border: 1px solid #AA0132;
	padding: 10px;
	margin-bottom: 10px;
	text-align: justify;
}

#content_intro_text .bedrijfsinfo p {
	margin: 0;
	padding: 0;
}

#footer{
	clear: left;
	height: 20px;
	background: #022e5f;
	color: #FFF;
	padding-left: 170px;
}

#copyright{
	position: absolute;
	font-size: 9px;
	z-index: 2;
	padding-left: 635px;
	padding-top: 4px;
}

/* Scroller Box */
#scroller_container {
	position: relative;
	width: 622px;
	height: 15px;
	overflow: hidden;
}

#scroller {
	white-space: nowrap;
 	margin-top: 3px;
 	padding-left: 625px;
}


/* Scoller Box */

/* At the end of the CSS File */

/* CSS Hack Safari */
#footer #dummy {;# }

#footer #scroller_container {
 overflow: auto;
}


/* CONTENT ITEMS */

img {
	border: 0;
	display: block;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

h2 {
	font-size: 13px;
	margin: 10px 0 5px 0;
	padding: 0;
}

h3 {
	font-size: 12px;
	margin: 0;
	padding: 2px 0;
}

a {
	color: #002e60;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* CONTACT */


#contact {
	position: relative;
	float: left;
	width: 250px;
	margin: 5px;
}

.myform{
	position: relative;
	width: 320px;
	margin-bottom: 10px;
	padding-left: 10px;
	float: right;
}

/* ----------- stylized ----------- */
#stylized h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 10px 0;
}

.contact #stylized p{
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.contact #stylized label{
	display: block;
	font-weight: bold;
	text-align: right;
	width: 100px;
	float: left;
}

.contact #stylized input{
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #002e60;
	width: 200px;
	margin: 0 0 10px 10px;
}

.contact #stylized .radiobuttons div{
float: left;
margin-left: 0px;
}
.contact #stylized .radiobuttons div label {
width: 30px;
text-align: left;
} 
.contact #stylized .radiobuttons input {
width: 30px;
border: 0;
} 
.contact #stylized select{
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	margin: 0 0 10px 10px;
}
.contact #stylized textarea{
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #002e60;
	width: 200px;
	margin: 0 0 10px 10px;
	height: 100px;
}

.contact #stylized .fbsubmit {
	clear: both;
	margin-left: 110px;
	width: 100px;
	height: 20px;
	background: #002e60;
	text-align: center;
	color: #fff;
	font-size: 11px;
	border: 0;
}

.contact .required {
	clear: both;
}

/* Dropdown menu */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav h3 {
  padding: 0;
}

#nav a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #002e60;
}

#nav a.onderzoek_link {
	color: #86a10b;
}

#nav a.advies_link {
	color: #aa0132;
}

#nav a.implementatie_link {
	color: #e06c08;
}

#nav a:hover {
	text-decoration: underline;
}

#nav li {
	float: left;
	margin: 0 20px;
	z-index:1000;
}

#nav li ul {
	position: absolute;
	line-height: 15px;
	width: 10em;
	left: -999em;
	background: #fff;
	padding: 5px;
}

#nav li ul li {
	float: left;
	margin: 0;
	width: 10em;
	z-index:1000;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul ul {
	margin: -1.8em 0 0 8em;
}

#nav li ul ul a{
	width: 13em;
}


#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
/* End of 'MIN default' */

