/* ----- BASIC ELEMENTS AND FONTS ----- */
html, body {
	color: black;
	font-size: 12px;
	font-family: Arial;
	margin: 0;
	padding: 0;
	height: 100%;
}

.clear {
	clear: both;
	height:30px;
}

p {
	margin: 10px 0px 10px 0px;
}

.date {
	color:#ffd502;
	text-decoration:none;
	font-size:10px;
	padding: 0px 0 0px 0;
	float: right;
}

#content_footer p {
	margin: 10px 30px 10px 30px;
	padding-top: 20px;
	font-size:10px;
	text-align:left;
}

.login_box p {
	margin: 0px 10px 5px 25px;
	font-size: 12px;
	color: #fff;
}


.content_box_large p { !INDHOLD-BOX-INNER;
	margin: 0px 0px 0px 0px;
	font-size:12px;
	text-align:justify;
}

.content_box p { !NEWS-BOX-INNER;
	margin: 0px 0px 0px 0px;
	color:black;
	font-size:11px;
	text-align:left;
}

.content_box_photo h3 {
	margin: 10px 0px 10px 10px;
}

#content_footer p {
    margin: 10px 0px 10px 60px !important;
	margin: 10px 0px 10px 85px;
	font-size:10px;
	text-align:justify;
}

.red {
	color:red;
}

.yellow {
	color: #FFEA73;
	font-weight: bold;
}

.blue {
	color: navy;
}

h1 { /* Overskrifter for artikler, e-bøger og litteraturanbefalinger */
	font-family: Arial narrow, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin: 10px 0px 12px 0px !important;
	margin: 10px 0px 12px 0px;
	color: darkblue;
}

h2 {
	font-family: Arial, sans-serif;
	font-size:20px;
	margin: 10px 50px 5px 30px !important;
	margin: 0px 30px 10px 30px;
	font-size:13px;
	text-transform:uppercase;
	color:#072450;
	font-weight:normal;
}

h3 { /* Sektions-overskrifter (forside, diverse sektioner etc.) */
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
	font-size: 12px;
	color: #224E6A;
	font-weight: bold;
}

.author { /* Forfatteren for artikler, e-bøger og litteraturanbefalinger*/
	font-size:14px;
	font-style: italic;
	margin: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px;
	color: black;
}

.atekst { /* Skrifttype for artikler, e-bøger og litteraturanbefalinger */
	font-size:12px;
	margin: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px;
	color: black;
}
.atekst div{
	padding-bottom: 12px;
}

.atekst blockquote {
	margin: 0px 20px 12px 20px;
}

.noter div {
	padding: 0 0 3px 0px;
}

.adok h3{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0 0 0 0px;
	text-transform: none;
	color: #224E6A;
}

.atekst h3{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 6px;
	padding-top: 6px;
	margin: 0 0 0 0px;
	text-transform: none;
	color: #224E6A;
}

.atekst h2{
	font-size: 13;
	font-weight: bold;
	margin: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-transform: none;
	color: black;
}

.atekst h1{
	font-size: 12;
	font-style: bold;
	font-weight: italic;
}

.aoversaetter {
	font-family: Arial;
	font-size: 12px;
	margin: 12px 0px 0px 0px !important;
	margin: 12px 0px 0px 0px;
	color: black;
}

.alinje {
	border-bottom: 1px solid #3333ff;
	padding-bottom: 10px;
	margin: 0px 0px 16px 0px !important;
	margin: 0px 0px 16px 0px;
}

a {
	text-decoration: none;
	color:#0000cc;
}

a:hover {
	color: #ff0000;
}

/*----- MENU ----- */

#nav_list {
	margin: 0;
	padding: 0;
	width: 170px;
	list-style: none;
	overflow: hidden;
}

#nav_list li {
	width: 170px;
	overflow: hidden;
	text-transform: uppercase;
	font-size:12px;
	font-weight:bold;
}

#nav_list a {
	color:#fff;
}

#nav_list_sub {
	margin: 0;
	padding: 0;
	width: 170px;
	list-style: none;
}

#nav_list_sub li {
	width: 170px;
	overflow: hidden;
	text-transform: uppercase;
	font-size:11px;
	font-weight:bold;
}

#nav_list_sub a {
	color:#ffff66;
}

.li_nav_body a  {
	display: block;
	width: 170px;
	height: 20px;
	background: url(assets/nav_body.png) no-repeat;
	padding-left: 25px;
	line-height:25px;
}

.li_nav_body_sub a  {
	display: block;
	width: 170px;
	height: 20px;
	background: url() no-repeat;
	padding-left: 35px;
	line-height: 25px;
	color: black;
}

.li_nav_footer a  {
	display: block;
	width: 170px;
	height: 21px;
	background: url(assets/nav_body.png) no-repeat;
	background-position:  0 0px;
	padding-left: 25px;
	line-height:26px;
}

.li_nav_body a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_nav_body_sub a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_nav_footer a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_active a:active  {
	background: url(assets/nav_body.png) no-repeat;
	background-position:  0 -40px;
	color:#fff;
}

/*----- LAYOUT ----- */

#container {
	width:100%;
	background: url(assets/sidebar_body.png) 30px 0px repeat-y !important;
	background: url(assets/sidebar_body.png) 60px 0px repeat-y;
	min-height:100%;
	height:100%;
	
}

#menu_header {
	width:120px;
	height:140px;
	text-align:left;
	float:left;
	margin: 0px 0px 0px 55px;
	margin: 0px 0px 0px 43px important!;
	color: white;
	
}
#menu_header td {
	font-size: 12px;
	color: white;
	
}


