

/********************************/
/*   general txt                */
/********************************/

html, body
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family:Arial;
	font-size: 12px;
	text-align:center;
	height: 100%;
	color: #262626;
}

body, td, center, p, input, textarea{
	font-size:10px;
	font-family:verdana;
}

.document_list p{
	margin-top:0;
	margin-bottom:0;
}

/********************************/
/*   links                      */
/********************************/

a:link			{ color: #E31243; text-decoration: none; }
a:visited		{ color: #E31243; text-decoration: none;}
a:hover			{ color: #E31243; text-decoration: underline;}
a:active		{ color: #E31243; }

a img{
	border: none;
}

.highlight{
	background-color: yellow;
}

/********************************/
/*   layout                     */
/********************************/

.searchBar form{
	padding:0px;
	margin:0px;}

input, select, textarea{
	font-size: 10px;
	font-family:verdana;}

#menuWrapper
{
    overflow:hidden;
	width:952px;
	height:74px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

#subMenuWrapper
{
	float:left;
	width:210px;
}

.subMenuHeader
{
	width:100%;
	background-color:#121F32;
	font-weight:bold;
	font-size:12px;
	font-family:arial;
	color:#FFFFFF;
	padding-left:21px;
	padding-top:4px;
	padding-bottom:4px;
	border-bottom:2px solid #FFFFFF;
}

#mainWrapper
{
	width:950px;
	padding-left:0px;
	padding-right:0px;
	padding-top:20px;
	padding-bottom:20px;
	background-color: #E4E4E4;
	text-align:left;
	font-size:9px;
	font-family:Verdana, Tahoma, Arial;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	min-height:290px;
}

#topWrapper
{
	width:882px;
	margin-top:34px;
	margin-bottom:35px;
	text-align:right;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

.searchBarWrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:796px;
	height:25px;
	text-align: right;
	padding-right:25px;}

.searchBar {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background: #666666 url("img/searchBarBG.gif") repeat left top;
	height: 25px;
	width: 305px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	float:right;
	text-align:left;
	font-size:10px;}

.menuItems {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:796px;
	height:21px;
	background-color: #FFFFFF;
	font-size:10px;
	text-align:left;}

.menuBar {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:20px;
	background: #C2D0DE url("img/topBarBGblue.gif") repeat-x left top;
	border-bottom:1px solid;
	border-color:#ECECEC;}

.contentWrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width: 796px;
	background-color:#FFFFFF;
	border-right: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-color: #E8E8E8;
	text-align:left;}

.content, .content_with_bar{
	 Width:435px;
	 padding-left:46px;
	 _padding-left:23px;
}

.content_with_bar{

}

/********************************/
/*   menu                       */
/********************************/

.menu_level1_before{
	Width:2px;
	height:21px;
	margin-top:2px;
	font-Size:0;
	float:Left;
	background-image:url('img/faneLeft.gif');
}

.menu_level1_after{
	Width:2px;
	height:21px;
	margin-top:2px;
	font-Size:0;
	float:Left;
	background-image:url('img/faneRight.gif');
	
	margin-Right: 4px;
}

.menu_level1_before_active{
	height:23px;
	margin-top:0;
	background-image:url('img/faneLeftBlue.gif');
}

.menu_level1_after_active{
	height:23px;
	margin-top:0;
	background-image:url('img/faneRightBlue.gif');
}

.menu_level1:link, .menu_level1:visited, .menu_level1:hover, .menu_level1_active{
	background-color:#2A4272;
	width:216px;
	height:60px;
	color:#FFFFFF;
	text-align:left;
	padding-left:20px;
	padding-top:16px;
	font-size:15px;
	font-weight:bold;
	font-family:arial;
	display:block;
	float:left;
	text-decoration:none;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
}

.menu_level1_active, .menu_level1_active:link, .menu_level1_active:visited{
	background-color:#121F32;
	width:216px;
	height:60px;
	color:#FFFFFF;
	text-align:left;
	padding-left:20px;
	padding-top:16px;
	font-size:15px;
	font-weight:bold;
	vertical-align:top;
	font-family:arial;
	display:block;
	float:left;
	text-decoration:none;
}

.menu_level1:link,.menu_level1:visited, .menu_level1:hover, .menu_level1:active{
	color: #FFFFFF;
}

.menu_level2:link,.menu_level2:visited, .menu_level2:hover, .menu_level2:active{
	text-decoration:none;
	display:block;
	width:100%;
	background-color:#D2D2D2;
	font-weight:bold;
	font-size:12px;
	font-family:arial;
	color:#000000;
	padding-left:21px;
	padding-top:4px;
	padding-bottom:4px;
	border-bottom:2px solid #FFFFFF;
}

.menu_level2_active, .menu_level2_active:visited, .menu_level2_active:link{
	width:209px;
	background-color:#EDEDED;
	font-weight:bold;
	font-size:12px;
	font-family:arial;
	color:#000000;
	padding-left:14px;
	padding-top:4px;
	padding-bottom:4px;
	border-left:8px solid #121F32;
	border-bottom:0px solid #FFFFFF;

}

/********************************/
/*   dictionary highlight       */
/********************************/

.dicWord {
	cursor:pointer;
}

.dicDescriptionBox {
	position:absolute;
	width:200px;
	text-align:left;
	border:1px solid black;
	padding:10px;
	background-color:white;
}

/********************************/
/*   fonts                      */
/********************************/



h1{
	font-size: 20px;
	margin-top:0px;
	margin-bottom:10px;
	font-weight:normal;
}

h2{
	font-size: 12px;
	margin-top:0px;
	margin-bottom:0px;
}

h3{
	font-size: 11px;
	margin-top:0px;
	margin-bottom:0px;
}

.Overskrift{	
	font-size: 20px;
	margin-top:0px;
	margin-bottom:10px;
	font-weight:normal;
}

/**************************/
/**************************/



/********************************/
/*   entity styles              */
/********************************/

/********************************/
/*   document                   */
/********************************/

.document_header{
	margin-top:0px;
}

.document_abstract{
	margin-bottom: 25px;
	color: #464E55;
}

.document_txt, .document_txt *{

}

.document_txt p{
	margin-top:0;
	margin-bottom:0;
}

.document_boxes{
	line-height: 13px;
}/************************************/
/*   subscription                   */
/************************************/

.subscriber_field{
	/*font: 11px verdana, arial, sans-serif;*/
	width: 200px;
}/********************************/
/*   sitemap                    */
/********************************/

.sitemap{

}

ul.sitemap{

}

.sitemap li{

}

/*******************************/
/*   udtraek                   */
/*******************************/

.udtraek_header{
	margin-bottom:2px;
}

.udtraek_header a, .udtraek_header a:link, .udtraek_header a:visited{
	font-weight:bold;
	color: black;
	text-decoration: none;
}

.udtraek_abstract a, .udtraek_abstract a:link, .udtraek_abstract a:visited{
	color: black;
	text-decoration: none;
}div.box_header
{
	font-size: 11px; /* Not affected by size-changer */
	line-height: 15px;
	font-weight: bold;
	color: #1E4381;
}

div.box
{
}

div.rounded_box
{
	margin-top: 1em;
	margin-bottom: 1em;
}

div.box_content
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

div.box div.box_content
{
	padding-bottom: 10px;
}

div.box_content p
{
	margin-top: 1em;
	margin-bottom: 0em;
}

div.box_content a
{
	display: block;
	padding: 1px 0px 0px 1em;
	
	background-image: url('img/arrow_right_red.gif');
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

div.box_content a, div.box_content a:hover, div.box_content a:active, div.box_content a:visited
{
	color: #131313;
}

/**********************************/
/*Hide section and element anchors*/
/**********************************/

div.box_content a.section_anchor
{
	display: none;
}

div.box_content a.element_anchor
{
	display: none;
}

/********************************/
/*   Manchet-boks               */
/********************************/
div.manchet_box
{
	margin-bottom: 2em;
	font-weight: bold;
}

div.manchet_box *
{
	font-weight: bold;
}

div.manchet_box ul li *
{
	font-weight: normal;
}

div.manchet_box ul
{
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}

div.manchet_box ul li
{
	font-weight: normal;
	background-image: url(img/exclamation.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 19px;
	margin-top: 1em;
}

@media print{
	div.manchet_box ul
	{
		list-style-type: disc;
		list-style-image: url(img/exclamation.gif); 
		margin: 2em;
	}

	div.manchet_box ul li
	{
		background-image: none;
		padding-left: 3px;
		margin-top: -6px;
		margin-bottom:16px;
	}	
}

/********************************/
/*   Det med småt               */
/********************************/
div.box_header_small
{
	font-size: 10px;
	font-weight: bold;
}


/********************************/
/*   Spørgsmål og svar          */
/********************************/
div.box_header_QA
{
	color: #666666;
	font-size: 10px;
	font-weight: bold;
}

/********************************/
/*   Forside                    */
/********************************/
div.rounded_box_frontpage
{
	background-color: white;
	width: 174px;
	float: left;
	margin-left: 7px;
}

div.rounded_box_frontpage div.box_content
{	
}

div.rounded_box_frontpage div.box_content p
{
	/*line-height: 12px;*/
	background-image: url('img/horizontal_seperator.gif');
	background-repeat: repeat-x;
	background-position-y: bottom;
	padding-bottom: 6px;
	margin-top: 0.25em;
}

div.rounded_box_frontpage div.box_content a, div.rounded_box_frontpage div.box_content a:hover, div.rounded_box_frontpage div.box_content a:active, div.rounded_box_frontpage div.box_content a:visited
{
	color: #13416A;
}

div.rounded_box_frontpage div.box_header
{
	text-transform: uppercase;
	font-size: 10px;
	line-height: 13px;
}

/********************************/
/*   Målgruppe forside          */
/********************************/
div.box_maalgruppe
{
	float: left;
	width: 161px;
}

div.box_maalgruppe_seperator
{
	height: 95px;
	width: 1px;
	background-image: url('img/bottom_seperator.gif');
	margin-left: 1em;
	margin-right: 1em;
}

div.box_maalgruppe div.box_header
{
	text-transform: uppercase;
}

/********************************/
/*   Underforside               */
/********************************/
div.box_underforside
{
	float: left;
	width: 161px;
}

div.box_underforside_seperator
{
	height: 95px;
	width: 1px;
	background-image: url('img/bottom_seperator.gif');
	margin-left: 1em;
	margin-right: 1em;
}

div.box_underforside div.box_header
{
	text-transform: uppercase;
}

div.rounded_box_underforside
{
	margin-top: 0px;
	font-size: 10px;
	line-height: 14px;
}

div.rounded_box_underforside *
{
	font-size: 10px;
	line-height: 14px;
}

div.rounded_box_underforside div.box_content
{
	height: 120px;
}

div.rounded_box_underforside div.box_header
{
	text-transform: uppercase;
}

/********************************/
/*       Kampagne forside       */
/********************************/
div.rounded_box_kampagne_forside div.box_content
{
	line-height: 17px;
	color: #414042;
}

div.rounded_box_kampagne_forside div.box_content p, div.rounded_box_kampagne_forside div.box_content ol, div.rounded_box_kampagne_forside div.box_content ul
{
	margin-top: 0;
	margin-bottom: 0;
	line-height: 17px;
}

div.rounded_box_kampagne_forside div.box_content li
{
	font-size: 10px;
	line-height: 18px;
}

div.rounded_box_kampagne_forside div.box_content a
{
	line-height: 17px;
	background-position-y: 8px;
	color: #414042;
}

div.rounded_box_kampagne_forside
{
	font-size: 10px;
	line-height: 14px;
}

div.rounded_box_kampagne_forside *
{
	font-size: 10px;
	line-height: 14px;
}

/********************************/
/*   Kampagne forside turkis    */
/********************************/
div.rounded_box_kampagne_forside_turkis div.box_content
{
	background-color: #46c3d3;
}

/********************************/
/*       Login                  */
/********************************/
div.rounded_box_login
{
	margin-top: 0;
}

div.rounded_box_login *
{
	font-size: 10px;
	line-height: 14px;
}

div.rounded_box_login div.box_header
{
	text-transform: uppercase;
	font-size: 11px;
	line-height: 15px;
}

div.rounded_box_login a
{
	display: inline;
	padding: 0px 0px 0px 0em;
	background-image: none;
}

/********************************/
/*   Sitemap                    */
/********************************/

div.sitemap_box
{
	width: 480px;
}

div.sitemap_box div.box_content ul
{
	margin-bottom: 0;
}

div.sitemap_box div.box_content a, div.sitemap_box div.box_content a:link, div.sitemap_box div.box_content a:visited, div.sitemap_box div.box_content a:hover, div.sitemap_box div.box_content a:active
{
	color: #E31243;
}

/********************************/
/* administrationogservice.dk   */
/********************************/
div.admserv_rounded_box_frontpage div.box_content
{
	background-image: url('img/administrationogservice.dk/box_forside_background.gif');
	background-repeat: repeat-y;
	padding-top: 5px;
}

div.admserv_rounded_box_right div.box_content
{
	background-color: #c3d9e8;
}

div.admserv_rounded_box_right div.box_content a
{
	background-image: none;
	padding: 0;
}

/********************************/
/*   Nifty Corners              */
/********************************/

.rtop,.artop{display:block}
.rtop *,.artop *{display:block;height:1px;overflow:hidden;font-size:1px;line-height:1px;}
.artop *{border-style: solid;border-width:0 1px}

.r1,.rl1,.re1,.rel1{margin-left:10px}
.r1,.rr1,.re1,.rer1{margin-right:10px}

.r2,.rl2,.re2,.rel2{margin-left:8px}
.r2,.rr2,.re2,.rer2{margin-right:8px}

.r3,.rl3,.re3,.rel3{margin-left:6px}
.r3,.rr3,.re3,.rer3{margin-right:6px}

.r4,.rl4,.re4,.rel4{margin-left:5px}
.r4,.rr4,.re4,.rer4{margin-right:5px}

.r5,.rl5,.re5,.rel5{margin-left:4px}
.r5,.rr5,.re5,.rer5{margin-right:4px}

.r6,.rl6,.re6,.rel6{margin-left:3px}
.r6,.rr6,.re6,.rer6{margin-right:3px}

.r7,.rl7,.re7,.rel7{margin-left:2px}
.r7,.rr7,.re7,.rer7{margin-right:2px}

.r8,.rl8,.re8,.rel8{margin-left:1px}
.r8,.rr8,.re8,.rer8{margin-right:1px}

.rx1,.rxl1{border-left-width:5px}
.rx1,.rxr1{border-right-width:5px}
.rx2,.rxl2{border-left-width:3px}
.rx2,.rxr2{border-right-width:3px}

.re2,.rel2,.ra1,.ral1,.rx3,.rxl3,.rxs1,.rxsl1{border-left-width:2px}
.re2,.rer2,.ra1,.rar1,.rx3,.rxr3,.rxs1,.rxsr1{border-right-width:2px}
.re3,.rel3,.ra1,.ral1,.rx4,.rxl4,.rxs1,.rxsl1{border-left-width:2px}
.re3,.rer3,.ra1,.rar1,.rx4,.rxr4,.rxs1,.rxsr1{border-right-width:2px}

.rxl1,.rxl2,.rxl3,.rxl4,.rxsl1,.rxsl2,.ral1,.ral2,.ral3,.ral4,.rasl1,.rasl2{border-right-width:0}
.rxr1,.rxr2,.rxr3,.rxr4,.rxsr1,.rxsr2,.rar1,.rar2,.rar3,.rar4,.rasr1,.rasr2{border-left-width:0}

.r7,.rl7,.rr7,.re7,.rel7,.rer7,.ra7,.rar7,.ral7,.rx7,.rxl7,.rxr7{height:2px}
.r8,.rl8,.rr8,.re8,.rel8,.rer8,.ra8,.rar8,.ral8,.rx8,.rxl8,.rxr8{height:2px}

.rer1,.rel1,.re1,.res1,.resl1,.resr1{border-width:1px 0 0;height:0px !important;height /**/:1px}

@media print{
.rtop,.artop
{
	display: none;
	/*border-top-style: solid;
	border-top-width: 1px;*/
}

/*
.r1,.rl1,.re1,.rel1{display: none;}
.r1,.rr1,.re1,.rer1{display: none;}

.r2,.rl2,.re2,.rel2{display: none;}
.r2,.rr2,.re2,.rer2{display: none;}

.r3,.rl3,.re3,.rel3{display: none;}
.r3,.rr3,.re3,.rer3{display: none;}

.r4,.rl4,.re4,.rel4{display: none;}
.r4,.rr4,.re4,.rer4{display: none;}

.r5,.rl5,.re5,.rel5{display: none;}
.r5,.rr5,.re5,.rer5{display: none;}

.r6,.rl6,.re6,.rel6{display: none;}
.r6,.rr6,.re6,.rer6{display: none;}

.r7,.rl7,.re7,.rel7{display: none;}
.r7,.rr7,.re7,.rer7{display: none;}

.r8,.rl8,.re8,.rel8{display: none;}
.r8,.rr8,.re8,.rer8{display: none;}

.rx1,.rxl1{display: none;}
.rx1,.rxr1{display: none;}
.rx2,.rxl2{display: none;}
.rx2,.rxr2{display: none;}

.re2,.rel2,.ra1,.ral1,.rx3,.rxl3,.rxs1,.rxsl1{display: none;}
.re2,.rer2,.ra1,.rar1,.rx3,.rxr3,.rxs1,.rxsr1{display: none;}
.re3,.rel3,.ra1,.ral1,.rx4,.rxl4,.rxs1,.rxsl1{display: none;}
.re3,.rer3,.ra1,.rar1,.rx4,.rxr4,.rxs1,.rxsr1{display: none;}

.rxl1,.rxl2,.rxl3,.rxl4,.rxsl1,.rxsl2,.ral1,.ral2,.ral3,.ral4,.rasl1,.rasl2{display: none;}
.rxr1,.rxr2,.rxr3,.rxr4,.rxsr1,.rxsr2,.rar1,.rar2,.rar3,.rar4,.rasr1,.rasr2{display: none;}

.r7,.rl7,.rr7,.re7,.rel7,.rer7,.ra7,.rar7,.ral7,.rx7,.rxl7,.rxr7{display: none;}
.r8,.rl8,.rr8,.re8,.rel8,.rer8,.ra8,.rar8,.ral8,.rx8,.rxl8,.rxr8{display: none;}

.rer1,.rel1,.re1,.res1,.resl1,.resr1{display: none;}
*/

}

/********************************/
/*   print                      */
/********************************/

.onlyprint{
	display: none;
}

@media print{

    body, td, center, p, input, textarea{
	    font-size:12px;
	    font-family:verdana;
    }

	.content, .content_with_bar, .magasin_width{
		Width:600px;
	}

	.noprint{
		display: none;
	}

	.onlyprint{
		display: block;
	}

	#topWrapper{
	    width:230px;
	    margin-top:34px;
	    margin-bottom:35px;
	    text-align:left;
	    padding-right:0px;
	    margin-left:0;
	    margin-right:0;
	}
}

h1
{
	font-size: 14px;
	color: #334A7C;
	font-weight:bold;
	margin:0px;
	padding-bottom:19px;
	font-family:Arial;
	text-transform:uppercase 

}

