BODY {
/*	background-image: url(../images/bg.gif); */
}

td {font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 15px;}
	
th {
	font-size: 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image : url(../images/tabelbg2.jpg);
	color: #666666;
	text-align: center;
	border: #999999;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	height: 18px;
}

h1 {font-family: "Trebuchet MS",Verdana, Arial; 
	font-size: 35px;
	line-height: 35px; 
	color: #007BC4; 
	text-align: center;
	padding-top: 10px;
	font-weight: normal;
}
	
h2 {font-family: "Trebuchet MS",Verdana, Arial; 
	font-size: 25px;
	line-height: 25px; 
	color: #007BC4; 
	text-align: center;
	padding-top: 10px;
	font-weight: normal;
}
	
.smallgrey {font-size: 9px; color: #999999; line-height: 13px;}

hr {color: #000066; height: 1px;}
	
.border { border: 1px #999999 solid;}

/* .siteborder { border: 1px #000000 solid;} */

.blackborder { border: 1px #000000 solid;}

.borderbottom {	border-bottom: 1px solid #666666;}

a:visited { text-decoration: none;  color: #0000CC;} 

a:link { text-decoration: none;  color: #0000CC;} 

a:active { text-decoration: underline;  color: #0000CC;} 

a:hover { text-decoration: underline;  color: #0000CC;}

.textarea {
	background-color: transparent; 
	border-bottom: #999999 1px solid; 
	border-left: #999999 1px solid; 
	border-right: #999999 1px solid; 
	border-top: #999999 1px solid; 
	color: #000000; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: xx-small; 
	letter-spacing: 0px}

.textareaoverskrift {
	background-color: #000000; 
	color: #FFFFFF;}

.textbox {
	background-color: #FFFFFF; 
	border-bottom: #999999 1px solid; 
	border-left: #999999 1px solid; 
	border-right: #999999 1px solid; 
	border-top: #999999 1px solid; 
	color: #000000; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: xx-small; 
	font-weight: 200; 
	letter-spacing: 0px}
	
.button {
	background-color: #E0DFE3; 
	border-bottom: #999999 1px solid; 
	border-LEFT: #999999 1px solid; 
	border-RIGHT: #999999 1px solid; 
	border-TOP: #999999 1px solid; 
	color: #000000; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: xx-small; 
	letter-spacing: 0px}

ul  
   {
	margin-left: 0px;
	padding:0px 0px 0px 25px;
	list-style-image: url(../images/dotpil.gif);
	text-align:left;
}

li {
	margin-top: 5px;
	padding-top: 0px;
}

.punkter {color: #666666; font-weight: bold;}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: white;
width: 150px; /*Default width of hint.*/ 
filter: alpha(opacity=85);-moz-opacity:0.85;opacity:0.85;
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:15px;
z-index:100;
visibility: hidden;
}

	/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:250px;	/* Width of box */
		height:200px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #999999;
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:0.7em;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:0.9em;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
	
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#999999;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}