body {
    font: normal 11px Verdana, Arial, Helvetica, Geneva, sans-serif;
    color: black;
	background: url('../img/bg/bg_gradient.jpg') repeat-x scroll center top;
	margin: 0;
}

h1, .maintitle {
    font: normal 24px Verdana, Arial, Helvetica, Geneva, sans-serif;
    color: #cc2629;
    margin: 0 0 14px 0;
    border-bottom: 1px black solid;
    padding-bottom: 4px;
}


img {
	border:0;
	display:block
}


#rightSideBox h1, #rightSideBox .maintitle {
    font: normal 24px Verdana, Arial, Helvetica, Geneva, sans-serif;
    color: #cc2629;
    margin: 0 0 14px 0;
    border-bottom: 1px black dotted;
    padding-bottom: 4px;
}

h2, .subtitle {
    font: normal 18px Verdana, Arial, Helvetica, Geneva, sans-serif;
    color: black;
    margin: 12px 0;
}

h3 {
    font: bold 18px Verdana, Arial, Helvetica, Geneva, sans-serif;
    color: black;
    margin: 12px 0;
}

h4 {			
    font: bold 16px Verdana, Arial, Helvetica, Geneva, sans-serif;
    color: black;
    margin: 12px 0;
}

h5 {
    font: bold 14px Verdana, Arial, Helvetica, Geneva, sans-serif;
    color: black;
    margin: 12px 0;
}

h6 {
    font: bold 12px Verdana, Arial, Helvetica, Geneva, sans-serif;
    color: black;
    margin: 12px 0;
}

p {
    margin: 11px 0;
}

ul {
    margin: 11px 0;
    padding: 0 0 0 40px;
    list-style-type: square;
}

ol {
    margin: 11px 0;
    padding: 0 0 0 40px;
    list-style-type: decimal;
}

a {
    color: #cc2629;
}

form {
	margin: 0;
	padding: 0;
}

#mainContainer {
    width: 995px;
    margin: 0 auto;
    min-height: 550px;
    background: url('../img/bg/banner_logo.jpg') repeat-x scroll center top;
}


#header {
    width: 995px;
    height: 255px;
	position:relative;
}

#header h3 {
	margin:40px 0 0 18px;
	padding:0;
	color:#CC2629;
	font-weight:normal;
	float:left;
}

#logo {
    width: 215px;
    height: 253px;
    float: left;
}

#banner {
    width: 610px;
    height: 255px;
    overflow: hidden;
    float: left;
	position:relative;
}

#banner p,
#banner img {
	width: 610px;
    height: 255px;
	left:0;
	position:absolute;
	top:-6px;
}

#banner img {
	display:none;
}

#loginBox {
    width: 171px;
    height: 255px;
    float: left;
    text-align: center;
}

#menu {
    width: 995px;
    height: 36px;
	z-index:100;
	position:relative;
}

#content {
    width: 995px;
    margin-top: 30px;
    background: url('../images/general/content_bg.jpg') repeat-y left top;
    overflow: hidden;
	font:11px Verdana,Arial,Helvetica,Geneva,sans-serif;
	line-height:18px;
	z-index:1;
	position:relative;
}

#leftSideBox {
    width: 210px;
    float: left;
    margin-right: 6px;
}

#partners {
	width:210px;
	float:left
}

.solution {
	width:558px;
	float:left;
	min-height:100px;
	margin-bottom:20px;
	position:relative;
}

.solution .link {
	margin:0px 307px 0 0px;
	float:right;
	width:100px;
	height:20px;
}

.solution .image {
	width:140px;
	float:left;
}

.solution h2 {
	color:#ff0000
}

.solution .text {
	width:408px;
	float:left;
	margin-left:10px;
}

#contentBox {
    width: 558px;
    float: left;
    padding: 0 25px;
}

#rightSideBox {
    width: 145px;
    float: left;
    margin-left: 16px;
    margin-right: 10px;
}

/* menu */
#menu ul {
    display: block;
    vertical-align: baseline;
    list-style: none;
    float: left;
    margin: 0;
    padding: 0 0 0 14px;
}

#menu li {
    display: block;
    float: left;
    height: 36px;
    vertical-align: baseline;
	text-transform:uppercase;
	position:relative;
}

#menu li span {
    display: block;
    line-height: 36px;
}

#menu li span a {
    display: block;
    height: 36px;
    overflow: hidden;
    padding: 0 15px;
    color: #212121;
    font-weight: normal;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-left: 1px #fff solid;
    border-right: 1px #fff solid;
}

#menu li span a:hover {
    display: block;
    height: 36px;
    background: url('../img/bg/btn_ro.jpg') repeat-x left top;
    overflow: hidden;
    color: #cc2629;
    border-left: 1px #dedede solid;
    border-right: 1px #dedede solid;
}

#menu li span a.active {
    display: block;
    height: 36px;
    background: url('../img/bg/btn_ro.jpg') repeat-x left top;
    overflow: hidden;
    color: #cc2629;
    border-left: 1px #dedede solid;
    border-right: 1px #dedede solid;
}

/* submenu */
#menu li div {
	display:none;
}

#menu li:hover div,
#menu li.cs_hover div {
	display:block;
}

#menu li div {
	background:url(../img/bg/submenu_top.png) no-repeat;
	float:left;
	left:-5px;
	margin:0;
	padding:17px 0 0 0;
	position:absolute;
	top:33px;
	width:210px;
}

#menu li div div {
	background:url(../img/bg/submenu_bottom.png) no-repeat left bottom;
	left:0;
	padding:0 0 7px 0;
	position:relative;
	top:0;
}

#menu li div div div {
	background:url(../img/bg/submenu_center.png) repeat-y;
	padding:0 5px;
	width:200px;
}

