﻿*{
	padding: 0;
	margin: 0;
}
html  {
	
	min-height:100%;
	height: 100%;
	min-width: 1015px;
}
body  {
	position:absolute;
	min-height:100%;
	min-width: 1200px;
	width: 100%;
}
form{
	min-height: 100%;
	background-color: transparent;
	background-image: url('rightColumnBG.jpg');
	background-repeat:repeat-y;
	background-position:right;
}
#pageWrapper{
	min-height: 100%;
	padding-left: 148px;   /* Left width */
  	padding-right: 272px;  /* Right width */
  	background-color: #fff;
	background-image: url('leftColumnBG.jpg');
	background-repeat:repeat-y;  	
}
* html #pageWrapper{
	height: 100%;
}
/*=========================
	Positioning Columns
=========================*/
.column{
	float:left;
	position: relative;
}
/*=========================
	Middle Column
=========================*/
#center{
	width: 100%;
	background-color: #fff;
	min-height: 600px;
	background-image:url('body_watermark.gif');
	background-repeat:no-repeat;
	background-position: center bottom;
}
/*=========================
	Inner Middle Column
=========================*/
#innerContent {
	margin: 25px 30px 0 40px;
	min-height: 600px;
}
#innerLeft{
	margin: 200px 0 0 18px;
	width: 130px;
}
#header{
	height:82px;
	 background-image:url('header_txt.gif');
	 background-repeat:no-repeat;
	 background-position:center center;
	 border-bottom: 5px #7ac142 solid;
}
/*=========================
	Left Column
=========================*/
#left{
	width: 148px; /* Left width */
	background-image:url('logo_compas.gif');
	background-position:center 45px;
	background-repeat:no-repeat;
	background-color: #4f03a9;
	right: 148px;
	margin-left: -100%;
}
/*=========================
	Inner Left Column
=========================*/
#bottomLeft{
	height: 150px;
	margin: 20px 0 0 0;
}
#bottomLeft a{
	height: 65px;
	display:block;
	background-repeat:no-repeat;
	background-position:center center;
	text-indent: -9999px;
	border: 2px #4f03a9 solid;
}
.bottomLeftMenuItem{
	height: 63px;
	width: 142px;
	margin-left: 3px;
}
div#intranet{
	background-image:url('btn_leftnav_intranet.gif');
	background-color: #a5439a;
}
div#roosterwijzigingen{
	background-image:url('btn_leftnav_rooster.gif');
	margin-top: 20px;
	background-color: #7ac142;
}
div#zoeken{
	background-image:url('btn_leftnav_zoeken.gif');
	margin-top: 20px;
	background-color: #e83e41;
	}
/*=========================
	Right Column
=========================*/
#right{
	width: 272px;
	background-image:url('rightColumnBG.jpg');
	background-position:left;
	background-repeat:repeat-y;
	background-color: #fff;
	margin-right: -272px; /*Right Width*/
	height: 100%;
}
.rightPictureItem{
	background-color:gray;
	height: 100px;
	width: 150px;
	margin: 10px 0 0 110px;
}
#picture0{
	margin-top: 30px;
}
/*=========================
	Toolbar for Sharepoint Content
=========================*/
#toolbar{
	width: 100%;
	position:absolute;
	top: 0;
	left:0;
	height: 20px;
	background-color: #4f03a9;
	font-family: Verdana;
	font-size: 8pt;
	color: #fff;
	text-decoration:none;
}
#toolbar a{
	font-family: Verdana;
	font-size: 8pt;
	color: #fff;
	text-decoration:none;
}
#siteactions img{
	display:none;
}
#siteactions{
	height: 20px;
	width: 70px;
	color: #fff;
	font-family: Verdana;
	font-size: 8pt;
}
#siteactions a{
	color: #fff;
	text-decoration:none;
	display:block;
	height: 20px;
	line-height:17px;
	background-image:url('toolbar_arrow.gif');
	background-position:right center;
	background-color: #4f03a9;
	background-repeat: no-repeat;
}
#siteactions a:hover{
	color: #7bc243;
	background-image:url('toolbar_arrow_hover.gif');
	background-position:right center;
	background-color: #4f03a9;
	background-repeat: no-repeat;
}
#footer{
	position:absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align:center;
}
#footer a{
	text-decoration: none;
	color: #ccc;
	font-size: 8pt;
}
/*=========================
	Edit Console
=========================*/
#editConsole{
	width: 100%;
	position:absolute;
	top: 0;
	left: 0;
}
/*=========================
	Splash Screen Middle Column
=========================*/
#welkom{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
 	height: 100%;
 	background-image:url('login.jpg');
	background-repeat:no-repeat;
	background-position: right bottom;
	background-color: #433898;
	display:none
}
#welkomWrapper{
	height: 100%;
	width: 100%;
}
div#welkomLeft{
	position:relative;
	float:left;
	width: 24%;
 	height: 100%;
	background-image:url('background_left.jpg');
	background-repeat:no-repeat;
	background-position: 10px center;
	
}
div#welkomCenter{	
	position:relative;
	float:left;
	width: 50%;
 	height: 100%;
  	background-image:url('background_middle.bmp');
	background-repeat:no-repeat;
	background-position: center;
}
div#welkomRight{
	position:relative;
	float:right;
	width: 24%;
 	height: 100%;
	background-image:url('background_right.jpg');
	background-repeat:repeat-y;
	background-position: right top;
	
}
div#enter{
	position:absolute;
	bottom: 20px;
	width: 24%;
	height: 100%;
	background-image:url('login.jpg');
	background-position:right bottom;
	background-repeat:no-repeat
}

div#enter a{
	display: block;
	height: 130px;
}
td.ms-sbgo {
	display:none;
}
div#SRSB *{
	margin: 0;
	padding: 0;
	border: 0px;
}
div#SRSB{
	margin-left: 3px;
	margin-top: 43px;
}
select.ms-sbscopes{
	display:none;
}


