﻿/*
file: style.css
description: styles for the Magnus website
*/

/*voorkomt jump door scrollbar in firefox*/
html {height:100%}
body {min-height:101%}

body {
	background-color: #FFFFFF;
	background-image: url(../img/bg-gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003D6E;
	line-height: 14px;
}
#container {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/r-shadow.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#content {
	background-image: url(../img/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: -1px 0px 0px 7px;
	border-left: 1px solid #7F95A1;
	padding:0px;
	width:893px
}

/* applying the Holly-hack decribed here: http://www.communitymx.com/content/article.cfm?page=2&cid=C37E0 */
* html #content {height: 1%;} /* for IE/Win */
*>html #content {he\ight: auto;} /* for IE5/Mac */
/* end holly hack */

a:link {
	text-decoration: none;
	color: #003D6E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
a:visited {
	text-decoration: none;
	color: #003D6E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	}
a:active {
	COLOR: #12337A; 
}
a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003D6E;
}
a img { 
	border:none; 
}
#header {
	width: 100%;
/*	background-image: url(../img/header-part-2.jpg);
	background-repeat: repeat-x;
	background-position: left top; */
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#header-part1 {
	float: left;
	display: block;
	background-image: url(../img/header-part-1b.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	width: 468px;
}
#header-part1 a span {
	height: 90px;
	width: 200px;
	visibility: hidden
}
#header-part2 {
	background-image: url(../img/header-part-3a.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 90px;
	width: 432px;
	float: right;
}
#footer {
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	margin: 0px 0px 0px 7px;
	padding: 0px;
	overflow: hidden;
	height: 3px;
	background-image: url(../img/b-shadow.jpg);
	border: none;
	clear: both;
}
#footer-part1 {
	float: left;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../img/lb-shadow.jpg);
	height: 3px;
	width: 9px;
}
#footer-part2 {
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	background-image: url(../img/rb-shadow.jpg);
	height: 3px;
	width: 14px;
}
.hide {
	display: none;
}
#search-and-language {
	position: absolute;
	top: 20px;
	padding: 0px;
	}
#search-and-language ul
{
	float: left;
	margin: 0px;
	text-align: center;
	padding: 0px 0px 0px 300px;
}
#search-and-language li {
	display: inline;
	padding-right: 5px;
	margin-right: 5px;
	font-size: 11px;
}
#search-and-language li a {
	color:#FFFFFF;
	text-decoration:none;
}

#search-and-language li.inline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7F95A1;
}
#search-and-language li.last {
	margin-right: 0px;
}

.searchfield {
	font-size: 11px;
	background-color: #eee;
	border: none;
	color: #333333;
	padding: 2px;
	margin: 0px;
}
#nav {
	padding-left: 110px;
	padding-right: 10px;
	padding-bottom:35px;
	border: none;
}

/* toegift */
#toegift ul {
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#toegift li {
	font-size: 10px;
	color: #999999;
	margin-right: 10px;
	display: inline;
	padding-right: 10px;
}
li.toegiftlist {
	background-image: url(../img/vertical-seperator.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#toegift li a {
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	}
#toegift {
	height: 11px;
	margin-top: 4px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 10px;
}
.copyright {
	color: #999999;
	font-size: 10px;
}

/* content styles */
h2 {
	color: #003D6E;
	font-size: 13px;
	padding: 13px 0px 4px 0px;
	display: block;
	margin: 0px;
}
h3 {
	color: #003D6E;
	font-size: 12px;
	padding: 13px 0px 4px 0px;
	display: block;
	margin: 0px;
}
h4 {
	color: #003D6E;
	font-size: 12px;
	padding: 13px 0px 4px 0px;
	display: block;
	margin: 0px;
	line-height: 14px;
}
#content p, li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 0px;
}
#content li {
	list-style-image: url(../img/bullet.gif);
	list-style-position: outside;
}
#content-part-1 {
	float: left;
	width: 600px;
