﻿html, body
{
	background-image: url(../../Images/Grafik/striber_lightblue.jpg);
	margin: 0;
	padding: 0;
	font-family: arial, georgia, serif;
	line-height: 20px;
	font-size: 14px;
}

img { border: 0 }

div#page
{
	position: relative;
	width: 774px;
	margin: 1em auto;
	background-image: url(../../Images/Grafik/bgfade.jpg);
	background-repeat: repeat-x;
	background-color:White;
	border: solid 1px black;
}

div#banner
{
	height: 130px;
	color: white;
	padding: 0px 0px 0px 15px;
	background-image: url(../../Images/Grafik/banner3.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-size:30px;
	font-weight:bolder;
	line-height: 30px;
}

.leftcol
{
	width: 571px;
	float: left;
	margin-right: -200px;
	background-position: right top;
}

h2
{
	line-height:18px;
	font-size:18px;
	font-weight: normal;
}

div.indhold
{
	/*margin-right: -200px;*/
	padding: 0px 10px 10px 10px;
	border-right: 1px solid black;
}
div.vertical_sep
{
    width: 1px;
    height:100%;
    border-right: 1px solid black;
}

p.last
{
	padding-bottom: 1em;
	margin-bottom: 0;
}

.rightcol
{
	width: 200px;
	float: right;
	/*border-left: 1px solid black;*/
}

div.rightcolBox
{
	margin: 8px 2px 2px 2px;
	padding-left: 2px;
}

#footer
{
	background-color: #7EAABC;
	text-align: left;
	border-top: 1px solid white;
	margin: 0;
	padding: .5em;
	clear: both;
}

#footer address
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: black;
	font-family: arial, Sans-Serif;
	text-align: center;
}

.container
{
	background-image: url(res/rightcolbg.png);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 10px 5px 10px 5px;
	float:left;
}

.clear
{
	clear: both;
	height: 0;
}
.top
{
	margin-top: 0;
	padding-top: 20px;
}
div#rightcol a.retur
{
	margin-top: 3px;
	padding-top: 3px;
	border-top: 1px solid #257;
}
#text1, #text2
{
	display: none;
	margin-left: 1em;
}

A               { color: #003366; text-decoration: underline; }
A.linkText      { color:black; text-decoration: none; }

a:hover         { color:Gray; }

/* Opbygning af siden slut */

/*** Navigationsbaren ***/
div#navbar
{
	float: left;
	background: #7EAABC;
	width: 100%;
	border-bottom: 1px solid white;
	margin: -1px 0 0 0;
}

/**** Sætter samme skrift og størrelse på alle elementer i navigationsbaren ***/
* div#navbar
{
	font-size: 13px;
	font-family: arial,sans-serif;
	font-weight: bold;
}

div#navbar ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	background: #7EAABC;
	border-top: 1px solid white;
}

div#navbar li
{
	position: relative;
	width: 109px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-bottom: none;
	border-right: 1px solid white;
}

div#navbar li#last
{
	border-right: none;
}

div#navbar li:hover
{
	background-color: #ccf;
}

div#navbar li.sub
{
	background-image: url(../../Images/Grafik/darrow.png);
	background-position: right center;
	background-repeat: no-repeat;
}

/*** Forhindrer background-repeat i IE/Win. ***/
div#navbar li.sub li.sub:hover
{
	background-color: #ccf;
}

div#navbar ul li a
{
	display: block;
	text-decoration: none;
	padding: 2px 0px 2px 5px;
	width: 109px;
	margin: 0;
	color: black;
}

div#navbar > ul a
{
	width: auto;
}

div#navbar ul ul
{
	display: none;
	position: absolute;
	width: 109px;
}

div#navbar ul ul li
{
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	margin-left: -1px;
}

div#navbar li.sub li.sub
{
	background-image: url(darrow.png);
	background-position: right center;
	background-repeat: no-repeat;
}

div#navbar ul.niveau1 li.sub:hover ul.niveau2
{
	border-top: 1px solid white;
}

div#navbar ul.niveau1 li.sub:hover ul.niveau2, div#navbar ul.niveau2 li.sub:hover ul.niveau3
{
	display: block;
}

div#navbar ul.niveau2
{
	top: 20px;
	left: 0;
}

div#navbar ul.niveau3
{
	top: -1px;
	left: 9em;
	border-top: 1px solid white;
}

legend
{
	letter-spacing: 3px;
	color: white;
	font-weight: bold;
	padding: 6px 6px 6px 6px;
}

.PLACEHOLDER_WIDTH_1_FIRST      { width: 248px; margin-bottom: 10px; float: left; }
.PLACEHOLDER_WIDTH_1            { width: 248px; margin-bottom: 10px; margin-left: 10px; float: left; }
.PLACEHOLDER_WIDTH_2_FIRST      { width: 506px; margin-bottom: 10px; float: left; }
.PLACEHOLDER_WIDTH_2            { width: 506px; margin-bottom: 10px; margin-left: 10px; float: left; }
.PLACEHOLDER_WIDTH_3_FIRST      { width: 764px; margin-bottom: 10px; float: left; }
.PLACEHOLDER_WIDTH_3            { width: 764px; margin-bottom: 10px; margin-left: 10px; float: left; }

.box                            { border: solid 2px #7EAABC; }
.box_header                     { background-color: #7EAABC; padding-left: 5px; }
h1                              { font-size: 18px; line-height: 30px; margin: 0; }
.box_content                    { padding:5px; min-height: 30px; }

.data_sep                       { border-top: #7EAABC 2px solid; height: 0px; font-size: 0px; line-height: 0px; clear:both; }

/*Css til galleri*/
.txt
{
	color: #666666;
	font-family: Trebuchet MS;
	font-size: 75%;
}

.right_border
{
	border-right-color: #95CCFF;
	border-right-width: 1;
}

.gallery_border
{
	border-color: #A4C0CD;
	border-width: 1px;
	border-style: solid;
	padding-top: 15;
}

.gallery_Desc
{
	background-color: #72AAFF;
	color: #ffffff;
	font-family: Trebuchet MS;
	font-size: 10;
	font-weight: bold;
}

.popup_txt
{
	color: #ffffff;
	font-family: Trebuchet MS;
	font-size: 11;
}

.bluegrad_bold
{
	/*filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#E0F1FF' , endColorStr= '#FFFFFF' , gradientType= '1' );*/
	font-family: Trebuchet MS;
	font-size: 11;
	color: #DF4E1F;
	font-weight: bold;
}

.baggrund
{
	color: black;
	background-color: #7EAABC;
}
.toppen
{
	background-color: #7EAABC;
	color: black;
}
.bunden
{
	background-color: white;
}

.billede
{
	width:200px;
}

TABLE, TD, TR
{
	/* ALLE TABLES */
}

TABLE.ContentHeadlineRow,
TR.ContentHeadlineRow, 
TD.ContentHeadlineRow
{
	background-color: #7EAABC;
	font-weight: bolder;
	padding: 0px 0px 0px 0px;
	border: none;
	border-collapse: collapse
}

.ContentAltRow
{
	background-color: #7EAABC;
}