/*****************************/
/* Noot Vir Noot Site Layout */
/*****************************/

body
{
	min-width:1000px;
	margin:0px;
	padding:0px;
	text-align:center;
	vertical-align:top;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(background_tile.jpg) repeat;
}

#siteFooter
{
	width:900px;
	min-width:900px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	text-align:right;
	vertical-align:top;
}

/****************************************/
/* HEADERS                              */
/****************************************/

h1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
}

h2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}

h3
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

h4
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.headerArtist
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:4px 0px 4px 0px;
	padding:0px 4px 0px 4px;
	color:#FFFF66;
}

.headerPurple
{
	background:url(headerPurple.gif) repeat-x;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	text-shadow:2px 2px #686e75;
	line-height:32px;
	margin:0px 0px 8px 0px;
	padding:0px 8px 0px 8px;
	display:block;
}

.headerGreen
{
	background:url(headerGreen.gif) repeat-x;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	text-shadow:2px 2px #686e75;
	line-height:32px;
	margin:0px 0px 8px 0px;
	padding:0px 8px 0px 8px;
	display:block;
}

.headerCyan
{
	background:url(headerCyan.gif) repeat-x;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	text-shadow:2px 2px #686e75;
	line-height:32px;
	margin:0px 0px 8px 0px;
	padding:0px 8px 0px 8px;
	display:block;
}

.headerOrange
{
	background:url(headerOrange.gif) repeat-x;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	text-shadow:2px 2px #686e75;
	line-height:32px;
	margin:0px 0px 8px 0px;
	padding:0px 8px 0px 8px;
	display:block;
}

.headerYellow
{
	background:url(headerYellow.gif) repeat-x;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	text-shadow:2px 2px #686e75;
	line-height:32px;
	margin:0px 0px 8px 0px;
	padding:0px 8px 0px 8px;
	display:block;
}


/****************************************/
/* Links                                */
/****************************************/

#content a
{
	font-weight: bold;
}

#content a:link, #content a:visited, #content a:active
{
	color: #FFCC00;
	text-decoration:underline;
}

#content a:hover
{
	font-weight: bold;
	color:#000000;
	background-color:#FFCC00;
	text-decoration:none;
}

a img
{
	border:none;
}


/****************************************/
/* Image Styles                         */
/****************************************/

.imageWithBorder
{
	border-right:#FFCCCC solid 1px;
	border-bottom:#FFCCCC solid 1px;
	border-left:#660066 solid 2px;
	border-top:#660066 solid 2px;
	margin:0px;
}

.imageRightWithBorder
{
	float:right;
	border-right:#FFCCCC solid 1px;
	border-bottom:#FFCCCC solid 1px;
	border-left:#660066 solid 2px;
	border-top:#660066 solid 2px;
	margin-left:8px;
	margin-bottom:8px;
}

.imageLeftWithBorder
{
	float:left;
	border-right:#FFCCCC solid 1px;
	border-bottom:#FFCCCC solid 1px;
	border-left:#660066 solid 2px;
	border-top:#660066 solid 2px;
	margin-right:8px;
	margin-bottom:8px;
}

.imageArrow
{
	float:right;
	margin-left:8px;
	border:none;
}


/****************************************/
/* Vorige Kunstenaars                   */
/****************************************/

.ArtistName
{
	font-size:12pt;
	font-weight:bold;
	font-style:normal;
	color:#FFFF66;
}

.ArtistDetails
{
	font-size:10pt;
	font-weight:normal;
	font-style:normal;
	color:#FFFFFF;
}

.TitleS
{
	font-size:12pt;
	font-weight:bolder;
	font-style:normal;
	color:#FFFFFF;
}
.TitleM
{
	font-size:14pt;
	font-weight:bolder;
	font-style:normal;
	color:#FFFFFF;
}
.TitleL
{
	font-size:16pt;
	font-weight:bolder;
	font-style:normal;
	color:#FFFFFF;
}
#ArtistList hr
{
  color:#CC99FF;
  border:0;
}


/****************************************/
/* Text Styles                          */
/****************************************/

.textHilight
{
	font-weight: bold;
	color: #FFFF99;
}

.textHeader {
	font-weight: bold;
	color: #FFFF66;
}

.contentSection
{
	margin-top:32px;
}
.textHilightPurple {
	font-weight: bold;
	color: #780778;
}

.textHilightBlue {
	font-weight: bold;
	color: #330099;
}
.
#content #contentTableCenter #contentCenter #contentMain .textHilightBlue {
	color: #330099;
}