/* de underscore wordt alleen door IE gelezen en door andere browsers genegeerd */	
	_width: 700px;
	padding: 0px 0px 0px 75px;
	margin: 0px;
}
#content-part-2 {
	float: right;
	width: 175px;
	padding: 0px;
	margin: 0px;
}
.picture {
	padding: 17px;
	_padding: 18px;
}
#content ul {
	margin: 0px;
	padding: 2px 0px 0px 7px;
	display: block;
}
#home-1 {
	width: 320px;
	float: left;
	margin-right: 25px;
}
/* markten op de homepage*/
#home-a a {
	width: 55 px;
	border-bottom-width: 0px;
	height: 55px;
	text-decoration: none;
	background: url(../img/theme/cp1.gif);
	background-repeat: no-repeat;
	display: table-cell;
}
#home-a a:hover {
	height: 55px;
	background: url(../img/theme/cp2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#home-b a {
	width: 55 px;
	line-height: 14px;
	border-bottom-width: 0px;
	height: 55px;
	text-decoration: none;
	background: url(../img/theme/i1.gif);
	background-repeat: no-repeat;
	display: table-cell;
}
#home-b a:hover {
	height: 55px;
	background: url(../img/theme/i2.gif);
	background-repeat: no-repeat;
}
#home-c a {
	width: 55 px;
	line-height: 14px;
	border-bottom-width: 0px;
	height: 55px;
	text-decoration: none;
	background: url(../img/theme/m1.gif);
	background-repeat: no-repeat;
	display: table-cell;
}
#home-c a:hover {
	height: 55px;
	background: url(../img/theme/m2.gif);
	background-repeat: no-repeat;
}
#home-2 {
	width: 255px;
	_width: 260px;
	float: left;
}
#home-3 {
	width: 100%;
	clear: left;
	padding-top: 10px;
}
*#home-3 img {
	float:left;
	margin-right: 20px;

}
/* einde markten op de homepage*/
.markt {
	display: block;
	padding: 10px 10px 10px 10px;
	float: left;
	width: 180px;
	_width: 200px;
}
#content li a {
	text-decoration: none;
	color: #003D6E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
#content li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003D6E;
}
#content-part-1-column-1 {
	float: left;
	overflow: visible;
	width: 440px;
	_width: 460px;
	padding-bottom: 10px;
	padding-right: 10px
}
#content ul {
	padding:0px;
	margin:0px 0px 0px 15px;
}
#content-part-1-laptekst {
	padding-bottom: 10px;
}

/* navigatie menu */
/* includes a css hack for the cursor property "hand" which is IE5.x specific */

.MenuGroup {
  margin-top:1px;
  padding:2px;
}
.MenuItem { 
  color:#003D6E;
  font-family:verdana;
  font-size:11px;
  border:solid 1px #fff ;
  cursor:hand;
  voice-family: "\"}\""; 
  voice-family:inherit;
  cursor:pointer;
} 
html>body .MenuItem {
  cursor:pointer;
}  
.MenuItemHover {
	background-image:url(/Magnus/img/nav/gradient_over.gif);
	background-repeat:repeat-x;
	background-position: bottom left;
	color:#003D6E;
	font-size:11px;
	border: solid 1px #ddd;
	cursor:hand;
	voice-family: "\"}\"";
	voice-family:inherit;
	cursor:pointer;
} 
html>body .MenuItemHover {
  cursor:pointer;
} 
.MenuItemDown {
	background-image:url(/Magnus/img/nav/gradient_over.gif);
	background-repeat:repeat-x;
	background-position: bottom left;
	color:#003D6E;
	font-family:verdana;
	font-size:11px;
	border: solid 1px #ccc;
	cursor:hand;
	voice-family: "\"}\"";
	voice-family:inherit;
	cursor:pointer;
} 
html>body .MenuItemDown {
	cursor:pointer;
}  
.flyout {
	background-color:#fff;
	border: solid 1px #ccc;
	padding:3px;
	margin-top:5px;
}
.selectedMenuItem {
	color: #686663;
	font-size:11px;
	border: solid 1px #fff;
	cursor:hand;
	voice-family: "\"}\"";
	voice-family:inherit;
	cursor:pointer;
} 
html>body .selectedMenuItem {
	cursor:pointer;
}  
#console {
	display: block;
	position: absolute;
	top:0;
	left:0;
	text-align:left;
	padding:5px;
	z-index:99;
	background-color: #eee;
	filter: alpha(opacity=90); 
	-moz-opacity:0.9;
	opacity:0.9;
}
#console li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
#console ul {
	padding:0;
	margin: 0;
}
p.leesmeer {
	background-image: url(/Magnus/img/meer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 30px;
	height: 22px;	
}
blockquote {
	margin-left: 20px;
	line-height: 16px;
	color: #003D6E;
	font-style: italic;
	background-image: url(/Magnus/img/quote-aanhalingstekens.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-left: 15px;
	margin-top: 0px;
}
blockquote p {
	magin: 0px;
	padding: 0px;
}
table.tabel {
	font-size: 11px;
	/* empty-cells: show; */
	border-collapse:collapse;
	margin-right: 17px;
	padding-right:17px;
	margin-bottom:5px;
	border: 1px solid #CCCCCC;
}
caption {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	margin-right: 17px;
	background-color:Navy;
	background-image: url(/Magnus/img/gradient_blue2.jpg);
}
table.tabel td,table.tabel th {
	padding: 6px 13px;
	margin: 0px;
	background-color: #eee;
	vertical-align: top;
	border-collapse:collapse;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-color:#999999;
	border-right-width: 1px;
	border-right-style: solid;
	cursor: default;
}
#login {
	background-color: dd0000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	position: absolute;
	right: 5px;
	top: 0px;
	color: #FFFFFF;
	padding: 2px 8px 2px 8px;
	font-size: 11px;
}
#login a {
	color: #ffffff;
	text-decoration: none;
}
#loginpage {
	background-image: url(/Magnus/img/loginbox-header.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	width: 500px;
	padding-top: 100px;
	background-color: #666666;
	text-align: left;
	color: #fff;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 10px;
}
#loginpage input{
	text-align: left;
}
#loginpage div {
	padding-left: 150px;
	padding-bottom: 10px;
}
#vacaturebox1 {
	float: left;
	width: 300px;
	}
