/*
Stylesheet SoulWorks Art, Media & Design
*/

html {
	height:100%;
	margin-bottom:1px;
	background-color:#333333;
	/*background-image:url(images/achtergrondsite.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:scroll;*/
	
		
}
body {
min-height:100%;
	font-family: trebuchet MS;
	font-size: 12px;
	color: #7C6A56;
	line-height:18px;
	margin:0px;
	margin-bottom:0px;
	 
/*
	background-image:url(images/achtergrond.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-position:top;*/
	}

/* TEKST BLAUW**************************************************/

.koptitel{
	font-family:trebuchet MS;
	font-size:18px;
	font-weight:bold;
	}
.subtitel{
	font-family:trebuchet MS;
	font-size:14px;
	font-weight:bold;
	}
.subsubtitel{
	font-family:trebuchet MS;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	}
.normaal{
	font-family:trebuchet MS;
	font-size:12px;
	}
.notitie{
	font-family:trebuchet MS;
	font-size:10px;
	}

/* TEKST BLAUW FORCED*********************************************/

.koptitelblauw{
	font-family:trebuchet MS;
	font-size:18px;
	font-weight:bold;
	color:#7C6A56;}
.subtitelblauw{
	font-family:trebuchet MS;
	font-size:14px;
	font-weight:bold;
	color:#7C6A56;}
.subsubtitelblauw{
	font-family:trebuchet MS;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#7C6A56;}
.normaalblauw{
	font-family:trebuchet MS;
	font-size:12px;
	color:#7C6A56;}
.notitieblauw{
	font-family:trebuchet MS;
	font-size:9px;
	color:#7C6A56;}
	
/* TEKST ORANJE****************************************************/

.koptiteloranje{
	font-family:trebuchet MS;
	font-size:18px;
	font-weight:bold;
	color:#FF9900;}
.subtiteloranje{
	font-family:trebuchet MS;
	font-size:14px;
	font-weight:bold;
	color:#FF9900;}
.subsubtiteloranje{
	font-family:trebuchet MS;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#FF9900;}
.normaaloranje{
	font-family:trebuchet MS;
	font-size:12px;
	color:#FF9900;}
.notitieoranje{
	font-family:trebuchet MS;
	font-size:9px;
	color:#FF9900;
	font-weight:bold;}

/* TEKST WIT****************************************************/

.koptitelwit{
	font-family:trebuchet MS;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;}
.subtitelwit{
	font-family:trebuchet MS;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;}
.subsubtitelwit{
	font-family:trebuchet MS;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#FFFFFF;}
.normaalwit{
	font-family:trebuchet MS;
	font-size:12px;
	color:#FFFFFF;}
.notitiewit{
	font-family:trebuchet MS;
	font-size:9px;
	color:#FFFFFF;
	font-weight:bold;}

/* LINKS *******************************************************/

a:link {
	color: #7e2217;
	text-decoration: none;}
a:visited {
	text-decoration: none;
	color: #7e2217;}
a:hover {
	color: #7e2217;
	text-decoration: underline;}
a:active {
	text-decoration: none;
	color: #7e2217;}

/* SPAN LINKS **************************************************/

.plain a:link {
	color:#7e2217;
	text-decoration: none;}
.plain a:visited {
	color:#7e2217;
	text-decoration: none;}
.plain a:hover {
	color:#7e2217;
	text-decoration: underline;}
.plain a:active {
	color:#7e2217;
	text-decoration: none;}
	


#tekstvak{ 
	height:30px;
	width:190px;
	color:#FFFFFF;
	padding-left:10px;
	padding-top:5px;
	font-weight:bold;
	
	background-image:url(images/menuachter.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#tekstvaksub{ 
	height:20px;
	width:190px;
	color:#000000;
	padding-left:10px;
	padding-bottom:5px;
	font-weight:bold;
	background-color:#FFFFFF;
	font-size:10px;
	
	background-image:url(images/menuachtersub.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}