

/* PLEASE - No strange margins and paddings */
*{
    margin: 0px;
    padding: 0px;
}


/* BODY */

body{
    margin: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 0.75em;
}


/* Center position and total page width */

#center_container{
    width: 1024px;
    margin: 5px auto 0px auto;
    text-align: center;
}

.page_width{ /* This hack is used to place margin on objects that don't use the full width */
    width: 935px;
    margin: 0px auto 0px auto;
    text-align: left;
}


/* TOP navigation */

#top_navigation{
    width: 100%;
    height: 30px;
    font-family: Arial, Helvetica, sans-serif;
}
    #top_navigation ul{
	list-style: none;
    }
    #top_navigation ul li {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
    }
    #top_navigation ul li a{
    float: left;
    margin: 0px;
    padding: 10px 20px 9px 0px;
    font-weight: normal;
    line-height: 1em;
    color: #000000;
    text-decoration: none;
    font-size: 0.75em;
    }
    #top_navigation ul li form{
	float: left;
	padding: 4px 20px 8px 0px;
    }
    #top_navigation .text_input{
	width: 96px;
	height: 16px;
	border: 1px solid rgb(152,0,47);
	color: black;
    }
    #top_navigation .submit_input{
	border: none;
	font-size: 0.75em;
	background: white;
	color: rgb(130,130,130);
    }
    #top_navigation .marked_red{
	color: rgb(152,0,47);
    }


/* The right box */

#right_box{
    position: absolute;
    margin: 15px 0px 0px 855px;
    width: 127px;
}
#right_box img{
    margin: 0px;
    padding: 0px;
    border: none;
}
#right_box .blue_line{ /* This small div is a part of the graphics */
    margin: 10px 0px 0px 0px;
    height: 2px;
    font-size: 0px;
    line-height: 0px;
/*    background: #01779f;*/
    background: #004b8d;
}

/* Box for links in rightmenu */

#tmp_right {
    width: 227px;
    float: right;
    margin-top: -20px;
}

.linkbox{
    margin: 20px 0px 40px 0px;
    padding: 10px 0px 10px 0px;
    border-top: 1px solid #dddfd4;
    border-bottom: 1px solid #dddfd4;
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
    .linkbox h1{
	font-size: 1em;
	font-weight: bold;
	color: rgb(152,0,47);
	padding: 0px 0px 10px 0px;
    }

    .linkbox h2{
	font-size: 1em;
	font-weight: bold;
	color: rgb(152,0,47);
	padding: 10px 0px 0px 0px;
	margin: 0px;
    }


    .linkbox ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
    }
    .linkbox ul li{
	margin: 0px 0px 4px 0px;
	padding: 0px;
    }
    .linkbox ul li a{
	margin: 0px;
	text-align: left;
	font-size: 0.83em;
	padding: 0px;
	font-weight: normal;
	line-height: 1em;
	color: rgb(0,0,0);
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
    }
    .linkbox ul li a:hover{
	text-decoration: underline;
    }


    
/* TOP Spacer */
#top_spacer{
    height: 70px;
    width: 100%;
}	


/* Breadcrumb path */
#breadcrumbs{
    height: 30px;
    width: 100%;
    border-bottom: 1px solid #437195;
	font-size: 0.75em;
}
    #breadcrumbs a, #breadcrumbs p{
	margin: 0px;
	padding: 8px 5px 4px 0px; 
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(152,0,47);
	text-decoration: none;
    }
    #breadcrumbs a:hover{
	text-decoration: underline;
    }

/* Headliner - pagetitle and date field */

#headliner{
    width: 100%;
    height: 120px;
}
    #headliner h1{
	padding-top: 50px;
	margin-right: 130px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.17em;
	color: #004b8d;
    }
    #headliner h2{
	margin: 8px 0px 10px 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #004b8d;
    }


/* Main navigation on webpages */

#menu{
    float: left;
    margin: 0px 40px 0px 0px;
    padding: 5px 0px 0px 0px;
    width: 140px;
    border-top: 1px solid #dcdbd3;
    font-size: 1.33em;
}
#menu ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#menu ul li{
    margin: 0px;
    padding: 0px;
}

#menu ul li a{
    margin: 0px;
    text-align: left;
    font-size: 0.75em;
    padding: 0px;
    font-weight: bold;
    line-height: 1em;
    color: #000000;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
