@import "menu.css";
@import "forms.css";

/********************************************************
   default.css
   (C) Mangrove 2008
   Default style properties
********************************************************/

/* color palette css change index 
	- palette1 -
	background 															med-green			#9ed18e 
	text highlight + H2 header background		bright-blue		#00acef
  background hover												light-green		#e7f3e3
	H2 spotlight/content header background	med-green			#75c38d
	H2 spotlight/content header							light-green		#d1e48a
  link colour + background hover link			dark-green		#48a04f
	- palette2 -
	background 															light-blue		#84cff6 
	text highlight + H2 header background		bright-green	#b4d536
  background hover												light-blue		#e1f3fd
	H2 spotlight/content header background	med-pink			#e35975
	H2 spotlight/content header							white					#ffffff
  link colour + background hover link			med-purple		#764871
	- palette3 -
	background 															light-pink		#f8c5da 
	text highlight + H2 header background		dark-red			#c30530	
  background hover												light-pink		#fdf1f6
	H2 spotlight/content header background	bright-blue		#00a8ed
	H2 spotlight/content header							white					#ffffff
  link colour + background hover link			bright-pink		#e73a82 
	- palette4 -
	background 															light-yellow	#fef55e 
	text highlight + H2 header background		med-yellow		#f8d45a	
  background hover												light-yellow	#fffcd7
	H2 spotlight/content header background	light-yellow	#fefabe
	H2 spotlight/content header							med-brown			#895d34
  link colour + background hover link			med-blue			#55a4b1 
	- palette5 -
	background															med-pink			#e35975 																
	text highlight + H2 header background		med-yellow		#f8d45a	
  background hover												light-pink		#f8d6dd
	H2 spotlight/content header background	light-yellow	#fefabe
	H2 spotlight/content header							med-brown			#895d34				
  link colour + background hover link			med-blue			#55a4b1		
/*

/* body / wrapper */
html, body {
	height: 100%
}

body {
	color: #444;
	font: 100%/1em Arial, Verdana, sans-serif;
	margin: 0
}

div#wrapper {
	height: 100%;
	height: auto !important;
	margin: 0 auto -1.5em;
	min-height: 100%;
	position: relative;
	width: 944px
}

p#skip_content {
	margin: 0
}

p#skip_content a {
	left: 0;
	line-height: 1em;
	overflow: hidden;
	position: absolute;
	top: 8px;
	width: 0
}

p#skip_content a:active, p#skip_content a:focus {
	overflow: visible;
	width: auto	
}

/* parent elements */
h2, h3, h4 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 0.3em
}

p {
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 0 0 1.25em
}

p.right{
	display: block;
	float: right;
}

p.center{
	display: block;
	text-align: center;
}

a:link, a:visited {
	text-decoration: underline
}

a:hover, a:active {
	background-color: #444;
	color: #fff;
	text-decoration: none
} 

img {
	border: 0;
	display: block
}

img.float_left {
	float: left;
	margin-right: 1.25em
}

img.left {
	float: left;
	margin-right: 0.25em
}

img.float_right, img.right {
	float: right;
	margin-left: 1.25em
}

ul, ol {
	margin: 0 0 0.9em 1.8em;
	padding: 0
}

ul li, ol li {
	font-size: 0.75em;
	margin: 0
}

ul li ul li, ol li ol li {
	font-size: 1em
}

dl {
	margin: 0
}

dl dt {
	font-size: 0.94em;
	margin: 0 0 0.3em
}

dl dd {
	font-size: 0.7em;
	margin: 0
}

dl.faqlist dd {
	font-size: 0.94em;
	margin: 0.5em 0.5em 0.5em 1.5em
}

dl dd.answer {
	overflow: hidden;
	position: absolute;
	width: 0
}

dl dd.answer.open {
	position: relative;
	overflow: visible;
	width: auto;
}

table th, table td {
	font-size: 0.75em;
	text-align: left;
	vertical-align: top
}

abbr {
	border: 0
}

.hidden {
	overflow: hidden;
	position: absolute;
	width: 0
}

