/*
Basic Tags
 */
body {
	color: #e3e3e3;
	background-color: #4a525a;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 160%;
}
a {
	color: #FF3333;
	text-decoration: none;
}
a:hover { color: #e3e3e3; }
/*
The End of Basic's
*/
/* 
Main Tags; 
*/
#content   { background-color: #4a525a; margin: 50px auto auto; width: 700px; height: auto }
.titlebar {width: 700px; height: auto; background-color: #4a525a; text-align: right; padding-bottom: 1em; margin-right: 0px;}
.text { width: 430px; height: auto; background-color: #4a525a; text-align: left; padding: 0px; margin:0px; margin-right: 20px; color:inherit; float: left;}
.sidebar { width: 200px; height: auto; background-color: #4a525a; margin-right: 0px; float: right; text-align: left; }
.about { width: auto; padding: 10px; text-align: left;}
.footer {
	width: 430px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	margin: 0px;
	margin-top: 80px;
	font-weight: lighter;
}
/*
Special Function Tags
*/
.titlebar p.slogan {
	font-size: 12px;
	margin: 0px;
	margin-top:3px;
	text-transform: capitalize;
}
.text p.date {
	font-size: 12px;
	text-align: left;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: #606870;
	color: #e3e3e3;
	padding-right: 5px;
	margin-bottom: 10px;
	font-weight: normal;
}
.sidebar li  { list-style-type: none; text-align: left; }
.titlebar h2  { color: #e3e3e3; font-size: 20px; font-weight: lighter; text-transform: none; margin: 0; }
.text p.content { color: #e3e3e3; font-size: inherit;}
.text h2 { color: #e3e3e3; font-size: 12px; text-transform: uppercase; font-weight: lighter; margin: 0px;}
.text p.info { color: #e3e3e3; font-size: 8px; font-weight: lighter; font-family: monospace; margin: 0px; padding-left: 1em;}
.sidebar h2 { color: inherit; font-size: 10px; font-weight: lighter; font-family: Verdana; text-transform: uppercase;}
.footer a:link { color: #e3e3e3; font-size: inherit;}



/*navigatie highlight current page*/


body#home a#homenav,
body#contact a#contactnav,
body#opdrachten a#opdrachtennav,
body#curriculum a#curriculumnav,
body#projecten a#projectennav,
body#english a#englishnav,
body#sitemap a#sitemapnav
 {
	color: #e3e3e3;
	
}

/*navigatie highlight current page -- einde*/