#menu_left {
	width: 170px;
	min-height: 100%;
	margin:0 0 0 30px;
	float: left;
	background: url(assets/sidebar_body.png) repeat-y;
}

.login_box {
	width: 170px;
	float:left;
	margin:0 0 0 10px;
}

#head {
	width: 879px !important;
	width: 888px;
	height: 140px; !BANNER-HEIGHT;
	float:left;
	text-align: right;
	border-right: 1px solid #99ccff; 
	
	background: url(assets/banner.bak.png) right top no-repeat;
	background: url(assets/banner.bak2.png) right top no-repeat important!;
}

#content { !WHOLE-CONTENT-BOX;
	width: 860px;
	text-align: justify;
	float: left;
	margin:0 0 0 20px;
	background: url(assets/sidebar_body.png) 10px 0px repeat-y !important;
	background: url(assets/sidebar_body.png) 20px 0px repeat-y;	
}

.content_box_large { !TEXT-BOX;
	width: 500px;
	margin: 0px 0px 0px 0px;
	float: left;
	border-top: 1px solid #99ccff;
	border-right: 1px solid #99ccff;
	background: #ffffff;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.content_box_large td {
    font-size: 12px;	
}

.content_box_full td {
    font-size: 12px;	
}

.content_box_full { !TEXT-BOX-FULL;
	width: 658px;
	margin: 0px 0px 0px 0px;
	float: left;
	border-top: 1px solid #99ccff;
	border-right: 1px solid #99ccff;
	background: #ffffff;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.content_box { !NEWS-BOX-OUTER;
	width: 138px !important;
	width: 158px;
	margin: 0px 0px 0px 0px;
	float: left;
	border-top: 1px solid #99ccff;
	border-right: 1px solid #99ccff;
	background: white;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.content_box_photo { !PIC-BOX;
	width: 158px;
	margin:0px 0px 0px 0px;
	float: left;
	border-right: 1px solid #99ccff;
}

#content_footer {
	background: url(assets/sidebar_body.png) 30px 0px repeat-y !important;
	background: url(assets/sidebar_body.png) 60px 0px repeat-y;
	width:100%;
	clear:both;
	margin-bottom:-70px;
	height:50px;
}

.top_navi {
	width: 100%;
	border-bottom: 1px solid #99ccff;
	padding-bottom: 5px;
	margin-bottom: -1px;
	color: #660033;
}

.bottom_navi {
	width: 100%;
	margin-top: -1px;
	border-top: 1px solid #99ccff;
	color: #660033;
}

/*----- IMAGES ----- */

a img{
	border: none;
}

img.left,img.center,img.right {
	padding: 4px;
	border: 1px solid #a0a0a0;
}

img.left {
	float: left;
	margin: 0px 12px 5px 0px;
	background:#fff;
}

img.right {
	float: right;
	margin: 0px 30px 5px 0px;
}

/*----- FORM ----- */

input   { !INDHOLD-INPUT-FELTER;
	border-top: 1pt solid #99ccff;
	border-bottom: 1pt solid #99ccff;
	border-right: 1pt solid #99ccff;
	border-left: 1pt solid #99ccff;
	font: normal 11px tahoma;
	margin:0px 0px 0px 0px;
	background-color: white;
	color: black;
}

.buttons_nav {
	width:70px;
	font-size: 10px;
	cursor: hand;
}
.buttons_nav:hover {
	background-color: #ccffff;
	
}

.buttons_con {
	width: 80px;
	cursor:hand;
}

.buttons_con:hover {
	background-color: #ccffff;
}

.buttons_sog {
	width: 40px;
	font: normal 10px tahoma;
	cursor:hand;
}

.buttons_sog:hover {
	background-color: #ccffff;
}

.buttons_adm {
	width: 80px;
}

.text_con {
	width: 80px;
}

.text_sog {
	width: 100px;
	font: normal 11px tahoma;
}

.text_spg {
	width: 140px;
}
.text_adm {
	width: 100%;
}

.text2_adm {
	width: 100%;
}

.select_spg {
	font: normal 10px tahoma;
	width:144px;
	margin:0px 0px 0px 0px;
	background-color: white;
	color: black;
}

.select_bon {
	font: normal 10px tahoma;
	width:80px;
	margin:0px 0px 0px 0px;
	background-color: white;
	color: black;
}

.select_adm {
	font: normal 11px tahoma;
	width: 100%;
	margin:0px 0px 0px 0px;
	background-color: white;
	color: black;
}

.textarea_spg {
	width: 462px;
	height: 200px;
	
}

.textarea_adm {
	font: normal 11px tahoma;
	width: 99%;
	height: 100px;
}

.textarea2_adm {
	font: normal 11px tahoma;
	width: 99%;
	height: 120px;
}

textarea.sidebar   { !KONTAKT-OS-TEKSTFELT;
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:115px;
	height:80px;
	color: #707070;
	margin:5px 0px 5px 25px;
}

input.sidebar   { !KONTAKT-OS-FELTER;
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:115px;
	color: #707070;
	margin:0px 0px 5px 25px;
}

input.button_sidebar   { !KONTAKT-OS-KNAPPER;
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:119px;
	color: #707070;
	margin:0px 0px 5px 25px;
}

/*----- Hoverbox Code - get code found at http://host.sonspring.com/hoverbox/ ------*/

.hoverbox
{
	cursor: default;
	list-style: none;
	text-indent: -15px;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	color: inherit;
	vertical-align: top;
	width: 100px;
	height: 75px;
	margin: 2px;
	padding: 2px;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
}

.hoverbox li
{
	color: inherit;
	display: inline;
	float: left;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}

pre
{
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

