/* chopped */
body {
	margin: 0;
	font-family: verdana;
	font-size: 12px;
	background: #fff;
	color: #042556;
	width: 100%;
}

#container {
	width: 100%;
}

#top {
	width: 1000px;
	margin: 0 auto 0 auto;
	height: 65px;
}

#headerleft {
	width: 500px;
	height: 65px;
	float: left;
}

#logo {
	height:45px;
	padding: 10px 0;
}

#headerright {
	width: 500px;
	float: left;
}

#more {
	height: 20px;
	width: 500px;
}

#more_down {	
	float: right;
	width: 150px;
	height: 20px;
	background: url(../images/button_meer_navingo.png);
}

#more a {
	color: #2D3951;	
	font-size: 12px;
	display: block;
	text-align: center;
	text-decoration: none;
	padding-top: 2px;
}

/* header inloggen */

#login {
	float: right;
	width: 500px;
	height: 45px;
}

#login input[type="text"], #login input[type="password"] {
	height: 22px;
	border: 1px solid #bfc3c9;
	-webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
     -moz-border-radius: 4px; /* FF1-3.6 */
          border-radius: 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */          
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
}

#login input[type="submit"] {
    margin-top: -5px;
	background:url(../images/button_login.png) no-repeat;
    height: 22px;
    width: 22px;
    border: none;	
}

/* hoofdmenu */

#headerwrap {
	width: 100%;
	height: 70px;
	background: url(../images/header_bar.png);
}

#header {
	width: 980px;
	margin: 0 auto 0 auto;
}

ul.menu {
	float:left;
	list-style-type: none;
	height: 44px;
}
ul.menu li {
	padding-top: 15px;
	float: left;
	height: 44px;	
	font-size: 16px;
}

ul.menu li a {	
	display: block;
	margin-top: 12px;
	text-decoration: none;
	color: #2B2B2B;
}

ul.menu li a:hover {	
	color: #7F7F7F;
}

ul.menu li div.l {
	float: left;
	height: 44px;	
	background: url(../images/header_button_left.png);
	width: 12px;
}

ul.menu li div.m {
	float: left;
	height: 44px;	
	background: url(../images/header_button_middle.png);
}

ul.menu li div.r {
	float: left;
	background: url(../images/header_button_right.png);
	height: 44px;	
	width: 12px;
}

/* submenu */

#menuwrap {
	width: 100%;
	background-color:#042556;
	height:36px;
}

#mainnav {
	width: 980px;
	margin: 0 auto;
	height: 36px;
	
}

#mainnav ul {
	
	list-style-type: none;
}

#mainnav ul li a {
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	float: right;
	line-height: 36px;
	vertical-align: middle;
	padding: 0 10px;
}

#mainnav ul li a:hover {
	background-color: #003090;
}

#awesomeheadershadow {
	background: url(../images/header_bar_shadow.png) repeat-x;
	height: 4px;
}

/* content area */

#contentwrap {
	min-height: 300px;
}

#content {
	width: 1000px;
	margin: 0 auto 0 auto;
}

#content ul, ol {
	padding: 0 0 0 20px;
	/*color: #0099FF;*/
}

#content ul li, ol li{
	padding: 3px;
}

#content a {
	text-decoration: none;
	/*color: #0099FF;*/
}

#content a:hover {
	color: #0099ff;
}

#content .button:hover {
	color: #fff;
}

/* hp vacatures zoeken */

#hpsearch {
	float: left;
	width: 520px;
	height: 170px;
}

/* hp cv plaatsen */

#cvpromo {
	float: left;
	width: 300px;
	margin-left: 30px;
}

#cvpromobox {
	width: 300px;
}

#cvpromo p {
	margin: 0;
	padding: 0 0 5px 0;
	color: #7F7F7F;
}

/* box opmaak */

#box_top_left {
	float: left;
	background: url(../images/box_top_left.png) no-repeat;
	width:16px;
	height: 16px;
}

#box_top_middle {
	float: left;
	background: url(../images/box_top_middle.png) repeat-x;
	height: 16px;
}

#box_top_right {
	float: left;
	background: url(../images/box_top_right.png) no-repeat;
	width: 16px;
	height: 16px;
}

.box_middle_left {
	float: left;
	background: url(../images/box_middle_left.png) repeat-y;
	width: 16px;
	height: 100px;
}

.box_middle_middle {
	float: left;
	height: 100px;
}

.box_middle_right {
	float:left;
	background: url(../images/box_middle_right.png) repeat-y;
	width: 16px;
	height: 100px;
}

#box_bottom_left {
	float: left;
	background: url(../images/box_bottom_left.png) no-repeat;
	width:16px;
	height: 16px;
}

#box_bottom_middle {
	float: left;
	background: url(../images/box_bottom_middle.png) repeat-x;
	height: 16px;
}

