/* ---[ All ]--- */

html {
	background-color: #8c9f9e; /* needed for Safari */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #8c9f9e;
}

#wpr-page {
	text-align: center;
}

#page {
	position: relative;
	margin: 0 auto;
	width: 980px;
	padding: 0;
	text-align: left;
}

/* ---[ Header ]--- */

#wpr-header {
	position: relative;
	height: 231px;
	border-bottom: 15px solid #dac966;
}

#header {
	position: absolute;
	width: 954px;
	height: 197px;
	padding: 24px 10px 10px 16px;
	z-index: 2; /* needed for Safari */
}

div#photo-mask {
	position: absolute;
}

div#photo {
	position: absolute;
	top: 63px;
	left: 4px;
	width: 758px;
	height: 159px;
	background: #8c9f9e url(/layouts/rsmwmv/images/photo_header_Maastricht_1.jpg) no-repeat top left;
}

div#photo { background-image: url(/layouts/rsmwmv/images/photo_header_RSM_WMV.jpg.php); }

div#mask {
	position: absolute;
	width: 980px;
	height: 286px;
	background: transparent url(/layouts/rsmwmv/images/img_header_photo_mask.png) no-repeat top left;
	z-index: 1; /* needed for Safari */
}

h1#pagetitle {
	position: absolute;
	right: 224px;
	bottom: 46px;
	width: 750px;
	text-align: right;
	font-size: 32px;
	color: #fff;
}

#logo {

}

#logo a {
	outline: none;
	display: block;
	width: 247px;
	height: 23px;
	text-indent: -9000px;
	background: transparent url(/layouts/rsmwmv/images/img_logo.gif) no-repeat top left;
}

/* header forms */

#header-forms {
	position: absolute;
	right: 4px;
	top: 100px;
	z-index: 3;
	width: 180px;
	height: 71px;
	padding: 10px 15px;
}

#header-forms form {
	margin: 0;
	padding: 0;
	width: auto;
}

#header-forms form label {
	display: none;
}

#header-forms form input,
#header-forms form select {
	float: left;
	margin: 10px 0;
	margin-right: 5px;
}

#header-forms form fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

#header-forms form input {
	padding: 1px 1px;
	border-width: 2px;
	width: 149px;
	font-size: 85%;
}

#header-forms form input.button {
	float: right;
	margin-right: 0;
	border: 0;
	padding: 0;
	width: 18px;
	height: 18px;
}

#header-forms form select {
	width: 155px;
	font-size: 85%;
}

/* ---[ Content ]--- */

#wpr-main {
	border-left: 4px solid #fff;
}

#main {

}

/* ---[ Footer ]--- */

#wpr-footer {
	clear: both;
	margin-bottom: 15px;
	background: #fff url(/layouts/rsmwmv/images/bg_L_bottom.gif) no-repeat 4px 0;
	padding-top: 9px;
}

#footer {
	border-top: 5px solid #fff;
	border-bottom: 15px solid #fff;
	padding: 5px 24px;
	height: 17px;
	background-color: #294a6b;
}

/* ---[ Clearing elements ]--- */

/* clear float container without source markup - http://www.positioniseverything.net/easyclearing.html */
#wpr-page:after,
#wpr-header:after,
#wpr-main:after,
#wpr-footer:after,
#wpr-generalmenu:after,
#wpr-content:after,
#wpr-sidebar-left:after,
#wpr-sidebar-right:after,
#wpr-breadcrumbs:after,
.content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

/* ---[ Layout ]--- */

#wpr-sidebar-left,
#wpr-content,
#wpr-sidebar-right {
	float: left;
	min-height: 10px;
}

#wpr-sidebar-left {
	background-color: #b5d8f6;

}

#sidebar-left {

}

#wpr-content {

}

#content {

}

#wpr-sidebar-right {

}

#sidebar-right {

}

/* M = middle */
body.M #wpr-main {
	background-color: #fff !important;
}

body.M #wpr-sidebar-left,
body.M #wpr-sidebar-right {
	display: none;
}

body.M #wpr-content {
	width: 922px;
	padding: 20px 25px 0 25px;
}

/* LM = left, middle */
body.LM #wpr-main {
	background: #fff url(/layouts/rsmwmv/images/bg_L.gif) repeat-y top left;
	height: 1%; /* needed for background repeating in IE? */
}

body.LM #wpr-sidebar-left {
	width: 174px;
	padding: 50px 10px 20px 20px;
}

