/* Master CSS 
*  This Stylesheet is embedded (hardcoded) in the Master Template
*  The rules here will apply to all pages
*/

html, body {
	/* Makes sure that elements can aquire a height of 100% */
	height: 100%;
	width: 100%;
}

body{
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #a6c4bb;
	font-size: 10px;
	line-height: 18px;
	text-align: left;
	background-color: #504f4b;
	background-image: url(/Files/Billeder/sitedesign/bg_fading_sides.gif);
	background-position: center;
	background-repeat: repeat-y;
}

a{
	text-decoration: none;
	color: #ffffff;
}

a:hover{
	color: #ffff00;
}

p{
    margin-top: 0px;
    margin-bottom:10px;
}

h1{
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0px;
}

h2{
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
}

h3{
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}

#page{
	/* Width and height of the entire page */
	width: 940px;
	height: 100%;
}
#logobar {
	height: 51px;
	/*padding-top: 12px;*/
	background-image: url(/Files/Billeder/sitedesign/bg_logo_bar.gif);
	background-repeat: repeat-x;
}
#logobar .logo{
	display: inline;
	padding-left: 25px;
	padding-top: 15px;
	padding-right: 660px;
}
#logobar .logo div{
    display: inline;
}
#logobar .print{
    display: inline;
}
#logobar .print img{
    margin-bottom: -4px;
}
#navigation1bar {
	height: 47px;
}
#navigation2bar {
	background-repeat: repeat-x;
	text-transform: uppercase;
	vertical-align: middle;
	height: 22px;
	padding-top: 4px;
	padding-left: 20px;
}
#navigation2bar div.L2{ 
    padding-right: 20px;
}
#navigation2bar span.L2_Active{ 
    color: #ffff00;
}
#navigation2bar div{
	display: inline;
}
#contentpagetopimage{
	float: right;
	padding-bottom:15px;
}
#topimagefade {
   	background-image: url(/Files/Billeder/sitedesign/bg_topimage_fader.gif);
	background-repeat: repeat-x;
	height: 12px;
}
#bottomarea {
	height: auto;
	background-image: url(/Files/Billeder/sitedesign/bg_content_area.gif);
	background-repeat: repeat-y;
}
#rightbar {
	float: right;
	width: 189px;
}
#leftbar {
	float: left;
	width: 187px;
}
#leftbar li{
	margin-left: -14px;
	padding-left: 4px;
	list-style-type: none;
	list-style-position: -8px;
}
#leftbar li.activeli{
	list-style-image: url(/Files/Billeder/sitedesign/bullet_arrow.gif);
}
#leftbar li.inactiveli{
	list-style-image: none;
}
#leftbar li.inactiveli a.inactiveli{
	color: #ffffff;
}
#leftbar li.activeli a{
	color: #ffff00;
}
#contentarea {
	width: 713px;
	margin-left: 187px;
	padding-left: 20px;
}
#leftcolumn{
    display: inline;
    float: left;
    width: 340px;
}

#rightcolumn{
    display: inline;
    float: right;
    width: 340px;
}
#footerbar {
	height: 26px;
	clear: both;
	background-color: #003627;
}
#footerbar small {
    font-size: 10px;
}
#footerbar div {
    padding-top: 4px;
}
#footerbar .space{
    padding-left: 20px;
    padding-right: 20px;
}
.CalenderHeader
{
    background-color: #004532;
    color: #fff;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
}
.CalenderEvent
{
    background-color: #004d37;
    padding: 2px 5px 2px 5px;
}
.CalenderMonths a
{
    padding: 0px 5px 0px 5px;
}