#menu li ul {
	background:#ffee9e url(../img/bg/submenu_gradient.png) repeat-y;
	float:left;
	min-height:1px;
	padding:0 0 8px 0;
	width:200px;
}

#menu li li {
	background:url(../img/bg/submenu_separator.png) no-repeat left bottom;
	float:left;
	height:auto;
	padding:0 0 2px 0;
	width:200px;
}

#menu li li a {
	color:#8d8587;
	display:block;
	float:none;
	line-height:17px;
	min-height:18px;
	padding:0px 10px 0px 16px;
	text-transform:none;
}

#menu li li a.active,	
#menu li li a:hover {
	background:url(../img/bg/submenu_hover.png);
	color:#170f12;
}

#menu li li span {
	cursor:pointer;
	display:block;
	padding:0 8px 0 0;
}


#home {
    width: 41px;
}

.home p {
	margin:0;
	font:11px Verdana,Arial,Helvetica,Geneva,sans-serif;
	line-height:18px;
}

.home a {
	font:11px Verdana,Arial,Helvetica,Geneva,sans-serif;
}

.home {
	margin:0 0 15px 0;
}

.home h4 {
	font:11px Verdana,Arial,Helvetica,Geneva,sans-serif;
	margin:0;
	padding:0;
	color:#cc2629;
	font-weight:bold;
	line-height:16px;
}

.loginItem {
    margin: 0 auto;
}

.loginItemBtn {
    margin: 0 auto;
    width: 85px;
}

.loginName, .loginPassword {
    width: 77px;
    height: 19px;
    background: url('../img/bg/input_bg.jpg') no-repeat left top;
    border: 0;
    padding: 2px 4px;
}

.loginBtn {
    width: 85px;
    height: 19px;
    background: url('../img/bg/btn_bg.jpg') no-repeat center center;
    display: block;
    border: 0;
}

.locationBox {
    margin: 10px 13px;
    padding: 20px;
    border-top: 1px black dotted;
}

.nieuwsBox {
    padding: 20px 10px;
}

/* footer instellingen */
#footer {
    background: #5f5f61;
    height: 101px;
    display: block;
    bottom: -1px;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 4;
    background: url('../img/bg/bg_footer.jpg') no-repeat center top;
    vertical-align: bottom;
}

#footerContent {
    margin: 0 auto;
    width: 558px;
    text-align: right;
    padding-top: 17px;
}


/* forms */
.cs_form_wrapper .cs_form_label label {
	
}

.cs_form_wrapper .cs_form_input input,
.cs_form_wrapper .cs_form_input textarea,
.cs_form_wrapper .cs_form_input select {
	
}

.cs_form_wrapper .cs_form_input textarea,
.cs_form_wrapper .cs_form_input select {
	
}

.cs_form_wrapper .cs_form_button {
	margin:10px 206px 0 0;
}

.cs_form_wrapper .cs_form_button input {
	cursor:pointer;
	background:#c92529;
	color:#fff
}


#cs_field_9,
#cs_field_10 {
	width:130px;
	margin-bottom:10px;
	margin-top:5px;
	float:right;
}

#cs_field_9  {
	margin-bottom:5px;
}

#cs_contentmanager_form_2 {
	width:100px;
	float:left;
	margin:20px 0 0 20px;
	position:relative;
}

#cs_form_button_12 {
	margin:0px -32px 0 0;
	float:right;
}

.cs_form_wrapper {
margin-top:0px;
position:relative;
}

.cs_feedback_info {
	color:#FF0000;
	display:none;
	margin:0 0 15px;
	width:150px;
	position:absolute;
	right:0;
	top:190px;
	height:20px;
}

#send {
	position:absolute;
	right:13px;
	top:70px;
	width:140px;
	height:20px;
}


#cs_form_row_26,
#cs_form_row_27 {
	float: left;
    min-height: 30px;
    width: 130px;
	margin-top:21px;
	margin-left:20px;
}

#cs_form_row_27 {
	margin-top:0px;
}

#cs_field_27 {
	margin-bottom:10px;
}

#cs_field_26 {
	margin-bottom:5px;
}

#cs_contentmanager_form_4 form {
	width:150px;
	height:200px;
}

#cs_contentmanager_form_4 .cs_form_label label {
	margin-bottom:4px;
}

#cs_contentmanager_form_4 .cs_form_button {
	float:none;
	margin-left:103px;
}

#cs_contentmanager_form_4 .cs_form_wrapper, 
#cs_contentmanager_form_4 .cs_form_row, 
#cs_contentmanager_form_4 .cs_form_wrapper fieldset, 
#cs_contentmanager_form_4 .cs_form_row {
	float: left;
    min-height: 30px;
    width: 130px;
}

#cs_contentmanager_form_4 .cs_form_input input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #888888;
    float: left;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: 14px;
    width: 130px;
}

/*language chooser*/

#cs_language_chooser {
	height:30px;
	position:absolute;
	right:9px;
	top:5px;
	z-index:100;
	width:100px;
}

#cs_language_chooser ul {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}

#cs_language_chooser li {
	display:inline;
	float:left;
	margin-left:10px;
	width:16px;
	height:11px;
}

#cs_language_chooser li a { 
	float:left;
	width:16px;
	height:11px;
}

#cs_language_chooser li span {
	display:none
}

#cs_language_flag_1 {
	background:url(../img/bg/flag_nl_old.gif) no-repeat left center
}

#cs_language_flag_2 {
	background:url(../img/bg/flag_eng_old.gif) no-repeat left center;
	xdisplay:none !important
}

/*
#cs_language_flag_3 {
	background:url(../img/bg/flag_de.gif) no-repeat left center
}
*/