body.LM #wpr-content {
	width: 718px;
	padding: 20px 25px 0 25px;
}

body.LM #wpr-sidebar-right {
	display: none;
}

/* MR = middle, right */
body.MR #wpr-main { }

body.MR #wpr-sidebar-left {
	display: none;
}

body.MR #wpr-content {
	width: 707px;
	padding: 20px 25px 0 25px;
}

body.MR #wpr-sidebar-right {
	width: 205px;
	padding: 20px 5px 20px 5px;
}

/* LMR = left, middle, right */
body.LMR #wpr-main {
	background: #fff url(/layouts/rsmwmv/images/bg_L.gif) repeat-y top left;
	height: 1%; /* needed for background repeating in IE? */
}

body.LMR #wpr-sidebar-left {
	width: 174px;
	padding: 50px 10px 20px 20px;
}

body.LMR #wpr-content {
	width: 503px;
	padding: 20px 25px 0 25px;
}

body.LMR #wpr-sidebar-right {
	width: 205px;
	padding: 20px 5px 20px 5px;
}

/* ---[ Mainmenu ]--- */

#wpr-mainmenu {

}

#mainmenu {
	position: absolute;
	top: 197px;
	left: 209px;
	width: 741px;
	min-height: 26px;
	padding: 2px 15px;
	overflow: auto; /* clears floating ul */
}

#mainmenu ul {
	float: left;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#mainmenu ul li {
	display: inline;
}

#mainmenu ul li a {
	float: left;
	display: block;
	padding: 5px 10px;
	color: #fff;
	font-size: 100%;
	line-height: 120%;
	font-weight: bold;
	text-decoration: none;
}

#mainmenu ul li a:hover {
	color: #dac966;
}

#mainmenu ul li.current a {
	color: #dac966;
}

#mainmenu ul#homemenu li a {
	color: #fff;
}

.home #mainmenu ul#homemenu li a,
#mainmenu ul#homemenu li a:hover {
	color: #dac966;
}

/* ---[ Submenu ]--- */

#wpr-submenu {
	margin-bottom: 5px;
	background-color: #b5d8f6;
}

#submenu {
	margin: 0 -10px 0 -20px;
}

#submenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#submenu ul li {
	display: inline;
}

#submenu ul li a {
	display: block;
	margin: 5px 0;
	border-right: 5px solid #fff;
	padding: 2px 5px;
	padding-left: 20px;
	font-size: 93%;
	line-height: 150%;
	color: #294a6b;
	background: #9ec0df url(/layouts/rsmwmv/images/img_bullet_submenu.gif) no-repeat scroll 10px 0.6em;
	text-decoration: none;
}

#submenu ul li a:hover {
	border-right: 5px solid #1c3959;
	color: #fff;
	background-image: url(/layouts/rsmwmv/images/img_bullet_submenu_hover.gif);
}

#submenu ul li.current a {
	border-right: 5px solid #1c3959;
	color: #fff;
}

#submenu ul li ul li a,
#submenu ul li.current ul li a {
	margin: 0;
	border: 0;
	color: #294a6b;
	background-color: #b5d8f6;
	background-image: none;
}

#submenu ul li ul li a:hover,
#submenu ul li.current ul li a:hover {
	border: 0;
	color: #294a6b;
	background-image: none;
	text-decoration: underline;
}

#submenu ul li ul li a {
	padding-left: 20px;
}

#submenu ul li ul li ul li a {
	padding-left: 40px;
}

#submenu ul li ul li.current a {
	font-weight: bold;
}

#submenu ul li ul li.current ul li a {
	font-weight: normal;
}

#submenu ul li ul li.current ul li.current a {
	font-weight: bold;
}

/* ---[ Generalmenu ]--- */

#generalmenu {
	overflow: auto; /* clears floating div, ul */
	height: 17px;
}

#generalmenu {
	float: right;
}

#generalmenu ul {
	float: left;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#generalmenu ul li {
	float: left;
}

#generalmenu ul li a {
	float: left;
	display: block;
	padding: 1px 5px;
	font-size: 93%;
	color: #eee;
	text-decoration: none;
	outline: 0;
}

#generalmenu ul li a:hover {
	color: #fff;
}

#generalmenu ul li.current a {
	color: #fff;
}

/* ---[ Content ]--- */

.content {
	padding: 0;
}

#sidebar-left,
#sidebar-right {
	color: #333;
}

#sidebar-right div.rounded * {
	color: #fff;
}

