@charset "utf-8";
/* CSS Document */
body
{
	margin: 0px;
	background:#001300;
	background-image: url(../grafik/bgimg_dark.gif);
	background-repeat: no-repeat;
	background-position:right;
	color:white;
	font-family: times new roman, Verdana, Arial, Helvetica;
	font-size: 15px;
	text-align: center;
  	min-width: 600px;
}
body.frontpage
{
	margin-top:200px;
	cursor:hand;
	height:100%;
}
h1
{
	padding-top:15px;
	font-size:17px;
	font-weight:700;
}
h2
{
	font-size:15px;
	font-weight:600;
}
td
{
	vertical-align:top;
}
a
{
	color: white;
}
div#allpage
{
	text-align: left;
  	width:700px;
	height:90%;
	margin-left:auto;
	margin-right:auto;
}
div#title
{
	text-align:center;
	font-size:36px;
	font-family: times new roman, Myriad Pro, verdana;
	padding-top:15px;
	padding-bottom:15px;
}

div#mainmenu
{
	text-align:center;
	font-size:13px;
	text-transform:uppercase;
	border-top: 2px solid white;
	padding-top: 15px;
}

div#content
{
	min-height:100%;
	margin:10px;
}
div#footer
{	
	padding-top: 15px;
	font-size: 14px;
	text-align:center;
	border-top: 2px solid white;
	padding-bottom: 15px;
}
table.ansat
{
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
	border:solid 1px white;
	font-size:14px;
}
img.ansat
{
	width:200px;
}
td.navn
{
	padding-left:5px;
	background:#064206;
	font-weight:bold;
	border-bottom:solid 1px white;
	width:300px;
}
td.titel
{
	padding-right:5px;
	background:#064206;
	font-weight:bold;
	border-bottom:solid 1px white;
	text-align:right;
	width:90%;
}
img.ref_thump
{
	border: solid 2px #006300;
	margin-right: 10px;
	margin-bottom: 20px;
}
img.ref_thump_hover
{
	border: solid 2px white;
	margin-right: 10px;
	margin-bottom: 20px;
}