/* ****************************
main.css
Main css file for project
**************************** */


/* ****************************
Client: 
Website:

Main color 1: #000000 -> Name: black
Main color 2: #FFFFFF -> Name: white
Main color 2: #00FFFF -> Name: blue
**************************** */


/* ****************************
Section: 
**************************** */





/* ****************************
Section: Main
**************************** */

body {
	background: #949494;
	color: #ffffff;
	line-height: 1.75;
}

h2 {
	font-size: 1.15em;
	font-weight: bold;
	color: #ffffff;
}

a {
	color: #666666;
}
a:hover { 
}

#header {
	margin: 30px 0;
}

#pagetitle {
	margin: 1.12em 0;
}



/* ****************************
Section: Navigation, top
**************************** */

#menu {
}

#menu  .ul-level1 {
	margin: 0px;
	float: right;
	border-right: 1px solid #818282;
}

#menu .ul-level1 .li {
	float: left;
}

#menu ul li a {
	
}


/* ****************************
Section: Navigation, left
**************************** */


#leveltitle-1 {
  margin-bottom: 14px;
}



/* ****************************
Section: Navigation, level 3
**************************** */

#submenu-container {
	width: 225px;
	margin: 0;
	padding: 0;
	line-height: 35px;
}

#submenu-container a {
	padding: 10px 5px;
	display: block;
	color: #666632;
	font-size: 1.2em;	
	font-weight: bold;
	text-decoration: none;
}

.li-current-active {
}

/* Styles for scrollable */

#nav-level2-scrollable {
	/* required settings */
	height: 226px;
	position: relative;
	overflow: hidden;
}

#nav-level2-scrollable .ul-level1 {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
#nav-level2-scrollable a {
	width: 213px;
	display: block;
	border: 0;
}

/* single scrollable item */
#nav-level2-scrollable .li-current-active a {
	border: 1px solid #ffffff;
}


.next,
.prev {
	margin: 3px 0;
	cursor: pointer;
}





/* ****************************
Section: Normal
**************************** */

#normal {
	display: block;
	clear: both;
}


/* ****************************
Section: Contact formulier
**************************** */

fieldset {
	border: 0;
}







/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	




/* *********************************************
   Mailform styles
*/

.csc-mailform, .csc-mailform-radio, .csc-mailform-check, .csc-mailform-radio fieldset {
	border: 0;
}
fieldset.csc-mailform {
	border: 1px solid #ffffff;
}
.csc-mailform label {
  display: inline;
  line-height: 25px;
}
.csc-mailform-radio legend {
	display: none;
}
.csc-mailform-submit {
	margin-left: 130px;
	text-align: center;
}
label {
  width: 80px;
  float: left;
}
input, textarea {
  float: left;
  margin-top: 2px;
  padding: 2px;
}
.csc-mailform-field {
  width: 288px; 
  float: left;
  overflow: none;
  margin-bottom: 5px;
  padding: 2px;
}
.csc-mailform-field textarea {
	width: 260px;
	height: 100px;
  float: left;
  clear: both;
  font-family: arial;
}