#menu ul li a:hover{
	
}
#menu ul li .selected{
	color: black;
}

#menu ul li ul{
    margin-bottom: 1em;
}

#menu ul li ul li a{
    margin: 0px;
    text-align: left;
    font-size: 0.75em;
    padding: 0px;
    font-weight: normal;
    line-height: 1em;
    color: black;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
#menu ul li ul li a:hover{

}
#menu ul li ul li .selected{
	color: rgb(152,0,47);
    font-weight: bold;
}


/* Content area */
#content{
    float: left;
    width: 578px;
    padding: 0px;
    margin: 0px;
    border-top: 1px solid #dcdbd3;
}

#subdocsbox{
    float: left;
    width: 578px;
    padding: 0px;
    margin: 0px;
}

#content_small {
    width: 478px;
}

#content_paddings{ /* this defines margins in content area */
    margin: 10px 0px 40px 0px;
}



/* container for front navigation and pic */

#fp_box{
    width: 100%;
    height: 251px;
    background: #dcdcd4;
}



/* Right box - ? måske sådan her? */

#right_container{
    width: 200px;
    height: 300px;
    z-index: 2;
    background: red;
    float: right;
    position: static;
}


/* FOOTER */

#footer{
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 30px;
    clear: both;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    border-top: 3px solid #dddfd4;
}
    #footer p{
	float: left;
	margin: 0px;
	padding: 20px 20px 9px 0px;
	font-weight: normal;
	line-height: 1em;
	color: #000000;
	}

/* This is elements for the frontpage */

/* TOP Spacer */
#fp_top_spacer{
	height: 100px;
	width: 100%;
}


/* grey banner box*/
#banner_line{
	width: 100%;
	height: 251px;
	background: #dcdcd4;
}

/* this is the frontpage pic - set as background for better position */
#fp_pic{
	float: left;
	width: 574px;
	height: 251px;
	background: url(/images/Forside3.jpg) top center no-repeat black;  

}

#fp_pic h1{ /* The title on the pic */
	text-align: right;
	color: white;
	font-size: 1.83em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 210px 20px 0px 0px;
}


/* menu in the gray box */
#fp_menu{
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 205px;
}
#fp_menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#fp_menu ul li{
	margin: 0px;
	padding: 0px;
}

#fp_menu ul li a{
	margin: 0px;
	text-align: left;
	font-size: 0.92em;
	padding: 0px;
	font-weight: bold;
	line-height: 1em;
	color: rgb(99,99,99);
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#fp_menu ul li a:hover{
	color: black;
}


/* Color-full boxes */

.box_spacer{ /* Using this instead of margin on boxes, fixes foot-problem in IE */
	height: 30px;
	width: 100%;
	clear: both;
}

.box_frame{ /* Body of a box */
	float: left;
	width: 165px;
/*	height: 93px; */
	background: silver;
	margin: 0px 40px 0px 0px;
}
.box_frame .head{
	width: 165px;
	height: 16px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
}
.box_frame .head h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	line-height: 1em;
	height: 16px;
	margin: 0px;
	padding: 3px 0px 3px 10px;
}
.box_frame .content{
/*	height: 73px; */
	width: 165px;
	background: white;
	clear: both;
}

.box_frame .foot{
	width: 165px;
	height: 4px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
}

.box_frame .blue1{
	background: #6c8091;
}
.box_frame .blue2{
	background: #146283;
}
.box_frame .green{
	background: #555431;
}
.box_frame .orange{
	background: #d2631d;
}

.box_frame .content img{
	float: left;
	margin: 14px 10px 14px 0px;
}
.box_frame .content p{
	padding: 12px 0px 0px 0px;
	font-size: 0.75em;
}

.box_frame .content *{
    font-family: Arial, Helvetica, sans-serif;
}

.box_frame .content h3 {
    font-size: 1.0em;
    font-weight: normal;
}

.box_frame .content a:link, .box_frame .content a:active, .box_frame .content a:visited {
    color: black;
}

#tipenven {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.83em;
    float: right;
    padding-right: 180px;
    margin-top: 100px;
}

#tipenven a {
    color: rgb(152,0,47);
    text-decoration: none;
}

#tipenven a:hover {
    text-decoration: underline;
}
#tipenven img {
    border: 0;
}