body.palette1 {background: #9ed18e}
body.palette2 {background: #84cff6}
body.palette3 {background: #f8c5da}
body.palette4 {background: #fef55e}
body.palette5 {background: #e35975}

body.palette1 div.spotlight h2 {background: #75c38d; color: #d1e48a}
body.palette2 div.spotlight h2 {background: #e35975; color: #fff}
body.palette3 div.spotlight h2 {background: #00a8ed; color: #fff}
body.palette4 div.spotlight h2 {background: #fefabe; color: #895d34}
body.palette5 div.spotlight h2 {background: #fefabe; color: #895d34}

body.palette1 h3, body.palette1 h4 {color: #00acef}
body.palette2 h3, body.palette2 h4 {color: #e35975}
body.palette3 h3, body.palette3 h4 {color: #00acef}
body.palette4 h3, body.palette4 h4 {color: #895d34}
body.palette5 h3, body.palette5 h4 {color: #895d34}

body.palette1 a:link, body.palette1 a:visited {color: #48a04f; text-decoration: none}
body.palette2 a:link, body.palette2 a:visited {color: #764871; text-decoration: none} 
body.palette3 a:link, body.palette3 a:visited {color: #e73a82; text-decoration: none}
body.palette4 a:link, body.palette4 a:visited {color: #55a4b1; text-decoration: none}
body.palette5 a:link, body.palette5 a:visited {color: #55a4b1; text-decoration: none} 

body.palette1 a:hover, body.palette1 a:active, body.palette1 a.active {background: #48a04f; color: #fff}
body.palette2 a:hover, body.palette2 a:active, body.palette2 a.active {background: #764871; color: #fff} 
body.palette3 a:hover, body.palette3 a:active, body.palette3 a.active {background: #e73a82; color: #fff} 
body.palette4 a:hover, body.palette4 a:active, body.palette4 a.active {background: #55a4b1; color: #fff} 
body.palette5 a:hover, body.palette5 a:active, body.palette5 a.active {background: #55a4b1; color: #fff}

body.palette1 div#header {background: url(/images/bg_header_palette1.gif) no-repeat}
body.palette2 div#header {background: url(/images/bg_header_palette2.gif) no-repeat}
body.palette3 div#header {background: url(/images/bg_header_palette3.gif) no-repeat}
body.palette4 div#header {background: url(/images/bg_header_palette4.gif) no-repeat}
body.palette5 div#header {background: url(/images/bg_header_palette5.gif) no-repeat}

body.palette1 div#header h2, body.palette1 div#header_flash h2, a:link.text-button ,a:visited.text-button {background: #00acef; color: #fff}
body.palette2 div#header h2, body.palette2 div#header_flash h2, a:link.text-button ,a:visited.text-button {background: #b4d536; color: #fff}
body.palette3 div#header h2, body.palette3 div#header_flash h2, a:link.text-button ,a:visited.text-button {background: #c30530; color: #fff}
body.palette4 div#header h2, body.palette4 div#header_flash h2, a:link.text-button ,a:visited.text-button {background: #f8d45a; color: #895d34}
body.palette5 div#header h2, body.palette5 div#header_flash h2, a:link.text-button ,a:visited.text-button {background: #f8d45a; color: #895d34}

body.palette3 div#header p, body.palette3 div#header_flash p {color: #fff}

body.palette1 div#menu {background-image: url(/images/subs_next_1.jpg)}
body.palette2 div#menu {background-image: url(/images/subs_next_2.jpg)}
body.palette3 div#menu {background-image: url(/images/subs_next_3.jpg)}
body.palette4 div#menu {background-image: url(/images/subs_next_4.jpg)}
body.palette5 div#menu {background-image: url(/images/subs_next_5.jpg)}

body.palette1 div.spotlight dl dd, body.palette1 .faqlist dt {background: transparent url(/images/bg_dl_palette1.gif) no-repeat 0 0.5em; padding-left: 1.4em}
body.palette2 div.spotlight dl dd, body.palette2 .faqlist dt {background: transparent url(/images/bg_dl_palette2.gif) no-repeat 0 0.5em; padding-left: 1.4em} 
body.palette3 div.spotlight dl dd, body.palette3 .faqlist dt {background: transparent url(/images/bg_dl_palette3.gif) no-repeat 0 0.5em; padding-left: 1.4em} 
body.palette4 div.spotlight dl dd, body.palette4 .faqlist dt {background: transparent url(/images/bg_dl_palette4.gif) no-repeat 0 0.5em; padding-left: 1.4em} 
body.palette5 div.spotlight dl dd, body.palette5 .faqlist dt {background: transparent url(/images/bg_dl_palette5.gif) no-repeat 0 0.5em; padding-left: 1.4em}

body.palette1 h2#heading_content {background: #75c38d; color: #d1e48a}
body.palette2 h2#heading_content {background: #e35975; color: #fff}
body.palette3 h2#heading_content {background: #00a8ed; color: #fff}
body.palette4 h2#heading_content {background: #fefabe; color: #895d34}
body.palette5 h2#heading_content {background: #fefabe; color: #895d34}

body.palette1 div.news_article {border-right: 1px solid #75c38d}
body.palette2 div.news_article {border-right: 1px solid #e35975}
body.palette3 div.news_article {border-right: 1px solid #00a8ed}
body.palette4 div.news_article {border-right: 1px solid #fefabe}
body.palette5 div.news_article {border-right: 1px solid #fefabe}

body.palette1 ul.vacatures {border-top: 1px solid #48a04f; border-bottom: 1px solid #48a04f;}
body.palette2 ul.vacatures {border-top: 1px solid #764871; border-bottom: 1px solid #764871;} 
body.palette3 ul.vacatures {border-top: 1px solid #e73a82; border-bottom: 1px solid #e73a82;} 
body.palette4 ul.vacatures {border-top: 1px solid #55a4b1; border-bottom: 1px solid #55a4b1;} 
body.palette5 ul.vacatures {border-top: 1px solid #55a4b1; border-bottomp: 1px solid #55a4b1;}

body.palette1 ul.vacatures li ul li.info ul li {color: #00acef}
body.palette2 ul.vacatures li ul li.info ul li {color: #e35975}
body.palette3 ul.vacatures li ul li.info ul li {color: #00acef}
body.palette4 ul.vacatures li ul li.info ul li {color: #895d34}
body.palette5 ul.vacatures li ul li.info ul li {color: #895d34}

/* header */
div#header {
	float: left;
	height: 263px;
	margin: 1.88em 0 0.95em -4px;
	padding: 105px 30px 20px 35px;
	position: relative;
	width: 337px
}

div#header_flash {
	float: left;
	height: 505px;
	margin: 1.88em 0 1.88em -4px;
	position: relative;
 	width: 955px;
}

div#header_flash img {
	float: left;
}

div#header h1, div#header p {
	margin: 0;
}

div#header h1 a:link, div#header h1 a:visited,
div#header h1 a:hover, div#header h1 a:active,
div#header_flash h1 a:link, div#header_flash h1 a:visited,
div#header_flash h1 a:hover, div#header_flash h1 a:active {
	display: block;
	position: absolute;
	width: 186px;
	height: 63px;
	left: 0;
	top: 20px;
	background: 0;
}

div#header span, div#header_flash span {
	position: absolute;
	overflow: hidden;
	width: 0;
}

div#header h2, div#header_flash h2 {
	padding: 0.65em 20px;
	font-weight: bold;
	margin: 0 -30px 0.6em -20px;
	width: 347px;
	font-size: 1.25em;
}

div#header p, div#header_flash p {
	line-height: 2em;
}

/* chunk menu */
div.chunk {
	font-size: 0.8em;
	height: 20px;
	margin: 20px 0 0 0;
	overflow: hidden;
	text-align: rigth;
	float: right;
}
div.chunk ul {
	display: inline;
	font-size: 1.2em;
	list-style: none;
	margin: 0;
	height: 20px;
}
div.chunk ul li {
	display: inline;
	list-style: none;
	margin: 0 0;
}
div.chunk ul a:link, div.chunk ul li a:visited {
	padding: 0 5px;
}
div.chunk ul li a:hover, div.chunk ul li a:active, div.chunk ul li a.active {
	color: #fff;
	padding: 1px 5px;
}

/* menu */
div#header_flash div#menu {
	width: 155px;
	height: 388px;
	float: right;
	margin: -1.37em 0 0;
	overflow: hidden;
	position: relative;
	left: -7px;
	top: 22px;
}

div#menu {
	width: 546px;
	height: 388px;
	float: left;
	margin: 1.88em 0 0;
	background-repeat: no-repeat;
}

div#header_flash div#menu {
	background-image: none;
}

/* submenu */
div#submenu {
	width: 831px;
	padding-left: 15px;
	float: left;
	margin: 0 0 -1.3em;
}

/* content */
div#content {
	width: 766px;
	background: #fff;
	padding: 2.2em 40px 1.37em;
	margin: 1.3em 0 1.56em;
	float: left;	
}

/* content - homepage */
div#content.homepage {
	width: 796px;
	background: 0;
	padding: 0;
	margin: 0 0 30px;
	float: left;
	background: url(/images/bg_spotlights.gif) repeat-y;	
}

div.spotlight {
	width: 229px;
	background: #fff;
	float: left;
	padding: 0.95em 20px;
	margin-right: 1.87em;
	overflow: hidden;
}

div.spotlight h2 {
 font-size: 1.25em;
	font-weight: bold;
	padding: 0.45em 20px 0.55em;
	margin: -0.75em 0 0.7em -20px;
	width: 229px;
}

div.spotlight p, div.spotlight ul li {
	font-size: 0.7em;
}

div.spotlight.last {
	width: 158px;
	margin-right: 0;
}

div.spotlight.last h2 {
 font-size: 1.25em;
	padding: 0.45em 20px 0.55em;
	margin: -0.75em 0 0.7em -20px;
}

/* content - heading content */
h2#heading_content {
	width: 774px;
	padding: 0.85em 36px 1.05em;
	font-size: 1.3em;
	margin: -1.7em -40px 1.6em -40px;
}

/* content - news message */
p.date {
	font-size: 0.7em;
}

p.teaser {
	font-weight: bold;
}

/* content - news list */
dl#list_archive {
	margin: 1.05em 0 0;
}

dl#list_archive dt {
	font-size: 0.75em;
}

div.news_article {
	float: left;
	width: 414px;
	padding: 0 40px 0 0;
	margin: 0 40px 0 0;
}

div.news_archive {
	float: left;
	width: 270px;
}

/*vacatures*/

ul.vacatures {
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: both;
	width: 766px;
}

ul.vacatures li {
	list-style-type: none;
	margin: 0;
	padding: 20px;
	width: 726px;
	height: 133px;
}

ul.vacatures li.even{
	background-color: #ededed;
	width: 726px;
}

ul.vacatures li:first-child {
	padding: 20px;
}

ul.vacatures li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 726px;
}

ul.vacatures li ul li.niveau{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 17px;
	float: left;
}

ul.vacatures li ul li.intro{
	list-style-type: none;
	margin: 0;
	padding: 0 20px;
	width: 523px;
	float: left;
	font-size: 1.3em;
}

ul.vacatures li ul li.info{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 146px;
	float: left;
}

ul.vacatures li ul li.info ul{ 
	width: 146px;
}

ul.vacatures li ul li.info ul li{
	list-style-type: none;
	margin: 0;
	padding: 2px 0 0 0;
	width: 146px;
	height: 19px;
	font-size: 0.85em;
	text-align: right;
	border-bottom: 1px dotted #ededed;
}

ul.vacatures li ul li.info ul li:first-child {
	border-top: 1px dotted #fff;
}

ul.vacatures li.even ul li.info ul li{
	border-bottom: 1px dotted #fff;
}

ul.vacatures li.even ul li.info ul li:first-child {
	border-top: 1px dotted #ededed;
}

div.vacature_primary {
	width: 470px;
	float: left;
	padding: 0;
	margin: 0;
}

a:link.text-button ,a:visited.text-button {
	padding: 8px 11px;
	margin: 5px 0;
	font-size: 14px;
	font-weight: bold;
}

div.vacature_secondary {
	width: 220px;
	float: right;
	padding: 0;
	margin: 0;
}

ul.info_detail {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
	float: left;
	width: 100%;
}

ul.info_detail li {
	list-style-type: none;
	margin: 0;
}

ul.info_detail li img{
	display: inline;
}

ul.info_detail li img a:link, ul.info_detail li img a:visited{
	display: block;
}

/* footer */
div#clear {
	height: 1.5em;
	width: 1%;
	clear: both;
}

div#footer {
	width: 944px;
	height: 1.5em;
	margin: 0 auto;
	position: relative;
}

div#footer p {
	margin: 0;
}

/* flexweb */

.flexweb { margin: 0; padding: 8px; }


.assistantprofile {
	padding: 10px 0px; 
	clear: both;
}
