/*
| -------------------------------------------------------------------
| FILENAME:			redwise.css
| DESCRIPTION:		Default Style Sheet
| CREATED:			22/12/2009
| INITIAL AUTHOR:	Elma Smit
| UPDATED BY:		Elma Smit, 22/12/2009
| 
| Copyright (c) 2009 The KEY Agency
| http://www.keyagency.nl/
| -------------------------------------------------------------------
| Basic colors used for website:
|
| red: #bd2a33;
| blue: #004481;
| dark gray: #615b58; //#756d6a;
| yellow: #ffb400;
| txt-color: #706c6a //#9e9996;
| line-color: #d7d5d4;
| -------------------------------------------------------------------
*/

body
{
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Arial, Geneva, sans-serif;
	background-image: url('../gui/background.body.gif');
	background-repeat: repeat-x;
	background-color: #D7D5D4;
	color: #706c6a;
	background-position: left bottom;
}

hr,
.hide
{
	display: none;
}

.clear
{
	clear: both;
}

.doublemarginbug
{
	display: inline;
}

img
{
	border: none;
}

/*
| -------------------------------------------------------------------
| Default typo txt, links tables ect.
| -------------------------------------------------------------------
*/

a
{
	outline: none;
	color: #bd2a33;
}

a:hover
{
	color: #004481;
}

h3
{
	font-size: 116%;
	color: #bd2a33;
}

h4
{
	font-size: 100%;
	margin: 0 0 0.5em 0;
	color: #676767;
}

p,
.main-column ul
{
	/*font-size: 93%;
	line-height: 145%;*/
	font-size: 93%;
	line-height: 165%;
}

p.intro,
p strong
{
	color: #615B58;
	font-weight: bold;
}

ul
{
	margin-left: 15px;
}

ul.incontent li
{
	/*font-size: 93%;
	line-height: 145%;*/
}

td,tr
{
	border: 0;
}

img.inline
{
	float:right;
	margin: 4px 0 10px 15px;
}

/*
| -------------------------------------------------------------------
| BASIS
| -------------------------------------------------------------------
*/

#page
{
	width: 990px;
	margin: 0px auto;
	background-color: #fff;
	position: relative;
	-webkit-box-shadow: 0px -40px 40px #888;
	-moz-box-shadow: 0px -40px 40px #888;
}

.column
{
	float: left;
}

.row
{
	clear: both;
}

.main-column
{
	width: 550px;
	padding: 20px 20px 0px 20px;
}

.left-column
{
	width: 185px;
	padding: 20px 0px 10px 15px;
}

.side-column
{
	width: 185px;
	padding: 20px 0px 10px 15px;
}

.right-column
{
	float: right;
	width: 185px;
	padding: 20px 15px 10px 0px;
}

/*
| -------------------------------------------------------------------
| header
| -------------------------------------------------------------------
*/

#header
{
	background-image: url('../gui/background.header.gif');
	background-repeat: repeat-x;
	height: 160px;
}

#header .logo
{
	padding: 10px 0 0 40px;
}

#header .logo h1
{
	margin: 0px;
}

#header .logo h1 span
{
	display: none;
}

#topmenu
{
	margin-top: -10px;
	height: 35px;
}

#topmenu #follow
{
	position: absolute;
	top: 100px;
	right: 20px;
	z-index: 1;
	white-space: nowrap;
}

#topmenu #follow a
{
	text-decoration: none;
	padding:0;
	width:20px;
	height:20px;
	display:inline;
}

#topmenu #follow img
{
	float:left;
	margin:0px 1px 0 1px;
}

#topmenu #follow a img
{
	margin-top:2px;
}

#topmenu ul
{
	margin: 0px;
	padding: 0px;
	float: right;
}

#topmenu ul li
{
	display: inline;
	float: left;
}

#topmenu ul li a
{
	display: block;
	text-decoration: none;
	color: #706c6a;
	font-size: 77%;
	padding: 0px 5px 0px 0px;
	margin: 0 5px 0 0;
	border-right: 1px solid #706c6a;
}

#banner
{
	position: absolute;
	right: 15px;
	top: 40px;
}

/*
| -------------------------------------------------------------------
| Footer
| -------------------------------------------------------------------
*/

