/* Taken from the website: http://www.thenoodleincident.com/tutorials/box_lesson/boxes.html */
/* Modified by Sølv &amp; Sten */

/*
---- main settings for the usual formatting ----
*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: white;
	background: #666;
	}
	
.baggrund  {
background-color: silver;
}


a {
	color: white;
	background: #464646;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	outline: none;
	}
a:visited {
	color: white;
	background: #464646;
	}
a:active {
	color: white;
	background: #464646;
	}
a:hover {
	color: white;
	background: #464646;
	text-decoration: underline;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}


.article_link_bold {
font-family:'arial',sans-serif;
font-size:10pt;
font-style:normal;
font-weight:normal;
color:#d2fdfd;
text-decoration:underline;
margin-left:0pt;
padding: 0 0 0 0;
}

.article_link_bold:hover {
font-family:'arial',sans-serif;
font-size:10pt;
font-style:normal;
font-weight:normal;
color:#d2fdfd;
text-decoration:none;
margin-left:0pt;
padding: 0 0 0 0;
}

.article_link_bold:visited {
font-family:'arial',sans-serif;
font-size:10pt;
font-style:normal;
font-weight:normal;
color:#d2fdfd;

margin-left:0pt;
padding: 0 0 0 0;
}


/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-family: TimesNewRoman, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
.centeredimage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
	border: none;
	}
.rightimage
    {
    text-align:right;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
.leftimage
    {
    text-align:left;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
img.floatRight { 
    float: right; 
    margin: 4px; 
}

img {border: none;}
/*
---- settings for the positioning of boxes
*/

/* margin: Top, Right, Bottom, Left */

#top {
	margin: 20px 47px 0px 47px;
	padding: 10px;
	border: 1px solid #ff9900;
	color: white;
	background: #464646;
/*	background-image: url(../grafik/top_billede1.jpg); /* Billedet skal være 600*90 px */   */
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 100%;
	height: 100px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 70px;
	}
html>body #top {
	height: 70px; /* ie5win fudge ends */
	}

.centerdiv{ /*IE method of centering a relative div*/
position: absolute;
	top: 21px;
	right: 48px;
}

	
#left {
	position: absolute;
	top: 94px;
	left: 27px;
	margin: 20px;
	padding: 10px;
	border: 1px solid #ff9900;
	color: white;
	background: #464646;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
	}
html>body #left {
	width: 120px; /* ie5win fudge ends */
	}
#middle {
	margin: 2px 190px 20px 190px;
	padding: 10px;
	border: 1px solid #ff9900;
	color: white;
	background: #464646;
	}
#right {
	position: absolute;
	top: 94px;
	right: 26px; /* Opera5.02 will show a space 
	at right when there is no scroll bar */
	margin: 20px;
	padding: 10px;
	border: 1px solid #ff9900;
	color: white;
	background: #464646;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
	}
html>body #right {
	width: 120px; /* ie5win fudge ends */
	}

#bottom {											/* --- bottom box --- */
	margin: -18px 190px 10px 190px;
	padding: 5px;
	border: 1px solid #ff9900;
	color: white;
	background: #464646;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	text-align: center;
	}

 #sign_in {
	position: absolute;
	top: 32px;
	right: 58px;
	width: 100px;
	border: 1px solid #ccc;
	padding: 5px;
	font-family: arial, sans-serif;
	font-size: 12px;
	}

/*
---- settings for middle box
*/


/*
---- settings for top box
*/
#top p {
font-family: TimesNewRoman, serif;
font-size: 28pt;
font-style: normal;
font-weight: bold;
color: white;
background: transparent;
}

/*
---- settings for right box ----
*/
#right p {
font-family: TimesNewRoman, serif;
font-size: 14pt;
font-style: normal;
font-weight: bold;
color: white;
background: #464646;
}

#right h6 {
font-family: TimesNewRoman, sans-serif;
font-size: 10pt;
font-weight: normal;
line-height: 90%;
text-align: left;
font-style: normal;

}

#right address {
font-family: TimesNewRoman, sans-serif;
font-size: 10pt;
text-align: left;
font-style: normal;
}

.navigation_right ul {
padding: 0;
margin: 0;
} 

.navigation_right li {
margin-top: 0px;
list-style-type: none;
}

.open_hours {
margin-top: 10px;
}

.address {
margin-top: 10px;
}

/*
---- settings for right box ----
*/
.navigation_left ul {
padding: 0;
margin: 0;
} 

.navigation_left ul li {
list-style-type: none;
}


.navigation_right {
border: 0px #b0b1ba solid;
padding: 2px;
background-color: #464646;
margin-bottom: 10px;
font-size: 10px;
 }



/*
---- settings for bottom box ----
*/
#bottom p {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10px;
text-align: center;
}

/* ------------------------------- Eksempler --------------------------------

#left p.tidsrum {
text-align: left;
font-size: 14pt;
}
#left p.tidsrum_under {
text-align: left;
font-size: 10pt;
}

---------------------------------------- */