/* general hyperlink settings */
body
{
        margin: 10px;
		font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
		text-decoration: none; 
		font-size: 85%;
        background: #F15A24;
		background-position:absolute;
		background-image:url(images/bg.png);
}

					
#message
{
				font-size: 12px;
				font-family: "Trebuchet MS", Verdana;
				color: #646060;
}
#description
{
				font-size: 10px;
				font-family: "Trebuchet MS", verdana;
				color: #646060;
}
			

a 
{
        font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
		text-decoration: none; 
		font-size: 100%;
        color: #F15A24;
        border-bottom: 1px solid white;
}

a:hover 
{
    	color: #F15A24;
		font-size: 100%;
        border-bottom: none;
}


/* end general hyperlink settings  */			
			
		
/* heading 1 properties*/
h1 
{
	padding-top:4px;
	color: #F15A24;
   	font-weight: bold;
   	font-size: 24px;
   	font-family: "Trebuchet MS",Verdana, Helvetica, sans-serif;

}

h2 
{
	margin-top:-8px;
	font-weight: bold;
   	font-size: 14px;
	color: #136dc7;
   	font-family: "Trebuchet MS",Verdana, Helvetica, sans-serif;

}

/* properties voor de tekst van de titel in de balk*/
.title {
    font-family: "Trebuchet MS", Lucida Console, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #F15A24;
    margin-top:-8px;
			}

			#title a{ text-decoration: none; color: #ffffff; }
			#title a:visited{ text-decoration: none; color: #ffffff; }
			#title a:hover{ text-decoration: underline; color: #ffffff; }
			#title a:active{ text-decoration: underline; color: #ffffff; }
			}
			A:link {
				color: #000000;
				text-decoration: none;
			}
			A:visited {
				color: #136dc7;
				text-decoration: none;
			}
			A:hover {
				color: #F15A24;
				text-decoration: underline;
			}
			A:active {
				color: #F15A24;
				text-decoration: underline;
			}				
			#template {
				width: 820px;
				margin: 0px auto;
			}
			#vak {
				text-align:center;
				background: #ffffff;
				border: solid 1px;
				padding: 8px;
				margin-bottom: 10px;
				clear: both; 
				margin-top: 10px; 
			}
			#vakboven {
				background: #F15A24;
				border: solid 1px;
				padding: 8px;
				z-index:-1;
				height:150px;
			}
			#flash {
				text-align:center;
				position:absolute;
				z-index:1;
				width:120px;
				height:150px;
			}
			#vakboven1 {
				background: white;
				border: solid 1px;
				margin: 0px;
				padding: 0px;
			}
			#vakmidden {
				background: white;
				border: solid 1px;
				margin-bottom: 10px;
				padding: 8px;
				height: auto;
			}
			#left {
				border-left: black 1px solid;
				border-right: black 1px solid;
				border-bottom: black 1px solid;
				border-top: black 1px solid;
				background-color: white;
				float: left; 
				width: 200px; 
				padding: 8px;
				margin-top: 8px;
				margin-bottom: 8px;
				height: 550px;
			}
			
			#right { 
				padding: 8px;
				border-left: black 1px solid;
				border-right: black 1px solid;
				border-bottom: black 1px solid;
				border-top: black 1px solid;
				background-color: white;
				margin-left: 225px; 
				margin-bottom: 8px;
				margin-top: 8px;
				overflow: scroll;
				width: 573px;
				height: 550px;
			}
			#right:img.thubs { 
				border:none;
			}
/* used for the headers in the menu's on the left */
.menu-text
{
	text-decoration: none; 
   	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 100%; 
	color: #646060; 
  	font-weight: bold;
	text-align: left;
}

/* start News section */

/* used for headers in news scrolling menu */
.new-text-head
{
	text-decoration: none; 
   	font-family:  Trebuchet MS;
	font-size: 100%; 
	color: #646060; 
  	font-weight: bold;
	text-align: left;
	float:left;
}

/* used for text in news scrolling menu */
.new-text
{
	text-decoration: none; 
   	font-family: Trebuchet MS;
	font-size: 100%; 
	color: #646060; 
	text-align: left;
	float:left;
}

/* used for date in news scrolling menu */
.new-date
{
	text-decoration: none; 
   	font-family: Trebuchet MS;
	font-size: 90%; 
	color: F15A24; 
/*  	font-weight: bold;*/
	font-style:italic;
	text-align: left;
	float:right;
}
/* end news section */

