﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */
/*
donkerblauw #384c65
Lichtblauw #D1E0F2
Lichtblouw over #ACC4E2
*/
body {
	margin: 0;
	/*padding-bottom: 2em;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #1c2D42;*/
		
}

/* Header Section */

#header {
	border-top: 3px solid #80A4D1;
	border-bottom: 1px solid #80A4D1;
	height: 89px;
	background-image: url(Images/PlannerLogo.gif);	  
	background-repeat:no-repeat;
	background-position:right;
	
}
#header .title {
	font: 190% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}

/*#header a:link, a:visited  {
	color: #9a9a9a;
}*/

/* Navigation */

#navigation {
	width: 200px;
	top: 100px;
	left: 20px;
	width: 13em;	
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #384c65;
}
#navigation li a  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 4px solid #384c65;
	border-right: 1px solid #384c65;
	background-color: #80a4d1;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #B3CEEF;
	color: #384c65;
}
#navigation ul ul {
	margin-left: 6px;
}
#navigation ul ul li {
	border-bottom: 1px solid #384c65;
	margin:0;
	background-color: #ED9F9F;
	color: #711515;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #D1E0F2;
	color: #711515;
}
#navigation ul ul a:hover {
	background-color: #ACC4E2;
	color: #FFFFFF;
}
#header .breadcrumb {
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.8em;
	font-weight:bold;
}


/* Main Content */
.tekst
{
	font-size:11px;
	font-family:Verdana,arial;
	}
#content 
{
	margin-top:1em;
	margin-left: 16em;
	margin-right: 2em;
}
h1 {
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}
#content p {
	font-size: 80%;
	line-height: 1.6em; 
}

#content ul {
	font-size: 80%;
	line-height: 1.6em; 
}


.Important
{
    font-size: large;
    color: Red;
}

a.scheduler:link  
{
	color:#000000;
}
 
a.scheduler,  a.scheduler:active
{
	color: #FFFFFF;
}
a.scheduler:hover
{
	color: #FFFFFF;
}

a.user:link, a.user:active, a.user:visited, a.user:hover
{
   color:#FFFFFF;

}

a.user_selected, a.user_selected:link, a.user_selected:active, a.user_selected:visited, a.user_selected:hover
{
   color: #FFFFFF;

}

 a.user:hover
 {
 	color:#FFFFFF;

 }	