#vacaturebox2 {
	float: right;
	width:280px;
	}
	#subright {
	width:155px;
	padding: 0px 5px 2px 5px;
	wrap: virtual;
	}
#subright h2 {
	color: #555555
}
#subright span.listdate {
	display: block;
	font-size: 9px;
	color: #686663;
}
#subnav {
	width:165px;
	padding: 0px 5px 2px 5px;
	wrap: virtual;
}
#subnav span.listdescription {
	display: none;
 	}
#markt {
	padding-right: 40px;
	height: 50px;
	background: url(../img/theme/orange.jpg);
	background-repeat: no-repeat
}
#content-magniaan {
	float: right;
	width: 140px;
	_width: 155px;	
}
#content-magniaan span.listlink{
	background-image: url(/Magnus/img/line.jpg);
	background-repeat: no-repeat;
	padding-bottom: 2px;
	max-width: 100%;
	display: block;
}
#content-magniaan span.title{
	color: Gray;
}
#content-magniaan span.listdescription {
	font-size: 10px;
	line-height: 14px;
	color: #686663;
	height: 35px;
} 
#menu-alumni {
	width: 600px;
	clear:both;
	display: inline;
}
#menu-alumni span.listlink{
	width: 105 px;
	height: 23 px;
	text-align: center;
	vertical-align: middle;
	background-image: url(/Magnus/img/block/menuA-off.png);
	background-repeat: no-repeat;
	padding-top: 3px;
}
#menu-alumni span.title{
	display: none
}
#menu-alumni span.listdescription {
	display: none
}

/*Block-mainpage*/
#img1 {
	display: block;
	float: left;
	width: 100px;
	_width: 123px;
	background-image: url(../img/block/img1.png);
	background-repeat: no-repeat;
	padding: 15px 17px 5px 3px;
	vertical-align: middle;
	font-size: 11px;
	text-align: center;	
	height: 69px;
}
#img1 a {
	color: White
}
#img2 {
	display: block;
	float: left;
	width: 100px;
	_width: 123px;
	background-image: url(../img/block/img1.png);
	background-repeat: no-repeat;
	padding: 15px 17px 5px 3px;
	vertical-align: middle;
	font-size: 11px;
	text-align: center;	
	height: 69px;
}
#img2 a {
	color: White
}
#img3 {
	display: block;
	float: left;
	width: 100px;
	_width: 123px;
	background-image: url(../img/block/img1.png);
	background-repeat: no-repeat;
	padding: 15px 17px 5px 3px;
	vertical-align: middle;
	font-size: 11px;
	text-align: center;	
	height: 69px;
}
#img3 a {
	color: White
}
#img4 {
	display: block;
	float: left;
	width: 100px;
	_width: 123px;
	background-image: url(../img/block/img1.png);
	background-repeat: no-repeat;
	padding: 15px 17px 5px 3px;
	vertical-align: middle;
	font-size: 11px;
	text-align: center;	
	height: 69px;
}
#img4 a {
	color: White
}
#img5 {
	display: block;
	float: left;
	width: 100px;
	_width: 123px;
	background-image: url(../img/block/img1.png);
	background-repeat: no-repeat;
	padding: 15px 17px 5px 3px;
	vertical-align: middle;
	font-size: 11px;
	text-align: center;	
	height: 69px;
	}
#img5 a {
	color: White
}	
/* contactformulierinvulboxen */
.contactlabel {
	float:left;
	width: 80px
}
.contactlabelBox1 {
	width: 270px;
}
.contactlabelBox2 {
	width: 270px;
	height: 100px;
}
.contactlabelBox3 {
	width: 470px;
	height: 70px;
}
.contactlabelSem {
	width: 470px;
	height: 70px;
}

#subnav .selected {
	color: #686663;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
}
#content-part-1 span.listdate {
	color: Gray;
}
#tableMT {
	background: url(/Magnus/img/line.jpg);
	background-repeat: no-repeat;
	height: 32px;}
.tableMTF {
	background: url(/Magnus/img/PLUS.png);
	background-repeat: no-repeat;
	WIDTH: 615px; 
	HEIGHT: 122px;
	border=0 ;	