#box_bottom_right {
	float: left;
	background: url(../images/box_bottom_right.png) no-repeat;
	width:16px;
	height: 16px;
}

/* banners */

#banner {
	float: right;
	width: 120px;
	margin: 20px 0 0 30px;
}

/* hp hotjobs */

#hotjobs {
	float: left;
	width: 520px;
	margin-top: 15px;
}

#hjpromobox {
	width: 520px;
	margin-top: 10px;
	color: #042556;
}

#hetebaan {
	float: left;
	width: 488px;
}

#hetebaan .logo {
	float: left;
	width: 110px;
	padding: 5px;	
}

#hetebaan .logo img {
	float: center;
	padding: 5px;	
	border: 0;
}

#hetebaan .company {
	float: left;
	width: 360px;
	padding: 0 5px;
}

#hetebaan .title {
	float: left;
	width: 360px;
	padding: 0 5px;
}

#hetebaan .sector {
	float: left;
	width: 150px;
	padding: 0 5px;
}

#hetebaan .location {
	float: left;
	width: 150px;
	padding: 0 5px;
}

#hetebaan a, a:hover {
	color: #042556;
	text-decoration: none;
}

/* hp bedrijfsvideos */

#movies {
	float: left;
	width: 300px;
	margin-left: 6px;
}

/* columns van MW */

#d870 {
	float: left;
	width: 870px;
}

#d130 {
	float: left;
	width: 130px;
}

/* footer */

#awesomefootershadow {
	background: url(../images/footer_bar_shadow.png) repeat-x;
	height: 5px;
}

#footerwrap {
	width: 100%;
	height: 230px;
	background-color: #042556;	
}

#footer {
	width: 980px;
	margin: 0 auto;
	line-height: 1.8em;
}

#general {
	padding-top: 5px;
	height: 140px;
	width: 1000px;
	font-size: 0.9em;
}
#about {
	float: left;
	width: 200px;
}
#news {
	float: left;
	width: 500px;
}
#network {
	float: left;
	width: 300px;
}

#extra {
	height: 60px;
	width: 1000px;
}
#legal {
	padding-top: 50px;
	float: left;
	width: 700px;
}

#legal ul {
	list-style-type: none;
}
#legal ul li {
	font-size: 0.8em;
	margin-right: 20px;
	float: left;
}
#legal ul li a {
	color: #666699;
}

#social {
	float: left;
	width: 300px;
}

#social img {
	padding-right: 5px;
	border: 0px;
}

#footer h1 {
	font-size: 20px;
	font-style: italic;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer ul {
	list-style-type: none;
}

/* elementen */

a {
	color: #FF3300;
}

img {
	border: 0;
}

h1 {
	color: #042556;
	margin: 0.4em 0;
	/*padding-left: 5px;*/
}
h2 {
	color: #042556;
	font-style: italic;
	margin: 0.4em 0;
}

h3 {
	font-size: 17px;
	color: #F36523;
	margin: 0 0 0.4em 0;
}

h3 a {
	font-size: 17px;
	color: #F36523;
	margin: 0 0 0.4em 0;
}

p {
	color: #042556;
	margin: 0.4em 0;
	line-height: 1.5em;
}

#pleft div {
	color: #042556;
	line-height: 1.5em;
	margin-bottom: 0px;
}

#pleft p[align=LEFT] {
	color: #042556;
	line-height: 1.5em;
	margin-bottom: 15px;
}

ul {
	margin: 0;
}

/* buttons */

button {
	border: 0;
	background: 0;
}

input {
	background: #fff;
}

.bl {
	float: left;
	height: 36px;
	width: 10px;
	background: url(../images/button_left.png);	
}
.bm {
	float: left;
	height: 36px;
	background: url(../images/button_middle.png);	
}
.br {
	float: left;
	height: 36px;
	width: 10px;
	background: url(../images/button_right.png);	
}


#morenavingo {
	background-color: #F0F0F0;
	border-bottom: 1px solid #dadada;	
}

#moreoverview {
	width: 1000px;
	margin: 0 auto;
}

#moreoverview h3 {

	font-family: arial;

	font-size: 16px;

	color: #042556;	

	margin: 10px 0 5px 0;

}



#moreoverview ul {

	list-style: none;

	padding: 5px 0 0 0;

}



#moreoverview li {

	font-family: arial;

	font-size: 12px;

	margin-bottom: 5px;

}



#moreoverview a {

	color: #2D3951;

	text-decoration: none;

}



#moreoverview a:hover {

	color: #042556;	

	text-decoration: none;

	border-bottom: dotted #042556 1px;

}



#morecolumn_wide {

	float:left;

	width: 250px;

	margin-right: 20px;

}



#morecolumn {

	float:left;

	width: 210px;

	margin-right: 20px;

}
