BODY  {
	font-family:Verdana, Arial;
	font-size:11px;
	text-align:left;
	line-height:normal;
	padding:5px;
	margin:0 auto;

}

.side {
	width:900px;
	
	padding:10px;
	margin:10 auto;
	text-align:left;
	font-size:small;
	border: outset 1px; 
	}

.adm_head {
	position:relative;
	top:5px;
	height:100px;
	margin-bottom:10px;
	
	}

.adm_navigation {
	background-color:yellow;
	font-size:x-small;
	padding:10px;
	

	}

.adm_mainpage {
	
	width:100%;
	
	}	

.main_pageprint {
	width:700px;
	font-family:arial;
	font-size:small;
	
}

.left{
	
	float:left;
	font-size:x-small;
	width:25%;
	height:100%;
	padding:5px;
	margin-right:5px;
	border-right: dashed 1px; 
	border-color:gray;
	background-color:whitesmoke;
	}

.right{
	width:70%;
	float:right;
	background-color:#fff;
	border-left:outset 1px;
	padding-left:10px;
	padding-right:10px;
	margin-left:10px;
	margin-right:0px;		
	}

.left33{
	
	float:left;
	font-size:x-small;
	width:33%;
	height:100%;
	padding:5px;
	margin-right:5px;
	border-right: dashed 1px; 
	border-color:gray;
	background-color:whitesmoke;
	}

.right66{
	width:63%;
	float:right;
	background-color:#fff;
	border-left:outset 1px;
	padding-left:10px;
	padding-right:10px;
	margin-left:10px;
	margin-right:0px;		
	}



.new_window {
	/* til pop up med FSO */
	font-family:verdana;
	font-size:x-small;
	text-align:center;

}


.green_box {
	padding:5px;
	border:outset 1;
	background-color:lime;

}


/* breve til kunder , faktura kontrakter mv */

.print_page {
	width:620px;
	font-size:x-small;
	text-align:left;
	padding-left:10px;
	margin-left:20px;
	border-left:outset 1px;
	border-right:outset 1px;
}





.dato {
	clear:both;
	float:left;
	
	}





.foot {
	width:800px;
	font-size:xx-small;
	border-top: outset 2px;
	clear:both;
	text-align:right;
	
}



.formular {
	font-family:verdana;
	width:400px;
	border:outset 1px;
	font-size:x-small;
	background-color:beige;


}

.data_update {
	background-color:beige;
	border:outseet 1px;
	padding:5px;

}


.half_left{
	position:relative;
	top:0 px;
	float:left;
	font-size:xx-small;
	height:400px;
	width:50%;
	padding:5px;
	background-color:ivory;
}

.half_right{
	
	background-color:whitesmoke;
	border-left:outset 1px;
	padding:10px;
	margin-left:10px;

	}

td {
	font-size:x-small;
	}

.show_files {
	width:500px;
	border-style:none;
	font-size: 10px; 
	padding:5px;
	margin-left:50px;
	border-left:outset 1px;
	border-bottom:outset 1px;

}

.show_data {
	width:100%;
	padding:10px;
	border:outset 01;

}


.data_table {
	width:100%;
	bgcolor:beige;
	
}



.managefiles_menu {
	width:400px;
	height:30px;
	margin-left:20px;
	background-color:lime;
	padding:10px;
	border:outset 1;
}

a:link {
	font-family :verdana;
	color:"#663300";
	text-decoration:none;
	font-weight:bold;
	}
a:hoover{
	text-decoration:none;
	background-color:gray;
	color:beige;
}

a.menu:hover{
	
	font-color:"#663300";
	background-color:"#ffcc99";
	text-decoration:none;
	}
a.menu:link {
	font-family:verdana;
	color:"#000000";
	text-decoration:none;
	font-weight:regular;
	}

a.menu:visited {
	font-family:verdana;
	color:"#333333";
	text-decoration:none;
	font-weight:regular;
	}
a.menu:active {
	font-family:verdana;	
	color:"#999999";
	text-decoration:none;
	font-weight:bold;
	}


H1{
	text-align:left;
	font-size:30px;

	color:red;
	margin-left:0px;
	line-height:20pt;
	}

H2{
	font-family:Verdana, arial;
	font-size:24pt;
	background:teal;
	width:360px;
	color:white;
	line-height:25pt;
	font-weight:normal;
	margin-left:0px;
	}

H3{
	width:100%;
	text-align:left;
	font-size:20px;

	letter-spacing:2px;
	margin: 5px 5px 5px 5px;
		}
	
H4{
	
	font-size:20px;
	color:green;
	text-decoration:none;
	margin: 5px 0px 5px 0px;
	}
H5{
	
	
	font-size:15px;
	font-weight:bold;
	color:black;
	margin-left:0px;
	
	}	
H6{
	
	font-size:9px;
	font-weight:lighter;
	color:"#333333";
	
	}

ul 	{
	margin-left:0.5em; 
	padding-left:0.5em;
	
	list-style:square;
	
	
}
 li {
	margin-left:5; 
	padding-left:0.5em;

}



/* HUSK at formularen skal have et ID */
/* formaterer hele fieldsets */
fieldset  {display:block; background-color:ivory;}

form#newdata fieldset {
	display:block; 
	border-color:gray; 
	width:50em; margin:5; padding:5; 
	font-size:xx-small;
	/*background-color:lightgreen;*/
}
/* farve i inputfelter */
form#newdata input{background-color:#fff;}

/* overskrifter i ramme formateres */
form#newdata legend {color:#000; font-size:small;}

/* tekster ved input felter formateres */
form#newdata label{color:gray; font-size:xx-small;}


