html {background: #000000 ;}
body { 	background-image:url('img/repeat.jpg');
	background-repeat:repeat-y;
	background-position:center;
	background-color:black;
	color:white;
	font-family:Calibri, Verdana,Tahoma,Arial,Sans-serif;

 }
h1 {	color:white;}
#custom-doc{
	background-image:url('baggrund1.jpg');
	background-repeat:no-repeat;
}
#hd {
	
	height:162px;
	padding-top:31px;
	padding-left:7.59em;
	/* background-image:url('img/top.jpg');
	background-repeat:no-repeat; */ }

#bd {

	padding-left:7.59em;
}

#ft{	color:white;
	/* padding-left:7.59em; */
	padding-left:0em;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.5em;
	text-align:center;
	font-size: 97%;
}

#nav a {
	display: block;
	width: 10em;
	color: white;
	text-decoration:none;
}

#nav a:hover {
	color:#459fdd;	
	background-color:#194562;
	text-decoration:underline;
	
}
#nav li {
	float: left;
	width: 10em;
	border:0px solid #194562; 
	
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	border:1px solid #194562; 
}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	background-color:#459fdd;
}
#nav li ul ul {
	margin: -1em 0 0 10em;
	border:1px solid #194562; 
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	/* left: auto; */
	left: 0; 
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

/* ### form ### */

input, textarea, select {
border-width:1px;
font-family:Calibri, Verdana,Tahoma,Arial,Sans-serif;
font-size:10px;
}


/* ### form ### */
.first-box { 
	background-color:#000000; 
	font-size: 100%;
}
#ft{ 
	color:#3a81af;
	text-align:center;
}
.narrow-right-header{
	background-color:#010e16;
	color: white;
	width: 190px;
	margin-right:1em;
}
.narrow-right-body{
	color:white;
	width: 190px;
	font-size: 85%;
	background-color: #000f16;
	margin-right:1em;
}
.narrow-right-black{
	color:white;
	width: 190px;
	font-size: 85%;
	background-color: #000000;
	margin-right:1em;
	text-align:center;

}
.content-blue { margin-left: 1em; padding-left: 0.5em; background-color: #001C2A; }
.content-black { margin-left: 1em; background-color: black; }

h1 { font-size: 140%; font-weight: bold; }
h2 { font-size: 130%; font-weight: bold; }
h3 { font-size: 120%; font-weight: bold; }
h4 { font-size: 110%; font-weight: bold; }
h5 { font-size: 90%; font-weight: bold; padding: .5em; }
h6 { font-size: 80%; font-weight: bold; }
.align-center {text-align:center;}
.align-right {text-align:right;}
.align-left {text-align:left;}
.indent{text-indent:50px;}


.content-blue ol li { margin-left: 50px; list-style-type:decimal;}

.content-blue ul li { margin-left: 50px; list-style-type:circle;}
.content-blue a:link{color:#2B60DE;}
.content-blue a:visited{color:grey;}
