/* BorgsMovement Theme 01
by Delarosa 2008
------------------------------------------------------------------------- */

/*colors: 
blauw-logo: #0a2d4c
lichtblauw: #427881
bg-color: #efede2
*/


* {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
body {
	margin: 0px 0px 0px 0px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
    color: #0a2d4c;   
	/* background: url(images/bg_05.jpg) no-repeat;
	background-position: center;
	background-attachment: fixed; */
	background-color: #efede2!important;	
	scrollbar-3d-light-color:#ffffff;     
	scrollbar-arrow-color:#427881;       
	scrollbar-base-color:#ffffff;        
	scrollbar-dark-shadow-color:#ffffff;        
	scrollbar-face-color:#ffffff;       
	scrollbar-highlight-color:#efede2;       
	scrollbar-shadow-color:#ffffff;
	
	/* 
	scrollbar-3d-light-color:#56524c;     
	scrollbar-arrow-color:#ff9900;       
	scrollbar-base-color:#56524c;        
	scrollbar-dark-shadow-color:#cccccc;        
	scrollbar-face-color:#333333;       
	scrollbar-highlight-color:#56524c;       
	scrollbar-shadow-color:#56524c;
	*/
}	

div, p, img, a, td, ul, ol {
    font-size: 11px;
	text-decoration: none;
	border-bottom: none !important; 
	font-weight: normal;
	color: #0a2d4c;
}

ul {
padding-bottom: 1em;
}

li {
    margin-left: 2em; 
    padding-left: 0em;
}
ol {
    margin-left: 1em;
    padding: 0 0 .5em.3em; 
    list-style: decimal;
}
h1, h2, h3, h4 {
	font-family: verdana, arial;
	font-weight: bold;
	padding-bottom: 1em;
}
h1 { font-size: 11px; color: #427881; font-weight: bold; margin: 0px 0px 0px 0px;}
h2 { font-size: 11px; color: #427881; font-weight: bold; margin: 0px 0px 0px 0px;}
h3 { font-size: 18px; color: #900000; font-weight: bold; margin: 0px 0px 0px 0px;}
h4 { font-size: 11px; color: #900000; font-weight: bold; margin: 0px 0px 0px 0px; letter-spacing: .15em; }

p { padding: 0 0 1em; }

a, a:link { 
    text-decoration: none;
    color: #427881;
	font-size: 11px;
	font-weight: normal;
    /* border-bottom: 1px dotted #69c; */
}
a:visited { color: #427881; text-decoration: none; }
a:hover { color: #0a2d4c;  text-decoration: underline; }
a:active { color: #427881; text-decoration: none; }

a.menu, a:link.menu { 
    text-decoration: none;
    color: #0a2d4c;
	font-size: 11px;
	font-weight: bold;
    /* border-bottom: 1px dotted #69c; */
}
a:visited.menu { color: #0a2d4c; text-decoration: none; }
a:hover.menu { color: #427881;  text-decoration: none; }
a:active.menu { color: #427881; text-decoration: none; }

a.here, a:visited.here {color:#427881; font-weight:bold; text-decoration:none;}
li.here a:visited, li.here a:link {color:#427881; font-weight:bold; text-decoration:none;}

a.smallink{
font-weight: normal;
}

.introtext {
color: #9aa8a8;
}

a:hover.smallink  {
font-weight: normal;
text-decoration: underline;
}

a img, img {
    border: none;
}

/* filetypes link icons*/
a.doc, a.gif, a.jpg, a.mp3, a.pdf, a.psd, a.web, a.xls, a.zip   {
padding-left: 18px;
padding-top: 3px;
padding-bottom: 12px;
line-height: 18px;
}

a.doc {
background: url(images/icon_files/doc.gif) no-repeat;
}
a.gif {
background: url(images/icon_files/gif.gif) no-repeat;
}
a.jpg {
background: url(images/icon_files/jpg.gif) no-repeat;
}
a.mp3 {
background: url(images/icon_files/mp3.gif) no-repeat;
}
a.pdf {
background: url(images/icon_files/pdf.gif) no-repeat;
}
a.psd {
background: url(images/icon_files/psd.gif) no-repeat;
}
a.web {
background: url(images/icon_files/web.gif) no-repeat;
}
a.xls {
background: url(images/icon_files/xls.gif) no-repeat;
}
a.zip {
background: url(images/icon_files/zip.gif) no-repeat;
}

/* end filetipes */

/* DIV STRUCTURE STYLING */

#page{
position: absolute;
width: 840px;
margin-left: -420px; /* helft van breedte */
height: 460px;
margin-top: -260px; /* helft van hoogte */
top: 50%;
left: 50%;
background-color: transparent; /* transparent */
background: url(images/bg_02.jpg) no-repeat;
}

#pageHome{
position: absolute;
width: 840px;
margin-left: -420px; /* helft van breedte */
height: 460px;
margin-top: -260px; /* helft van hoogte */
top: 50%;
left: 50%;
background-color: transparent; /* transparent */
background: url(images/bg_home_01.jpg) no-repeat;
}

#header {
position: relative;
width: 100%;
height: 56px;
}

#headerLeft {
position: relative;
float: left;
width: 200px;
height: 48px;
background-color: transparent;
}

	#headerRight {
	position: relative;
	float: right;
	width: 619px;
	height: ;
	background-color: transparent;
	text-align: right;
	padding-top: 44px;
	padding-right: 20px;
	}
	
	#headerSpacer {
	position: relative;
	width: 100%;
	height: 30px;
	background-color: transparent;
	}

#main {
position: relative;
width: 100%;
height: 346px;
background-color: transparent;
}
	#contentLeft {
	position: relative;
	float: left;
	width: 532px;
	height: 326px;
	padding-left: 34px;
	padding-right: 14px;
	padding-top: 14px;
	background-color: transparent;
	overflow: auto;
	}
	
	#contentRight {
	position: relative;
	float: right;
	width: 235px;
	height: 326px;
	padding-right: 14px;
	padding-top: 14px;
	padding-left: 10px;
	border-left: 0px solid #efede2;
	background-color: transparent;
	}
	
	  #ee_miniCalendarContainer a {
	  font-weight: bold;
	  }
	
	/* Styles for homepage */
	#contentHome {
	position: relative;
	float: left;
	width: 439px;
	height: 166px;
	padding-left: 200px;
	padding-right: 14px;
	padding-top: 180px;
	background-color: transparent;
	overflow: none;
	}
	

#footer {
width: 806px;
padding-top: 6px;
padding-left: 34px;
height: 20px;
background-color: transparent;
}

#footer li {
padding-left: 0px;
display: inline;
}