#footer
{
	margin: 25px 0 0 0;
	background-color: #f1f1f0;
}

#footer .logo h1
{
	margin-top: 0;
}

#footer .right-column
{
	width: 750px;
}

#sitemap ul
{
	font-size: 12px;
	margin: 0px;
	float: right;
	padding: 0 0 0 0px;
	border-right: 1px dotted #D7D5D4;
}

#sitemap ul li
{
	display: block;
	float: left;
	width: 180px;
	padding: 0 20px;
	border-left: 1px dotted #D7D5D4;
}

#sitemap ul li a
{
	display: block;
	color: #B3071B;
	font-weight: bold;
	padding: 4px 15px;
	text-decoration: none;
}

#sitemap ul ul
{
	font-size: 11px;
	border-right: 0;
	float: none;
}

#sitemap ul ul li
{
	border-left: 0;
	padding: 0;
}

#sitemap ul ul li a
{
	display: block;
	color: #706c6a;
	border-top: 1px solid #e5e5e5;
	text-decoration: none;
	font-weight: normal;
}

#sitemap ul ul ul li a
{
	padding-left: 25px;
}

#sitemap ul ul ul ul
{
	display: none;
}

/*
| -------------------------------------------------------------------
| panels
| -------------------------------------------------------------------
*/

.panel
{
	margin: 0 0 20px 0;
	padding: 10px;
}

.panel.imgbanner
{
	margin: 0 0 20px 0;
	padding: 0px;
}

.panel.imgbanner a,
.panel.imgbanner img,
.panel.imgbanner a img
{
	width:230px;
}

.panel h3
{
	margin: 0;
	margin-bottom: 0.5em;
	font-size: 116%;
	color: #bd2a33;
	background-repeat: no-repeat;
	display: block;
}

.panel h3 a,
.panel h4 a
{
	text-decoration: none;
}

.panel h3 span
{
	display: none;
}

.panel h4
{
	margin: 0 0 0.5em 0;
	font-size: 100%;
}

.panel p
{
	font-size: 85%;
	line-height: 145%;
}

.panel ul
{
	margin-top: 0px;
}

/* 
	panel rounded
*/

.panel.rounded
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* 
	rounded fix IE
*/

.panel.rounded
{
	position: relative;
}

span.rc-ltop,
span.rc-rtop,
span.rc-lbottom,
span.rc-rbottom
{
	width: 10px;
	height: 10px;
	position: absolute;
	z-index: 1;
}

span.rc-ltop
{
	background-image: url('../gui/corner.top.left.gif');
	top: 0px;
	left: 0px;
}

span.rc-rtop
{
	background-image: url('../gui/corner.top.right.gif');
	top: 0px;
	right: 0px;
}

span.rc-rbottom
{
	background-image: url('../gui/corner.bottom.right.gif');
	bottom: 0px;
	right: 0px;
}

span.rc-lbottom
{
	background-image: url('../gui/corner.bottom.left.gif');
	bottom: 0px;
	left: 0px;
}

/* 
	panel nopadding
*/

.panel.no-padding
{
	padding: 0px;
}

.panel.no-padding a
{
	text-decoration: none;
}
.panel.no-padding.center
{
	text-align: center;
	margin:0px;
}

.panel.no-padding span.mewb
{
	display: block;
	margin: 14px 0 0 0;
	padding: 4px 0 0 0;
	font-size: 11px;
	border-width: 1px 0px 0px 0px;
	border-color: #002d62;
	border-style: solid;
	color: #002d62;
	
}

/* 
	panel border
*/

.panel.border
{
	position: relative;
	top: 10px;
	border: 1px solid #d7d5d4;
}

.panel.border h3
{
	margin: 0 5px;
	position: relative;
	top: -20px;
	background-color: #fff;
	width: auto;
	display: inline;
}

/* 
	panel solid
*/

.panel.solid
{
	background-color: #004481;
	background-position: left bottom;
	background-repeat: repeat-x;
}

.panel.solid.blue
{
	background-color: #004481;
	background-image: url('../gui/background.panel.solid.blue.gif');
}

.panel.solid.blue.small
{
	background-color: #004481;
	background-image: url('../gui/background.panel.solid.blue.small.gif');
}