#sidebar-left a,
#sidebar-right a {
	color: #294a6b;
}

#sidebar-left img,
#sidebar-right img {
	float: none;
	margin: 0;
}

/* ---[ Paragraph formatting ]--- */

.content p {
	font-size: 85%;
	margin: 0 0 1.25em 0;
	line-height: 1.6em;
}

/* ---[ Table formatting ]--- */

.content table {
	margin: 0 0 1.25em 0;
	line-height: 1.6em;
	border-collapse: collapse;
}

.content table tr td {
	padding: 0 1em 0 0;
	vertical-align: top;
	font-size: 85%;
}

/* ---[ Headers ]--- */

.content h1,
.content h2,
.content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #294a6b;
	font-weight: normal;
	letter-spacing: 0.025em;
	margin: 0 0 0.25em 0;
	clear: both; /* always start at the start of a line */
}

.content h1 {
	font-size: 153.9%;
}

.content h2 {
	font-size: 123.1%;
}

.content h3 {
	font-size: 108%;
}

/* ---[ Links ]--- */

.content a {
	color: #000;
}

.content a:hover {

}

/* ---[ Images ]--- */

.content img,
.content img.left {

}

.content img.right {

}

/* ---[ Text formatting ]--- */

.content strong {

}

.content em {

}

/* ---[ Lists ]--- */

.content ul {
	margin: 0.25em 0 1em 0;
	line-height: 1.6em;
}

.content ul li {
	margin-left: 0;
	padding: 0.1em 0 0.1em 10px;
	list-style-type: none;
	background: transparent url(/layouts/rsmwmv/images/img_bullet.gif) no-repeat 2px 0.85em;
	font-size: 85%;
}

.content .rounded ul li {
	background: transparent url(/layouts/rsmwmv/images/img_bullet_white.gif) no-repeat 2px 0.85em;
}

.content ul li ul li {
	margin-left: 0.5em;
}

.content ul li ul li ul li {
	margin-left: 1em;
}

/* ---[ site specific ]--- */

address {
	margin: 0 0 1.25em 0;
	padding: 0;
	height: auto;
	text-align: left;
	font-style: normal;
	line-height: 1.4em;
	font-size: 85%;
	color: #333;
}

address strong {
	font-size: 110%;
}

#sidebar-right .rounded_header {
	margin: 0 -15px;
	height: 13px;
	background: #dac966 url(/layouts/rsmwmv/images/bg_R_rounded_corners_top.gif) no-repeat top left; 
}

#sidebar-right .rounded {
	margin-bottom: 0.75em;
	padding: 0 15px 1px 15px;
	background: #dac966 url(/layouts/rsmwmv/images/bg_R_rounded_corners_bottom.gif) no-repeat bottom left;
}

/* ---[ News ]--- */

.content #news h2 {
	clear: none;	
}

.content #news p.date {
	float: right;
}

.content #news p.more {
	position: relative;
	top: -1em;	
}

/* ---[ paginator ]--- */

.content .paginator ul li {
	float: left;
	background: none;
}

/* ---[ special ]--- */

.special {
	margin-bottom: 0.75em;
	border: 1px solid #dac966;
	padding: 10px;
	padding-bottom: 0;
	background-color: #efe8c2;
}

/* ---[ persons ]--- */

#content div.personen h2 {
	padding-top: 1em;
	margin-bottom: 0.5em;
}

#content div.personen p {
	float: left;
	position: relative;
	margin: 0 0 1em 0;
	border-right: 100px solid #ddd;
	padding: 0 5px 0 0;
	text-align: right;
	width: 146px;
	height: 66px;
}

#content div.personen img {
	position: absolute;
	top: 0;
	right: -100px;
	margin: 0;
}

#content div.personen img.email {
	position: static;
}

/* ---[ Routeplanner ]--- */

div#route_form {
	margin: 1.25em 0;
	padding: 0 !important;
}

div#route_error,
div#route_result {
	position: relative;
	left: 0;
	width: 503px;
}

div#route_error.hidden,
div#route_result.hidden {
	position: absolute;
	left: -9000px;
	top: 0;
}

div#map_canvas {
	margin: 1.25em 0;
	height: 400px;
}

div#directions {
	margin-bottom: 1em;
}

/* ---[ sifr ]--- */

.sIFR-active h1#pagetitle {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
	font-size: 38px;
	position: absolute;
	right: 222px;
	bottom: 38px;
}

.sIFR-active h1 {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
	font-size: 20px;
}