/* GLOBALE FASTE STILER (ALDRI ENDRE NAVN) */
.stylelinje    { line-height: 6px;}

.styleheading    { font-size: 15px; font-family: Verdana, Arial, verdana, Helvetica; font-weight: bold; color: #000000;
}
.styleheading:link { color: #000000; text-decoration: none }
.styleheading:visited { color: #000000; text-decoration: none }
.styleheading:hover { color: #000000; text-decoration: none }

.stylebrod    { font-size: 12px; font-family: verdana, Helvetica; font-weight: normal; color: #000000}
.stylebrod:link { color: #000000; text-decoration: none }
.stylebrod:visited { color: #000000; text-decoration: none }
.stylebrod:hover { color: #000000; text-decoration: none }

.stylesmallcolor    { font-size: 9px; font-family: verdana, Helvetica; font-weight: normal; color: #000000;
}
.stylesmallcolor:link { color: #000000; text-decoration: none }
.stylesmallcolor:visited { color: #000000; text-decoration: none }
.stylesmallcolor:hover { color: #000000; text-decoration: none }

.stylesmall    { font-size: 9px; font-family: verdana, Helvetica; font-weight: normal; color: #000000}
.stylesmall:link { color: #000000; text-decoration: underline }
.stylesmall:visited { color: #000000; text-decoration: underline }
.stylesmall:hover { color: #000000; text-decoration: none }
/* SLUTT GLOBALE FASTE STILER (ALDRI ENDRE NAVN) */

/* GENERIC TABLE STYLE */
td,body {
	font-family: Verdana, Arial, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

.kontaktskjema_text { font-family: arial, Helvetica, sans-serif; 
				font-size: 8pt;
				color: #000000;
				height: 18px;
				/* background: #f2f2f2; */
				width: 200px;
				background-image: url(imgdesign/search_background.gif);
}
.kontaktskjema_text_kort { font-family: arial, Helvetica, sans-serif; 
				font-size: 8pt;
				color: #000000;
				height: 18px;
				/* background: #f2f2f2; */
				width: 80px;
}
.kontaktskjema_textarea { font-family: arial, Helvetica, sans-serif; 
				font-size: 8pt;
				border: 1px #A5ACB2 solid; 
				color: #000000;
				/* background: #f2f2f2; */
				width: 200px;
				height: 100px;
}
.kontaktskjema_checkbox { 
				margin-top: 0px; 
				margin-right: 0px; 
				margin-bottom: 0px; 
				margin-left: -4px; 
}

.kontaktskjema_knapp {  font-family: arial, Helvetica, sans-serif; 
				font-size: 8pt;
				font-weight: bold; 
				border: 1px solid; 
				margin-right: 3px; 
				margin-bottom: 0pt; 
				margin-left: 2px; 
				border: 1px solid #666666;
				text-align : center;
				color: #ffffff;
				height: 18px;
				background: #493E39;
			}