@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
html, body {
	height: 100%;
}
html {overflow-y: scroll;}

/* OPSTILLING */
body {
	background-color:#adafaf;
}
#bodyWrapper {
	background-image:url(../design/bg_white.jpg);
	background-position:center;
	background-repeat: repeat-y;
}


#navigationBar, #taglineBar, #spacerBar, #contentBar {
	position:relative;
	left: 50%;
	margin-left: -460px;	
	width: 920px;
}

#navigationBarWrapper {}
#navigationBar {
	text-align: right;
	height: 140px;
	padding: 20px 40px 20px 0px;
	
	background: url(../design/brigitte-og-anders.jpg) 650px bottom no-repeat;
}

#taglineBarWrapper {
	background-image:url(../design/bg_red.jpg);
	background-position:center;
	background-repeat: repeat-y;
}
#taglineBar {
	height: 50px;
	position: relative;
}

#spacerBar {
	height: 10px;
	border-bottom: 1px solid #666666;
}

#contentBarWrapper {
	padding: 0px 0px 34px 0px;
	background-image:url(../design/bg_bottom.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#contentBar {}


/* ELEMENTER */

#logo {
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -439px;
	
	border: none;
	
	text-decoration: none;
}
#logo img {
	border: none;
}

/* Sidens slogan */
#taglineBar h2 {
	text-align: left;
	padding: 17px 0px 0px 20px;
	margin: 0;

	color: #FFF;
	font-weight: normal;
	font-size:20px;
}

#panelWrapper {
	margin: 10px 0px;
	width: 100%;
}
#leftPanel {
	width: 250px;
	vertical-align: top;
	
	border-right: 1px solid #666666;
}
#centerPanel {
	vertical-align:top;

	background-position:right bottom;
	background-repeat:no-repeat;
}
#bottomPanel {
	padding: 0px 30px;
}

#design-by-vikiallo {
	text-align:center;
	border-right: 1px solid #666666;
	vertical-align:bottom;
	padding: 10px;
}



/* Infoboxe */
.seperator {
	height: 8px;
	line-height: 1px;
	font-size: 1px;
}

#navigationBox {
	position: absolute; 
	top: 15px;
	left: 610px;
	color: #FFF;
	width: 300px;
	text-align:right;
}
#navigationBox a {
	color: #fff;
	font-weight: normal;
}
.leftBox {
	padding: 0px 5px 10px 20px;
}

#menuBox {
	padding: 0px 10px;
}
#contentsBox {
	margin: 40px 60px;
}


/* Fonte */
h1 {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	
	text-transform:uppercase;
	margin: 0px 0px 15px 0px;
}
h2, h3 {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
h2 {
	margin: 10px 0px 0px 0px;
	text-transform:uppercase;
}
h4 {
	text-align: left;
	font-weight: bold;
	color: #751d1f;
	
	text-transform:uppercase;
}
a {text-decoration:none; font-weight: bold; color: #751d1f; border: none; outline: 0;}
a:hover {text-decoration: underline;}

label {
	font-weight: bold;
}

#bottomPanel, #bottomPanel td, #bottomPanel a {
	color: #000;
	font-size: 11px;
	font-weight: normal;
}
#bottomPanel td {		
	vertical-align:bottom;
	text-align:center;
}

#design-by-vikiallo, #design-by-vikiallo a {
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
}
#design-by-vikiallo a:hover {
	text-decoration:underline;
	color:#000000;
}


/* Navigation bar */ 
#navigationBar, #navigationBar a {
	color: #000;
	font-size: 11px;
	font-weight: normal;
}
input#search_query {
	border:none;
	background-color: #bfbfbf;
	width: 150px;
	margin: 1px 0px;
	padding: 2px 3px;
	
	font-size: 11px;
}
input#search_query:focus {
	background-color: #fff;
	color: #000;
}


/* Kontaktformular*/
#contact_form input[type=text] {
	border: none;
	background-color: #bfbfbf;
	width: 195px;
	margin: 1px 0px;
	padding: 4px 7px;
	
	font-size: 11px;
}
#contact_form input[type=text]:focus {
	background-color: #751d1f;
	color: #fff;
}
#contact_form input[type=submit], #contact_form input[type=button] {
	border:outset #751d1f 2px;
	background-color: #751d1f;
	padding: 2px 5px;
	
	color: #fff;
	font-weight:bold;
	font-size: 11px;
}
#contact_form input[type=submit]:active, #contact_form input[type=button]:active {
	border-style:inset;
}


.loading_box {
	position: absolute;
	text-align: center;

/*	top: 0px;
	left: 0px;*/
	width: 100%;
	z-index:5;
}

/* Søgefunktion */
#searchResults {
	position: absolute;
	display: block;
	left: 50%;
	margin-left: 249px;
	top: 208px;
	
	width: 200px;
	border: 1px solid #000;
/*	background-color: #bfceff;*/
	text-align: center;
	background-color:#fff;
}

#searchResults a {
	display: block;
	color: #000;
	padding: 5px 5px 5px 20px;
	text-align: left;
}
#searchResults a:hover {
	text-decoration: none;
}
#searchResults a.highlighted {
	background-color: #bfbfbf;
	color: #000;
	text-decoration: none;
	
	background-image:url(../pics/arrow-left.gif);
	background-position: 5px center;
	background-repeat:no-repeat;
}

#searchResults img {
	margin: 20px 0px;
}

#searchResults div {
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

.searchHighlight {background-color:#bfbfbf; font-size:inherit;}
