

body.result  		{ color: rgb(10,0,0); 	background-color: rgb(129,145,129); font-size: 11px; }

a:link 		{ color:#490000; }
a:visited 	{ color:#490000; }
a:hover 	{ color:#600000; font-weight:bold; }

// ------------------------- navigator -------------------------
font.navigatorH1 { font-size:15px; }
font.navigatorH2 { font-size:25px; }

body.navigator 		{ color: rgb(10,0,0);	background-color: rgb(129,145,129); font-size: 10px; }

.navigatorTexta { 
	font-size:10px;
	background-color: #CCCCCC; 
	border: 1px solid #666666; 
}

.navigatorRad {
	background-color: #CCCCCC;
	color: #000000;
	font-size: 10px;
}

.navigatorButtons { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
//	background-color: #CCCCCC;
	color: #000000;
	margin-right: 6px;
}

select {
	background-color: #CCCCCC;
	color: #00000;
	font-size: 10px;
}

.resultListSelect {
	background-color: rgb(129,145,129);
	color: #490000;
	font-size: 10px;
}

th { text-align: left; font-size: 10px; font-weight: bold; }

a:link.resultListMainLink  	{ color:#0A0000; font-size: 14px; text-decoration:none }
a:visited.resultListMainLink 	{ color:#0A0000; }
a:hover.resultListMainLink 	{ color:#600000; text-decoration:underline; }
// ------------------------- gallery specific -----------------------------
.gallery td { background-color: #ABBCAB; }


// ------------------------- visning af skulptur --------------------------
.showSculpture th { font-size: 25px; align: center; }
.showSculpture td { font-size: 12px; align: left; }
.showSculpture b { font-size: 12px; }
.showSculpture h1 { font-size: 30px; }

// ------------------------- bestilling af pris ---------------------------
.priceRegistration {
	font-size:10px;
	background-color: #CCCCCC; 
	border: 1px solid #666666; 
}


