/* Header Table definitions (White Text "Nordjysk Kunst NU" on top of picture) */
.headertext {
	font-size: 48px;
	font-weight: normal;
	color: #ffffff;
	font-family: verdana, sans-serif;
	letter-spacing: 0px;
	text-align: center;
}

.headernutext {
	font-size: 64px;
	font-weight: normal;
	color: #ffffff;
	font-family: verdana, sans-serif;
	letter-spacing: 0px;
	text-align: center;
}

.menutext {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	line-height: 1;
}

/* Text definition for main text */
.normaltext {
        color: #000000;
	font-family: verdana, sans-serif;
	font-size: 13px;
	text-align: left;
	vertical-align:top;
	font-weight:normal;
	padding-left: 8px;
	padding-right: 8px;
}

.normalitalicstext {
        font-style: italic;
}

.normalitalicsboldtext {
        font-style: italic;
	font-weight: bold;
}

/* Text definition for main text */
.artiststext {
	font-size: 11px;
	font-weight: normal;
	color: #880000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	padding-left: 9px;
}

/* Text definition for text under picture in right cells */
.picturetext {
        color: #666666;
	font-family: verdana, sans-serif;
	font-size: 12px;
	text-align: justify;
	vertical-align:top;
	font-weight:normal;
}

/* Text definition for dates in calendar */
.artistcvheadline {
	font-size: 14px;
        color: #000000;
	font-weight: bold;
}

/* Text definition for dates in calendar */
.artistcvnameheadline {
	font-size: 24px;
        color: #000000;
	font-weight: bold;
}


/* Text definition for special in Kunst NU pages */
.kunstnuheadline {
	font-family: verdana, sans-serif;
	font-size: 14px;
        color: #000000;
	font-weight: bold;
}

.kunstplaces {
	font-size: 15px;
        color: #000000;
	font-weight: normal;
}
a:link {color: #666666; font-weight: normal; text-decoration: none; }
a:active {color: #666666; font-weight: normal; text-decoration: none; }
a:visited {color: #666666; font-weight: normal; text-decoration: none; }
a:hover {color: #aa0000; font-weight: bold; text-decoration: none; }
a:focus {color: #aa0000; font-weight: bold; text-decoration: none; }