.panel.solid.red
{
	background-color: #bd2a33;
	background-image: url('../gui/background.panel.solid.red.gif');
}

.panel.solid.red.small
{
	background-color: #bd2a33;
	background-image: url('../gui/background.panel.solid.red.small.gif');
}

.panel.solid.gray
{
	background-color: #c7c5c3;
	background-image: url('../gui/background.panel.solid.gray.gif');
}

.panel.solid.gray p
{
	color: #e5e5e5;
	text-shadow: #615b58 1px 1px 0px;
	filter: Shadow(Color=#615b58, Direction=1, Strength=0);
}

.panel.solid.gray p strong
{
	color: #fff;
	font-weight: bold;
}

.panel.solid h3 a,
.panel.solid h3,
.panel.solid h4 a,
.panel.solid h4
.panel.solid p
{
	color: #fff;
}

.slider
{
	position: relative;
	overflow: hidden;
	height: 150px;
	background-position: left bottom;
	background-repeat: repeat-x;
	z-index: 20;
}

.slider .items
{
	position: absolute;
	height: 2000px;
	z-index: 1;
}

#blogfromaboard .slider .items .media
{
	display: none;
}

/* 
	.panel.solid.red .slider { background-image: url('../gui/background.slider.panel.red.png'); }
.panel.solid.blue .slider { background-image: url('../gui/background.slider.panel.blue.png'); }
*/

/* 
	special styles panels
*/

#book.panel h4 a
{
	color: #004481;
}

.randomvideos .media.video
{
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
}

/*
| -------------------------------------------------------------------
| DL DD DT
| -------------------------------------------------------------------
*/

dl,
dd,
dt
{
	margin: 0px;
	font-size: 93%;
}

dl dt
{
	width: 50%;
	float: left;
}

dl dd
{
	width: 50%;
	float: left;
	margin: 0px;
}

di
{
	clear: both;
	display: block;
}

/*
| -------------------------------------------------------------------
| folders
| -------------------------------------------------------------------
*/

.folder .folder
{
	clear: both;
	border-bottom: 1px solid #eee;
	margin: 0 0 1em 0;
	overflow: hidden;
}

/*
| -------------------------------------------------------------------
| Pagecontent modules 
| -------------------------------------------------------------------
*/

.weblog h4
{
	color: #004481;
	font-size: 138%;
}

.weblog p
{
	font-size: 85%;
}

.weblog p.pubdate
{
	font-size: 77%;
	margin: 0.5em 0px;
}

.weblog p span.vessel
{
	text-transform: uppercase;
}

.media.video,
.media.image
{
	float: right;
	margin: 0px 0 10px 10px;
	border: 1px solid #d7d5d4;
	padding: 2px 2px 0px 2px;
}

.media.image.firstimg
{
	margin-top: 18px !important;
}

.media.left
{
	float: left;
	margin: 0px 10px 10px 0px;
}

.folder .media.image
{
	margin: 0px 0 10px 10px;
}

.folder .media.image.left
{
	margin: 0px 10px 10px 0px;
}

.video
{
	position: relative;
	margin: 0px;
}

.video span.play
{
	position: absolute;
	top: 20%;
	left: 30%;
	width: 70px;
	height: 50px;
	background-image: url('../gui/button.video.play.png');
}

.video span.description
{
	display:block;
	font-size: 95%;
	padding: 4px 20px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	text-decoration: none;
}

.video a
{
	text-decoration: none;
}


/* 
	vacatures overview
*/
.overview.vacancies
{
	/* border-bottom: 1px solid #d7d5d4; */
	border-top: 1px solid #d7d5d4;
	/* 	border-bottom: 1px solid #d7d5d4; */
}

.folder.list.vacancy .vacancy,
.overview.vacancies .vacancy
{
	/* 	background-image: url('../gui/background.transport.result.row.gif'); */
	margin: 0;
	overflow: hidden;
	position: relative;
	border-top: 0px;
	/* border-top: 1px solid #eaeaea; */
	border-bottom: 1px solid #eaeaea;
}

.folder.list.vacancy .vacancy.alt,
.overview.vacancies .vacancy.alt
{
	background-color: #f3f3f3;
}

.overview.vacancies .vacancy .column.first,
.overview.vacancies .vacancy .column.second,
.overview.vacancies .vacancy .column.third,
.overview.vacancies .vacancy .media
{
	padding: 10px;
}

.folder.list.vacancy .vacancy div.title
{
	padding: 10px;
	padding-left: 0;
}

.overview.vacancies .vacancy .column.first
{
	padding-left: 0;
	width: 230px;
}

.overview.vacancies .vacancy .column.second
{
	width: 105px;
}

.overview.vacancies .vacancy .column.third
{
	width: 105px;
}

/*
| -------------------------------------------------------------------
| onwijswerk homepage
| -------------------------------------------------------------------
*/

#europort2011
{
	display:inline-block;
	margin: -25px 0 -10px 20px;
}

.onwijswerk-homepage .container
{
	width: 745px;
	float: left;
}

.onwijswerk-homepage .toprow
{
	height: 225px;
	overflow: hidden;
}

.onwijswerk-homepage .bottomrow
{
	
}

.onwijswerk-homepage .main-column
{
	width: 505px;
	padding: 20px 20px 0px 20px;
}

.onwijswerk-homepage .left-column
{
	width: 185px;
	padding: 20px 0px 10px 15px;
}

.onwijswerk-homepage .side-column
{
	width: 185px;
	padding: 30px 15px 10px 0px;
}

.onwijswerk-homepage .right-column
{
	float: right;
	width: 230px;
	padding: 20px 15px 10px 0px;
}

.onwijswerk-homepage #pagecontent
{
	padding: 15px 20px 9px 20px;
	top: 20px;
	position: relative;
}

.onwijswerk-homepage #pagecontent h3
{
	background-image: url('../gui/heading.pagecontent.onwijswerk.gif');
	height: 42px;
	width: 430px;
	display: block;
	top: -35px;
	margin-bottom:-25px;
}

.onwijswerk-homepage #pagecontent h3 span
{
	display: none;
}

.onwijswerk-homepage #vacatures
{
	min-height: 175px;
	_height: 175px;
}

.onwijswerk-homepage .weblog h4
{
	font-size: 93%;
	text-align: left;
}

.onwijswerk-homepage .weblog h4 span.vessel
{
	font-size: 85%;
	color: #bd2a33;
}

.onwijswerk-homepage .weblog h4 span.title
{
	font-size: 93%;
}

.onwijswerk-homepage .weblog h4 span.separator
{
	color: #d7d5d4;
}

/*
| -------------------------------------------------------------------
| redwise homepage
| -------------------------------------------------------------------
*/

.redwise-homepage .toprow
{
	height: 230px;
	overflow: hidden;
}

.redwise-homepage #pagecontent
{
	padding: 20px;
	margin: 20px 0 0 0;
}

.redwise-homepage #pagecontent h3
{
	background-image: url('../gui/heading.pagecontent.redwise.gif');
	height: 61px;
	width: 427px;
	display: block;
	top: -30px;
}

.redwise-homepage #pagecontent h3 span
{
	display: none;
}

.redwise-homepage #callforcrew
{
	min-height: 165px;
	_height: 165px;
}

.redwise-homepage #enroute .vessellocator
{
	left: 0px;
}

.redwise-homepage #enroute .latest-enroute
{
	float: right;
	width: 168px;
}

/*
| -------------------------------------------------------------------
| #enroute
| -------------------------------------------------------------------
*/

#enroute
{
}

#enroute  h4,
#enroute  h3
{
	z-index: 2;
}

#enroute  h4.date
{
	position: absolute;
	top: -7px;
	left: 210px;
	color: #bd2a33;
	background-color: #fff;
	font-weight: normal;
	padding: 0 5px;
}

#enroute .vessellocator
{
	width: 360px;
	z-index: 1;
	position: absolute;
	top: 9px;
	right: 0px;
}

#enroute .latest-enroute
{
	width: 123px;
	padding: 0px 0 0px 0px;
	float: left;
	height: 180px;
	overflow: hidden;
}

#enroute .latest-enroute .folder
{
	padding-top: 1em;
	border-top: 1px solid #eee;
}

#enroute .latest-enroute p strong
{
	color: #bd2a33;
}

#enroute .latest-enroute a.to-weblog
{
	color: #004481;
}

/*
| -------------------------------------------------------------------
| headings
| -------------------------------------------------------------------
*/

#enroute h3
{
	background-image: url('../gui/heading.presently-enroute.gif');
	height: 25px;
	width: 180px;
	display: block;
}

#vacatures
{
	height: 187px;
}

#vacatures h3
{
	background-image: url('../gui/heading.vacatures.gif');
	height: 17px;
	width: 117px;
	margin: 0.5em auto;
}

#vacatures h3 a
{
	display: block;
	height: 17px;
	width: 117px;
}

#aanmonsteren
{
	background-image: url('../gui/background.panel.solid.red.small.gif');
}

#aanmonsteren h3
{
	background-image: url('../gui/heading.aanmonsteren.gif');
	height: 37px;
	width: 155px;
	margin: 0.5em auto;
}

#aanmonsteren h3 a
{
	display: block;
	height: 37px;
	width: 155px;
}

#askforaquotation h3
{
	background-image: url('../gui/heading.askforaquotation.gif');
	height: 37px;
	width: 155px;
	margin: 0.5em auto;
}

#askforaquotation h3 a
{
	display: block;
	height: 37px;
	width: 155px;
}

#blogfromaboard h3
{
	background-image: url('../gui/heading.blogfromaboard.gif');
	height: 21px;
	width: 179px;
	display: block;
}

.onwijswerk-homepage #blogfromaboard h3
{
	background-image: url('../gui/heading.bloggers-aan-boord.gif');
	width: 192px;
}

#deliveryoverzicht h3 a
{
	background-image: url('../gui/heading.deliveryoverzicht.gif');
	height: 49px;
	width: 164px;
	display: block;
}

#deliverytrackrecord h3 a
{
	background-image: url('../gui/heading.deliverytrackrecord.gif');
	height: 66px;
	width: 165px;
	display: block;
}

#deliveryoverzicht p strong,
#deliverytrackrecord p strong
{
	color: #fff;
}

#callforcrew
{
	height: 187px;
}

#callforcrew h3
{
	background-image: url('../gui/heading.callforcrew.gif');
	height: 34px;
	width: 100px;
	margin: 0.5em auto;
	display: block;
}

#redwisedpo h3
{
	display: block;
	background-image: url('../gui/heading.redwiseDPO.gif');
	height: 17px;
	width: 139px;
	margin: 0.5em auto;
}

#redwisedpo h3 a
{
	display: block;
	height: 20px;
}

#callforcrew h4,
#vacatures h4
{
	font-weight: normal;
	margin: 0;
	padding: 0.5em 0;
	font-size: 85%;
}

#callforcrew h4
{
	border-top: 1px dotted #8A0810;
}

#vacatures h4
{
	border-top: 1px dotted #00294D;
}

/*
| -------------------------------------------------------------------
| contact-page
| -------------------------------------------------------------------
*/

.contact-page .main-column
{
	width: 350px;
}

.contact-page .right-column
{
	width: 385px;
}

/*
| -------------------------------------------------------------------
| transport-page
| -------------------------------------------------------------------
*/

.transport-page .main-column
{
	width: 750px;
}

.transport-page .folder
{
	border-top: 1px solid #d7d5d4;
	border-bottom: 1px solid #d7d5d4;
}

.transport-page .folder .transport
{
	background-image: url('../gui/background.transport.result.row.gif');
	margin: 0;
	position: relative;
	border-top: 0px;
	border-bottom: 1px solid #eaeaea;
}

.transport-page .folder .transport.alt
{
	background-color: #f3f3f3;
}

.transport-page .folder .transport .column.first,
.transport-page .folder .transport .column.second,
.transport-page .folder .transport .column.third,
.transport-page .folder .transport .media
{
	padding: 10px;
}

.transport-page .folder .transport .column.first
{
	width: 230px;
}

.transport-page .folder .transport .column.second
{
	width: 105px;
}

.transport-page .folder .transport .column.third
{
	width: 105px;
}

.transport-page .folder .transport .media
{
	float: right;
	width: 230px;
}

.transport-page .folder .transport h4
{
	color: #bd2a33;
}

.transport-page .folder .transport h5
{
	color: #004481;
}

.transport-page .folder .transport p,
.transport-page .folder .transport ul li span
{
	color: #706c6a;
	font-size: 85%;
}

.transport-page .folder .transport ul li strong
{
	color: #615b58;
}

.transport-page .folder .transport ul li
{
	color: #bd2a33;
}

.transport-page .folder .transport .media
{
	margin: 0px;
	border: 0px;
}

.transport-page .folder .transport .media img
{
	border: 1px solid #eaeaea;
	width: 226px;
}

.transport-page .folder .transport .button.to-weblog a
{
	width: 90px;
	height: 90px;
	position: absolute;
	top: 3px;
	right: 194px;
	/* 	background-image: url('../gui/button.readweblog2.png'); */
	background-image: url('../gui/button.lees-de-weblog.png');
	display: block;
}

.transport-page .folder .transport .button.to-weblog a span
{
	display: none;
}

form#search-delivered-transports
{
	clear: both;
	display: block;
}

form#search-delivered-transports .control
{
	width: auto;
	clear: both;
	float: none;
	min-height: 0;
}

form#search-delivered-transports
{

}

/* 
	pagination
*/

.pagination
{
	margin: 1em auto;
	height: 20px;
	width: 250px;
}

.pagination ul
{
	margin: 0px;
	padding: 0px;
}

.pagination ul li
{
	display: inline;
	float: left;
}

.pagination ul li a
{
	color: #615b58;
	font-size: 85%;
	display: block;
	border: 1px solid #eee;
	padding: 2px 5px;
	margin: 0 3px 0 0;
	text-decoration: none;
}

.pagination ul li.last a,
.pagination ul li.next a,
.pagination ul li.prev a,
.pagination ul li.first a
{
	font-weight: bold;
	background-color: #f6f6f6;
}

.pagination ul li a:hover
{
	color: #fff;
	background-color: #004481;
	border: 1px solid #004481;
}

.pagination ul li.current a
{
	color: #fff;
	background-color: #bd2a33;
	border: 1px solid #bd2a33;
	font-weight: bold;
}

/*
| -------------------------------------------------------------------
| FORMS
| -------------------------------------------------------------------
*/

form
{
}

form fieldset
{
	border: 1px solid #D7D5D4;
	padding: 10px;
}

form fieldset legend
{
	width: auto;
	color: #bd2a33;
	font-weight: bold;
	position: relative;
}

form .row
{
	border-top: 1px solid #ddd;
	padding: 10px 0;
}

form .control
{
	width: 259px;
	float: left;
	padding: 5px 5px 5px 0;
	min-height: 40px;
	_height: 40px;
}

form label
{
	font-size: 93%;
	display: block;
	vertical-align: middle;
	color: #555555;
	padding: 0px 0px 4px 0px;
}

form label.inline
{
	width: auto;
	display: inline;
}

form .text,
form .file,
form select,
form .textarea
{
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #D7D5D4;
	font-size: 93%;
	vertical-align: middle;
	padding: 2px 0px 2px 0px;
	width: 98%;
}

form div.radiobuttons
{
}

/* 	
	Crappy IE,alternatief voor de select button
	vind het in css/wg.iefix.css
*/

form div.select
{
	position: relative;
	display: inline;
}

form select
{
	font-size: 85%;
}

form select,
form .textarea,
form .text
{
	padding: 1px 0;
}

form .radiobuttons input
{
	width: auto;
	float: left;
}

form .checkboxes span,
form .radiobuttons span
{
	clear: both;
	display: block;
}

/* 
	checkboxes
*/

form .checkboxes
{
	width: 59%;
	float: left;
}

form .checkboxes .checkbox
{
	float: left;
}

form em.error
{
	font-size: 77%;
	color: #FF1C00;
}

form .control.voorletters
{
	width: 95px;
}

form .control.voorvoegsel
{
	width: 159px;
}

form .control.adres
{
}

form .control.huisnummer,
form .control.huisnr
{
	width: 95px;
}

form .control.tvg
{
	width: 159px;
}

form .control.postcode
{
	width: 95px;
}

form .control.plaats
{
	width: 159px;
}

/*
| -------------------------------------------------------------------
| submenu red: #BD2A33;
| -------------------------------------------------------------------
*/

#submenu
{
	padding: 10px 0px;
	border: none;
}

#submenu h3
{
	font-weight: normal;
	top: 0;
	display: block;
	margin: 0 0 0.5em 0;
}

#submenu ul
{
	margin: 0;
	padding: 0;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #d9d9d9;
}

#submenu ul li
{
	display: inline;
}

#submenu ul li a
{
	display: block;
	border-bottom: 1px solid #d9d9d9;
	text-decoration: none;
	padding: 9px 15px 10px 15px;
	color: #575251;
	font-size: 93%;
	background-image: url('../gui/background.submenu.sprite.onwijswerk.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#submenu ul li a.in-path,
#submenu ul li a.selected,
#submenu ul li a:hover
{
	color: #fff;
	/* 
		font-weight: bold;
	*/
	background-color: #bd2634;
	background-position: -190px bottom;
	border-bottom: 1px solid #a51720;
}

#submenu ul li a.in-path.selected
{
	background-position: -190px bottom;
}

#submenu ul li a.in-path
{
	background-position: -380px bottom;
}

#submenu ul ul
{
	display: none;
	border-width: 0px 0px 0 0px;
}

#submenu ul li.in-path ul
{
	display: block;
}

#submenu ul ul li a
{
	font-size: 85%;
	padding: 6px 0 6px 15px;
	color: #615b58;
	background-image: none;
	border-bottom: 1px solid #eee;
}

#submenu ul li.in-path ul li a.in-path,
#submenu ul li.in-path ul li a.selected,
#submenu ul li.in-path ul li a:hover
{
	background-color: #FFF;
	color: #BD2A33;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	background-image: url('../gui/arrow.gray.gif');
	background-position: 165px center;
}

#submenu ul li.in-path ul li a:hover
{
	font-weight: normal;
}

#submenu ul ul ul li a
{
	font-size: 85%;
	padding-left: 30px;
}

#submenu ul li.in-path ul ul
{
	display: none;
}

#submenu ul li.in-path ul li.in-path ul
{
	display: block;
}


/*
| -------------------------------------------------------------------
| submenu onwijswerk blogs (3 niveaus)
| -------------------------------------------------------------------
*/

#submenu ul li.in-path.kwc-blogs ul li ul li ul
{
	display:none;
}

#submenu ul li.in-path.kwc-blogs ul li ul li.in-path ul
{
	display: block;
}

#submenu ul li.in-path.kwc-blogs ul li ul li ul li a
{
	padding-left: 36px;
}


/*
| -------------------------------------------------------------------
| navigation
| -------------------------------------------------------------------
*/

#navigation
{
	position: absolute;
	top: 85px;
}

/* 
	breedte meegeven, bug IE6
*/

#navigation ul
{
	margin: 0px;
	padding: 0px 0 0 215px;
	position: relative;
	width: 775px;
}

#navigation ul li
{
	display: inline;
	float: left;
	/* 
		font-size: 100%;
	*/
}

#navigation ul li a
{
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 10px 20px;
}

#navigation ul li a span
{
	display: none;
}

#navigation ul ul
{
	display: none;
	left: 0px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 990px;
}

#navigation ul ul li a
{
	font-size: 85%;
	padding: 4px 20px;
	margin: 9px 0 7px 0;
	text-transform: uppercase;
}

#navigation ul ul li a span
{
	display: inline;
}

#navigation ul ul li a.in-path,
#navigation ul ul li a.selected
{
	color: #fff;
}

#navigation ul li.in-path ul
{
	display: block;
}

#navigation ul ul
{
	position: absolute;
}

#navigation ul li.in-path ul ul
{
	display: none;
}

/* 
	onwijswerk
*/

#navigation ul li a.onwijswerk
{
	color: transparent;
	overflow: hidden;
	height: 36px;
	width: 172px;
	margin-top: 8px;
	padding: 0px;
	background-image: url('../gui/background.menu.sprite.onwijswerk.gif');
}

#navigation ul li a.onwijswerk.in-path,
#navigation ul li a.onwijswerk.selected,
#navigation ul li a.onwijswerk:hover
{
	height: 44px;
	width: 204px;
	margin-top: 0px;
	background-position: 0px -36px;
}

#navigation ul li.onwijswerk ul
{
	background-color: #615b58;
	background-image: url('../gui/background.menu.gradient.onwijswerk.gif');
}

#navigation ul li.onwijswerk ul li a
{
	color: #d7d5d4;
	border-right: 1px solid #615b58;
	text-shadow: #615b58 1px 1px 0px;
	filter: Shadow(Color=#615b58, Direction=1, Strength=0);
}

#navigation ul li.onwijswerk ul li a.in-path,
#navigation ul li.onwijswerk ul li a.selected,
#navigation ul li.onwijswerk ul li a:hover
{
	color: #fff;
}

/* 
	redwise
*/

#navigation ul li a.redwise
{
	color: transparent;
	overflow: hidden;
	height: 36px;
	width: 134px;
	margin-top: 8px;
	padding: 0px;
	background-image: url('../gui/background.menu.sprite.redwise.gif');
}

#navigation ul li a.redwise.in-path,
#navigation ul li a.redwise.selected,
#navigation ul li a.redwise:hover
{
	height: 44px;
	width: 157px;
	margin-top: 0px;
	background-position: 0px -36px;
}

#navigation ul li.redwise ul
{
	background-color: #004481;
	background-image: url('../gui/background.menu.gradient.redwise.gif');
}

#navigation ul li.redwise ul li a
{
	color: #cbd6e0;
	border-right: 1px solid #00294d;
	text-shadow: #00294d 1px 1px 0px;
	filter: Shadow(Color=#00294d, Direction=1, Strength=0);
}

#navigation ul li.redwise ul li a.in-path,
#navigation ul li.redwise ul li a.selected,
#navigation ul li.redwise ul li a:hover
{
	color: #fff;
}

/* 
	crewing
*/

#navigation ul li a.crewing
{
	color: transparent;
	overflow: hidden;
	height: 36px;
	width: 190px;
	margin-top: 8px;
	padding: 0px;
	background-image: url('../gui/background.menu.sprite.vacaturebank.gif');
}

#navigation ul li a.crewing.in-path,
#navigation ul li a.crewing.selected,
#navigation ul li a.crewing:hover
{
	height: 44px;
	width: 222px;
	margin-top: 0px;
	background-position: 0px -36px;
}

#navigation ul li.crewing ul
{
	background-color: #bd2a33;
	background-image: url('../gui/background.menu.gradient.vacaturebank.gif');
}

#navigation ul li.crewing ul li a
{
	color: #d7d5d4;
	border-right: 1px solid #8a0810;
	text-shadow: #8a0810 1px 1px 0px;
	filter: Shadow(Color=#8a0810, Direction=1, Strength=0);
}

#navigation ul li.crewing ul li a.in-path,
#navigation ul li.crewing ul li a.selected,
#navigation ul li.crewing ul li a:hover
{
	color: #fff;
}

/*
| -------------------------------------------------------------------
| Overlay popup
| -------------------------------------------------------------------
*/

/* use a semi-transparent image for the overlay */
#overlay
{
	width: 860px;
	color: #606060;
	display: none;
	padding: 35px;
	background-color: #fff;
	margin: 0 0 30px 0;
	position: relative;
}

/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap
{
}

.popup img
{
}

.popup .info
{
	z-index: 1;
	position: absolute;
	top: 35px;
	left: 35px;
	background-color: #ddd;
	padding: 0 90px;
}

.popup a.close,
.popup a.next,
.popup a.prev
{
	text-transform: uppercase;
	font-size: 93%;
	padding: 10px 10px 10px 20px;
	background-color: #bd2a33;
	position: absolute;
	color: #fff;
	display: block;
}

.popup a.close
{
	right: -15px;
	top: -15px;
	background-image: url('../gui/icon.close.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.popup a.next
{
	top: 35px;
	right: 35px;
	z-index: 2;
}

.popup a.prev
{
	left: 35px;
	top: 35px;
	z-index: 2;
}

.popup a.close.disabled,
.popup a.next.disabled,
.popup a.prev.disabled
{
	display: none;
}

/*
| -------------------------------------------------------------------
| POPUP OVERLAY
| -------------------------------------------------------------------
*/

.popup .project
{
}

