/* Default CSS Stylesheet for a new Web Application project */

BODY
{
		BACKGROUND-COLOR: white;
		COLOR: #000000;
		FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
		font-SIZE:13px;
		FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
		}

a:link	{	
	text-decoration:	none;
	color: yellow;	
	font-weight:bold;
	}	
		
a:visited	{	
	text-decoration:	none;
	color: yellow;	
	font-weight:bold;
	}	
		
a:active	{	
	text-decoration:	none;
	color: yellow;	
	font-weight:bold;
	}	
	
a:hover	{	
	border: 0;
	text-decoration:	underline;
	font-weight:bold;
	}

p {	font-family:Arial,Verdana,sans-serif; font-size:12px;	}
p.baroff {font-family:Arial,Verdana,sans-serif; color:#ffffff; font-size:18px; font-weight:bold;}
p.baron {font-family:Arial,Verdana,sans-serif; color:#ff0000; font-size:18px; font-weight:bold;}
p.s	{font-size:	10px;	}	
p.l	{font-size:	16px;  font-weight:bold;}	


p.link a:link span{display: none;}
p.link a:visited span{display: none;}
p.link a:hover span{display: block;	position: absolute;  margin: 110px 0 0 20px; background-color: #ffff00; width:130; padding: 7px 10px 7px 10px; border: 1px solid #000000;  color: #000000; text-align:left; text-decoration: none;}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT, TD
{
    COLOR: #ffffff;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: 6;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: 6;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: yellow;
	margin-bottom: 6;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: yellow;
	margin-bottom: 6;
	}	
		
H5, DT	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	1.2em;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: 6;
}	
		
H6	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	1.2em;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: 6;
	}	
		
TD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}

a.highlight img, a.highlight:visited img {
border-top: solid 4px #ff0000;
border-bottom: solid 4px #ff0000;
border-left: 0px;
border-right: 0px;
}

a.highlight:hover img {
border-top: solid 4px #ffff00;
border-bottom: solid 4px #ffff00;
border-left: 0px;
border-right: 0px;
}

.cursus {
position: relative;
margin-top: 0px;
margin-left: 0px;
border-width: 10px;
border-style: solid;
border-color: #ff0000;
color: #000080;
background-color: white;
width: 300px;
padding: 10px;
}

.cursusprofiel {
position: relative;
margin-top: 0px;
margin-left: 0px;
border-width: 10px;
border-style: solid;
border-color: #ff0000;
color: #000080;
background-color: #ffff00;
width: 300px;
padding: 10px;
}  
