BODY  { 	font-family: myriad, helvetica, Verdana, Arial;	font-size:1.01em;	text-align:center;	line-height:normal;	
	padding:5px;	margin:0 auto;}

.side { 	width:990px;	min-height:1000px;	padding:10px;	margin:0 auto;	
	text-align:left;	border: outset 2px; 	
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.adm_head { position:relative;top:5px;margin-bottom:10px;clear:bottom;	}

.adm_navigation { background-color:#F4EF58;	font-size:90%;	padding:5px;	}

.adm_mainpage { width:100%; margin: 0 auto;	font-size:90%;}	

.main_pageprint { width:700px;font-family:arial;font-size:small;}

.left{	float:left;	width:25%;	font-size:80%;	padding:5px;	margin-right:5px;	
	}

.right{	width:70%;	float:right;	background-color:#fff;	padding-left:10px;
	padding-right:10px;	margin-left:10px;		margin-right:0px;			}

.column {
	    -moz-column-count: 3;
	    -moz-column-gap: 28px;
	    -moz-column-rule: 2px dotted #CCC;
	    -webkit-column-count: 3;
	    -webkit-column-gap: 28px;
	    -webkit-column-rule: 2px dotted #CCC;
	    column-count: 3;
	    column-gap: 28px;
	    column-rule: 2px dotted #CCC;

	font-size:11px;
	height:700px;
	}


.left33{	float:left;		width:33%;	font-size:90%;		padding:5px;	margin-right:5px;	}

.right66{	float:right;	width:63%;	background-color:#fff;	padding:0px 10px 0px 10px;	margin:0 0 010px;		}


.half_left{	position:relative;	top:0 px;	float:left;		width:48%;	font-size:90%;
		padding:5px;	border:outset 1px;	background-color:whitesmoke;	}

.half_right{	width:48%;	font-size:90%;	padding:5px;	float:right;	background-color:whitesmoke;	border-left:outset 1px;
	}

.new_window_center {	/* til pop up med FSO */
	margin: 10px auto; 	font-family:verdana;	font-size:100%;	text-align:center;		}

.new_window {	/* til pop up med FSO */
	font-family:verdana;	font-size:100%;	text-align:center;		}

.new_window_leftalign {	/* til div popup vejledninger */
	margin:10px;	font-family:verdana;	font-size:100%;	text-align:left;	background-color:whitesmoke;
}



/* 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;			}


.show_files {	width:500px;	border-style:none;		font-size:80%; 	padding:5px;	margin-left:50px;
		border-left:outset 1px;	border-bottom:outset 1px;			}

.show_data {	width:100%;	padding:10px;	border:outset 01;}

.datalist_head {	background:#DCFCAB;		font-size:90%;	color:#333;	
		padding:5px;	margin:5px 0;}

.data_table {	width:100%;	font-size:100%; 	bgcolor:beige; }

.managefiles_menu { height:30px;	font-size:120%;	background-color:#f5f5f5;	
		margin:10px 20px 10px 0;	padding: 10px 10px;	border:outset 1;	clear:both;}

.foot {		width:990px;	font-size:66%;	margin:10 auto;	clear:both;	background-color:#efefef;	}



.hovertext {	background-color:yellow ;  	text-decoration:underline;	width:100%;	 
		padding:10px 10px;	margin: 10px 50px 0 0 ;
		list-style:none; 	
		/* runde hjørner */
		-moz-border-radius:10px;
	
		-webkit-border-radius:10px;
	
		border-radius:10px;	

	/* skygge på box */
		-webkit-box-shadow:4px 10px 10px rgba(0, 0, 0, 0.2);
		-moz-box-shadow:4px 10px 10px rgba(0, 0, 0, 0);
		-ms-box-shadow:4px 10px 10px rgba(0, 0, 0, 0.5);
		box-shadow:4px 4px 10px rgba(0, 0, 0, 0.5);	

}

.hovertext:hover { 	background-color:#A62000 ;  	color:#fff;  font-weight:bold; 	font-size:105%; 
		
		/* runde hjørner */
		-moz-border-radius:10px;
	
		-webkit-border-radius:10px;
	
		border-radius:10px;



		/* størrelse og hældning på hover effekt */
		-webkit-transform: scale(1.1) rotate(0deg);
		-moz-transform: scale(1.1) rotate(0deg);
		-webkit-transform: scale(1.1) rotate(0deg);
		-o-transform: scale(1.1) rotate(0deg);
		-ms-transform: scale(1.1) rotate(0deg);
		transform: scale(1.1) rotate(0deg);
	
	-webkit-transition-property:	background, letter-spacing, font-weight, box-shadow ;
	-moz-transition-property:	background, letter-spacing, font-weight, box-shadow ;
	-o-transition-property:	background, letter-spacing, font-weight, box-shadow ;
	-ms-transition-property:	background, letter-spacing, font-weight, box-shadow ;

	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;

	-webkit-transition-timing-function:ease;
	-moz-transition-timing-function:ease;
	

	/* skygge på box */
	-webkit-box-shadow:4px 4px 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:4px 10px 10px rgba(0, 0, 0, 0);
	-ms-box-shadow:4px 10px 10px rgba(0, 0, 0, 0.5);
	box-shadow:4px 10px 10px rgba(0, 0, 0, 0.5);	
}



a:link {		color:#663300;		text-decoration:underline;			}
a:hoover{	background-color:gray;	color:beige;	font-weight:bold;				}

a.menu:link {	color:#000000;		text-decoration:underline;		font-weight:regular;	padding:0 6px 0 0;	}
a.menu:hover{	font-color:#663300;	background-color:#d5d5d5;		font-weight:bold;		padding:3px;	font-size:105%;	}
a.menu:visited {	color:#333333;	t	ext-decoration:none;	font-weight:regular;	}
a.menu:active {	color:#999999;		text-decoration:none;	font-weight:bold;		}


H1{	font-size:200%;		text-align:left;		color:red;	margin-left:0px;	line-height:20pt;		}

H2{	font-size:175%;		background:teal;		color:white;	line-height:25pt;	font-weight:normal; 	}

H3{	font-size:150%;		text-align:left;		margin: 5px 0px;	letter-spacing:2px;			}
	
H4{  	font-size:120%;		color:#333;		margin: 5px 0px 5px 0px;	display:inline;	}

H5{	font-size:15px;		font-weight:bold;	color:black;		margin: 5px 0px 5px 0px;	style:inline;	}	

H6{	font-size:9px;		font-weight:lighter;	color:#333333;			}


ul {	margin-left:15px; 		padding-left:0.3em;	list-style:square;			}

 li {	font-size:90%;		margin-left:5; 		padding:5px 10px 5px 10px;	}







