﻿html {
	overflow-x: auto;
	overflow-y: scroll;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;    
	color:#000;
	background-color:#fff;
	margin:0;
	padding:0;
	text-shadow: 0 0 0 #fff;
}

.clear {clear:both;}
a img {border:none;}

.accessibility {
   	position: absolute;
   	top: -999em;
   	left: -999em;
}

hr {
	display:none;
}
font {
	font-size:inherit;
	font-family: inherit;
}
.Normal {
	display:inline;
}

h1, h2, h3, h4, h5, h6 {
    margin:0;
    padding:0;
}
h1 {font-size:150%}
h2 {font-size:120%}
h3 {font-size:110%}
h4 {font-size:100%}


/*------------ Main structure Start -----------------*/

#MainContent {
	width:950px;

	margin:0 auto;
   position:relative;
}
#TopLogo {
	padding-top:18px;
	padding-left:166px;
	height:67px;
}
#TopLogo .siteconfig {}

#TopArea {
	display:none;
}
#TopArea .siteconfig {}

#logo2 a {
	background:url(img/Vaerdier.gif) no-repeat;
	width:192px;
	height:72px;
	position:absolute;
	bottom:36px;
	left:12px;
	z-index: 10;
}
#logo2 a img {
	display:none;
}
/* ------ Toolbar START ------- */

#Toolbar {margin-bottom:1em;font-weight:bold;font-size:9px;}
#Toolbar .Tool1,.Tool2,.Tool3,.Tool4,.Tool5 {}
#Toolbar a {color:#0050B4;text-decoration:none;}

/*Tool1 ~ Indeks */
#Toolbar #Tool1 {
    position:absolute;
    top:6px;
    right:225px;
    }


/*Tool2 ~ Print*/
#Toolbar #Tool2 {
    position:absolute;
    top:193px;
    right:0;
  	border-left:1px solid #000;
	padding:0 12px;
}
#Toolbar #Tool2 a {
	color:#000;
	font-weight:normal;
}

/*Tool3 ~ Sitemap*/
#Toolbar #Tool3  {
    position:absolute;
    top:6px;
    right:270px;
    padding:0 0 0 18px;
    background: url(img/icon-0050B4-sitemap.gif) no-repeat 0 2px;
    }

/*Tool4 Tip en ven*/
#Toolbar #Tool4 {
    position:absolute;
    top:193px;
    right:62px;

    }
#Toolbar #Tool4 a {
	color:#000;
	font-weight:normal;
}

/*Tool5 F siden lst op*/
#Toolbar #Tool5 {
    position:absolute;
    top:6px;
/*    right:470px;*/
    right:400px;
    padding:0 0 0 18px;
    background: url(img/icon-0050B4-reader.gif) no-repeat 0 2px;
}

/*Tool6 Kontakt*/
#Toolbar #Tool6 {
    position:absolute;
    top:6px;
    right:150px;
    padding:0 0 0 16px;
    background: #fff url(img/icon-0050B4-contact.gif) no-repeat;
}

/*Tool explicit ~ Forstr tekst*/
#Toolbar #ToolEnglargeText {
    position:absolute;
    top:3px;
    right:350px;
    }
#Toolbar #ToolEnglargeText #normalText {font-size:8px;}
#Toolbar #ToolEnglargeText #mediumText {font-size:10px;}
#Toolbar #ToolEnglargeText #largeText {font-size:12px;}


/* ------ Image Rotator START ------- */
#imageRotator {
	overflow:hidden;
	width:950px;
	position: relative;
}
* html #imageRotator {
	height:1%;
}
#imageRotator img {
	display:block;
	float:left;
}
#imageRotator img.first {
	margin-right:2px;
}
#imageRotator img.last {
	margin-left:2px;
}
#imageRotator div.line {
	background:url(img/bg_boelge_950hvid.png) repeat-x bottom;
	position: absolute;
	bottom:0;
	left:0;
	height:15px;
	width:100%;
}
* html #imageRotator div.line {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/img/bg_boelge_950hvid.png',sizingMethod='scale');
}

/* ------ Image Rotator END ------- */

/* ------ Toolbar END ------- */

#SearchBar {
    position:absolute;
    top:3px;
    right:0px;
}
#SearchBar .SearchBoxIndputField {
    position:absolute;
    top:0;
    right:40px;
	 
margin:0;
padding:0;

	border:1px solid #0050B4;
	background-color:white;
	color:black;

width:100px;
height:14px;

font-size:10px;

}
#SearchBar .SearchBoxButton {
    position:absolute;
    top:0;
    right:0;

margin:0;
padding:0;

	border:0;
	background-color:#0050B4;
	color:white;

width:35px;
height:16px; 

font-size:10px;

text-transform:uppercase;

}
span#ctl09_ctl00_LabelSearchbox {
	display:none;
}
#TopNavigation {

	position:absolute;
	top:69px;
	right:0px;
}

#CategoryNavigation {

}

#MainDisplayContent {
	clear:both;
   
	
}

#Footer {
	clear:both;
	background-color:#0050B4;
	color:#fff;
	padding:2px;
	text-align:center;
	font-weight:bold;
}
#Footer a {color:#fff;text-decoration:none;}

/*Leftcolumn*/
#DisplayLeftContent {
	position:relative;

	padding-bottom:50px;
	width:216px;
	float:left;
	min-height:460px;
	border-top:1px solid #0050B4;
	background:#ccc url(img/bg_gradient.jpg) bottom left repeat-x;
}
* html #DisplayLeftContent {
	height:460px;
}

/*Leftcolumn wide*/
#DisplayLeftContentWide {
	position:relative;

	padding-bottom:50px;
	width:216px;
	float:left;
	min-height:460px;
	border-top:1px solid #0050B4;
	background:#ccc url(img/bg_gradient.jpg) bottom left repeat-x;
}
* html #DisplayLeftContentWide {
	height:460px;
}
/*Rightcolumn*/
#DisplayRightContent {

	padding-bottom:50px;
	width:216px;
	float:right;
	min-height:460px;
	border-top:1px solid #0050B4;
	background:#ccc url(img/bg_gradient.jpg) bottom left repeat-x;
}
* html #DisplayRightContent {
	height:460px;
}

/*Contentcolumn*/
#DisplayCenterContent {
	border-top:1px solid #0050B4;
	width:490px;
	margin-left:12px;
	margin-right:12px;
   padding:0 0 20px 0;
	float:left;		
}

/*Contentcolumn wide*/
#DisplayCenterContentWide {
	border-top:1px solid #0050B4;
	width:722px;
	margin-left:12px;
	margin-right:0;
   padding:0 0 20px 0;
	float:left;

	min-height:310px;
}
* html #DisplayCenterContentWide {
	height:310px;
}


#DisplayRightContent a,
#DisplayCenterContent a,
#DisplayCenterContentWide a {
	color:#02739D; 
}     

/*------------ Breadcrumb Start -----------------*/

#BreadCrumbBar a {color:black;text-decoration:none;}
#BreadCrumbBar a:hover {text-decoration:underline;}

#BreadCrumbBar {
color:gray;
padding:1px 12px;
}


/*------------ Breadcrumb Slut -----------------*/


.LeftTopContent {}


.CenterContent {}

/*------------ Main structure end -----------------*/


/*------------ HorizontalNavigation Start -----------------*/

#TopNavigation ul, #CategoryNavigation ul{
	clear:both;
	list-style-type:none;
	margin:0;
	padding:0;
}

#TopNavigation li, #CategoryNavigation li {
	
	margin:0;
	padding:0;
}

#TopNavigation li {
	display:inline;
}

#TopNavigation li a {
	margin:0;
	padding:0px 5px 0px 5px;
	text-align:center;
   text-decoration:none;
   color:#0050B4;
	text-align:center;
   text-decoration:none;

    font-size:10px;
    font-weight:normal;
   
    border-right:1px solid #0050B4;
}
#TopNavigation a:hover		{color:#000000;}
#TopNavigation a.HorizontalNavigationItem_Selected {color:#000000;}
#TopNavigation a.HorizontalNavigationLastItemAnchor {border-right:0;padding-right:0;}

#CategoryNavigation ul
{
 background-color:#0050B4;
overflow:hidden;
width:950px;
margin-top:1px;
}
#CategoryNavigation li
{
	float:left;
}
#CategoryNavigation li a
{
	float:left;
    padding:0 10px;
    display:block;
    line-height:20px;
    text-align:center;
    text-decoration:none;
    color:white;
    font-size:11px;
    font-weight:normal;
    background-color:#0050B4;
    border-right:1px solid white;
}

#CategoryNavigation a:hover,
#CategoryNavigation a:focus
		{color:black;background-color:white;}
#CategoryNavigation a.HorizontalNavigationItem_Selected {color:#000000;background-color:white}
#CategoryNavigation a.HorizontalNavigationFirstItemAnchor {border-left:none;padding-left:11px;}
#CategoryNavigation a.HorizontalNavigationLastItemAnchor {border-right:none;padding-left:10px;}


/*------------ HorizontalNavigation Slut -----------------*/

/*------------ VerticalNavigation Start -----------------*/

	#VerticalNavigation {
		margin-top:12px;
		z-index:15;
		position:relative;
	}
	#VerticalNavigation ul, #VerticalNavigation li { 
		padding: 0; 
		margin: 0; 
		list-style-type: none; 
		border: none;
	}
	#VerticalNavigation li a {
		font-weight:bold;
		text-decoration: none;
		display: block;
		color: #000;
		padding: 3px 5px 4px 9px; 
	}
	#VerticalNavigation li a:hover,
	#VerticalNavigation li a:focus
	 {
		background-color:#fff;
	}
	#VerticalNavigation li a.VerticalNavigationItems_clicked {
		font-weight:bold;
		padding: 3px 5px 4px 9px; 
		color: #000;
		background:#fff url(img/icon-0050B4-arrow-white.gif) no-repeat 0px 7px;
		
	}
	#VerticalNavigation li a:hover.VerticalNavigationItems_clicked {
	}
	#VerticalNavigation li li a {
		font-weight:normal;
		text-decoration: none;
		border:0;
		padding: 3px 5px 4px 28px; 
		background:#fff;
	}
	#VerticalNavigation li li a:hover {
		text-decoration: underline;
	}
	#VerticalNavigation li li a.VerticalNavigationItems_clicked {
		font-weight: bold;
		padding: 3px 5px 4px 28px; 
		background:#fff url(img/icon-0050B4-arrow-white.gif) no-repeat 19px 7px;
	}
	#VerticalNavigation li li a:hover.VerticalNavigationItems_clicked {
	}
	
	#VerticalNavigation li li li a {
		text-decoration: none;
		border:0;
		padding: 3px 5px 4px 36px; 
	}
	
	#VerticalNavigation li li li a.VerticalNavigationItems_clicked {
		font-weight: bold;
		padding: 3px 5px 4px 36px; 
		background:#fff url(img/icon-0050B4-arrow-white.gif) no-repeat 27px 7px;
	}
	#VerticalNavigation li li li a:hover.VerticalNavigationItems_clicked {
	}
	#VerticalNavigation li li li li a {
		text-decoration: none;
		border:0;
		padding: 3px 5px 4px 44px; 
	}
	#VerticalNavigation li li li li a.VerticalNavigationItems_clicked {
		font-weight: bold;
		padding: 3px 5px 4px 44px; 
		background:#fff url(img/icon-0050B4-arrow-white.gif) no-repeat 35px 7px;
	}
	#VerticalNavigation li li li li a:hover.VerticalNavigationItems_clicked {
	}
	

/*------------ VerticalNavigation Slut -----------------*/






/*------------ Document Start -----------------*/

#ContentDocument {}

/*------------ Document Slut -----------------*/


/*------------ ColumbDocument Start -----------------*/

/* Venstre kolonne */
#LeftButtomContent {}

#LeftButtomContent .ColumbDocumentContentClass {
    background-color:transparent;
}

#LeftButtomContent .ColumbDocumentContentClass ul {
	list-style-image:none;
	list-style-type:none;
	margin:0;
    padding:0;
}

#LeftButtomContent .ColumbDocumentContentClass li {
	margin:0;
	padding:0;
}
* html #LeftButtomContent .ColumbDocumentContentClass li {
	height:1%;
}
#LeftButtomContent .ColumbDocumentContentClass li a {
	display:block;
	padding:5px 0 5px 12px;
	text-decoration:none;
   color:#394251;
   font-weight:bold;
}

#LeftButtomContent .ColumbDocumentContentClass li a:focus,
#LeftButtomContent .ColumbDocumentContentClass li a:hover
{
    background-color:#fff;
}

#LeftButtomContent h2 {
	margin:0;
	padding:2px 0 2px 12px;
   
	color:#000;
   text-transform:uppercase;
 	font-weight: bold;
	font-size: 12px;  
	border-bottom:1px solid white;
}

	#VerticalNavigation h2
	{
		position: absolute;
   		top: -999em;
   		left: -999em;
	}
#DisplayRightContent {

}
#DisplayRightContent #RightTopContent {
	
}
#DisplayRightContent #RightTopContent h2,
#DisplayRightContent #RightTopContent ul
{
	padding-left:12px;
}
#DisplayRightContent #RightContent {
	
	padding-left:12px;
}
#DisplayRightContent #RightButtomContent {
	
	padding-left:12px;
}
	
	
/* Hjre kolonne */

#RightContent .ColumbDocumentContentClass,
#RightButtomContent .ColumbDocumentContentClass,
#RightTopContent .ColumbDocumentContentClass,
#RightContent .ColumbFocusDocumentContentClass,
#RightButtomContent .ColumbFocusDocumentContentClass,
#RightTopContent .ColumbFocusDocumentContentClass {
    margin:0 0 10px 0;
}    

#RightContent .ColumbDocumentContentClass h2,
#RightButtomContent .ColumbDocumentContentClass h2,
#RightTopContent .ColumbDocumentContentClass h2,
#RightContent .ColumbFocusDocumentContentClass h2,
#RightButtomContent .ColumbFocusDocumentContentClass h2,
#RightTopContent .ColumbFocusDocumentContentClass h2 {
	padding:2px 0px 2px 0;
	margin:0 0 5px 0;
	text-transform:uppercase;
	font-size: 12px; 
}


#RightContent .ColumbDocumentContentClass p,
#RightButtomContent .ColumbDocumentContentClass p,
#RightTopContent .ColumbDocumentContentClass p,
#RightContent .ColumbFocusDocumentContentClass p,
#RightButtomContent .ColumbFocusDocumentContentClass p,
#RightTopContent .ColumbFocusDocumentContentClass p {
    padding:3px 1px 3px 0;
}    


#RightContent .ColumbDocumentContentClass ul,
#RightButtomContent .ColumbDocumentContentClass ul,
#RightTopContent .ColumbDocumentContentClass ul,

#RightContent .ColumbFocusDocumentContentClass ul, 
#RightTopContent .ColumbFocusDocumentContentClass ul, 
#RightButtomContent .ColumbFocusDocumentContentClass ul {
	list-style-type:none;
	margin:0;
   padding: 0px 0 0 0;
	border-bottom:1px solid white;
}


#RightContent .ColumbDocumentContentClass li,
#RightButtomContent .ColumbDocumentContentClass li,
#RightTopContent .ColumbDocumentContentClass li,

#RightContent .ColumbFocusDocumentContentClass li, 
#RightTopContent .ColumbFocusDocumentContentClass li, 
#RightButtomContent .ColumbFocusDocumentContentClass li {
	line-height: 22px;
	
	
}


#RightContent .ColumbDocumentContentClass li a,
#RightButtomContent .ColumbDocumentContentClass li a,
#RightTopContent .ColumbDocumentContentClass li a,
#RightContent .ColumbFocusDocumentContentClass li a, 
#RightTopContent .ColumbFocusDocumentContentClass li a, 
#RightButtomContent .ColumbFocusDocumentContentClass li a {
    /*JG start*/
    background:url(img/icon-0050B4-arrow.gif) no-repeat 0 5px;
	padding-left:12px;
    text-decoration:none;
    color:black;
    font-weight:normal;
    /*JG slut*/
}


/*------------ ColumbDocument Slut -----------------*/

/*------------ Sitemap Start ----------------- mangler til synk*/ 

#CenterContent #Sitemap
{
	background-color: white;
	width: 100%;
	height: 100%;
	margin: auto;
}

#CenterContent #Sitemap ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 7px;
	padding-left: 10px;
}

#CenterContent #Sitemap ul ul
{
	padding-left: 30px;
}

#CenterContent #Sitemap li
{
	
	
}

#CenterContent #Sitemap li a:link		{color: #02739D;text-decoration: none;}
#CenterContent #Sitemap li a:visited	{color: #02739D;text-decoration: none;}
#CenterContent #Sitemap li a:hover		{color: #02739D;text-decoration: underline;}
#CenterContent #Sitemap li a:active		{color: #02739D;text-decoration: none;}


/*------------ Sitemap Slut -----------------*/

/*------------ Index Start ----------------- mangler til synk*/ 

#CenterContent #Index
{
	background-color: white;
	width: 100%;
	height: 100%;
	margin: auto;
}

#CenterContent .IndexNavigationArea
{
	padding-bottom: 50px;
}

#CenterContent #Index ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 7px;
	padding-left: 10px;
	float: left;
}

#CenterContent #Index li
{
	display: inline;
	line-height: 15px;
	
}

#CenterContent #Index  a:link		{color: #02739D;text-decoration: none;}
#CenterContent #Index  a:visited	{color: #02739D;text-decoration: none;}
#CenterContent #Index  a:hover		{color: #02739D;text-decoration: underline;}
#CenterContent #Index  a:active		{color: #02739D;text-decoration: none;}

#Index a:link.IndexLetterItem_Selected,#Index a:visited.IndexLetterItem_Selected
{
	font-weight:bold;
	border: solid 1px #86052E;
}

#CenterContent .IndexResultArea
{
	
}

#CenterContent #Index .IndexResultItemContainer
{
	width: 100%;
	padding-bottom: 10px;
	padding-top: 5px;
	border-top: solid 1px #86052E;
	padding-left: 5px;
}

#CenterContent #Index .IndexResultItemFieldName
{
	width: 100%;
	font-weight: bold;
	padding-bottom: 2px;
	
}
#CenterContent #Index .IndexResultItemFieldDescription, #CenterContent #Index .GridViewIndexresult
{
	width: 100%;
}


#CenterContent #Index .GridViewIndexresultsPaging
{
	
	
}


/*------------ Index Slut -----------------*/

/*------------ SearchBox Start ----------------- mangler til synk*/ 

#SearchBox
{
	
}

.SearchBoxButton
{

}

.SearchBoxIndputField
{
}


/*------------ SearchBox Slut ----------------- mangler til synk*/ 


/*------------ SearchResults Start ----------------- mangler til synk*/ 

#SearchResult
{
	background-color: white;
	width: 100%;
	height: 100%;
	margin: auto;
}

#SearchResultArea
{
	
}

.GridViewSearchResults
{
	width: 100%;
}

.SearchResultItemContainer
{
	width: 100%;
	padding-bottom: 10px;
	padding-top: 5px;
	border-top: solid 1px #007AA9;
	padding-left: 5px;
	
}

.SearchResultsItemFieldName
{
	width: 100%;
	/*font-weight: bold;*/
	padding-bottom: 2px;

}

.SearchResultsResultItemFieldDescription
{
	width: 96%;
	padding-right: 10px;
	text-align:justify;

}

#CenterContent #SearchResult a:link			{color: #02739D;text-decoration: none;}
#CenterContent #SearchResult a:visited		{color: #02739D;text-decoration: none;}
#CenterContent #SearchResult a:hover		{color: #02739D;text-decoration: underline;}
#CenterContent #SearchResult a:active		{color: #02739D;text-decoration: none;}


#SearchResult .GridViewSearchresultsPaging
{
	
	color: #86052E;text-decoration: none;
}


/*------------ SearchResults Slut -----------------*/

a:link {color:#02739D; text-decoration:none}     
a:visited {color:#02739D; text-decoration:none}     
a:hover {color:#02739D; text-decoration:underline}     
a:active {color:#02739D; text-decoration:none}  


/*------------ Forside Nyheder Start -----------------*/

#CenterContent .disFrontpageNews
{
	padding:0;
}
#DisplayCenterContent h1,
#DisplayCenterContentWide h1 {
	margin:0;
	padding:2px 0;
   
	color:#000;
   text-transform:uppercase;
 	font-weight: bold;
	font-size: 12px;
}
.disFrontpageNews h1
{
	margin:0;
	padding:2px 0;
   
	color:#000;
   text-transform:uppercase;
 	font-weight: bold;
	font-size: 12px;
	border-bottom:1px solid #0050B4;
}
.frontpageNews {
	border-bottom:1px solid #0050B4;
	padding: 5px 0;
	width: 100%;
	float: left;
}
.disFrontpageNews HR
{
	display:none;
}

.disFrontpageNews span.arrow
{
	color:red;
	font-weight:normal;
}
.disFrontpageNews a.billede
{
	padding:0;
	margin:0;
}
.disFrontpageNews a.billede img
{
	margin:0 12px 12px 0;
	border:0;
	float:left;
}
.disFrontpageNews a.emneOverskrift
{
	color: #000000;
}
.disFrontpageNews a.emne
{
	color: #000000;
	padding:0px;
}
.disFrontpageNews .newsMore
{
	padding-bottom:12px;
	
	text-align:right;

	
}
.disFrontpageNews .newsMore a
{
	
}
.disFrontpageNews p
{
	padding:0px;
	margin:0 0 0 102px;
}
#DisplayCenterContent .frontpageNews h2 a,
#DisplayCenterContent .frontpageNews p a
{
	color:#000;
}


/*------------ Forside Nyheder Slut -----------------*/

/*------------ Underside Nyheder Start -----------------*/

#RightButtomContent .disFrontpageNews
{
	padding:0px 0px 0px 0px;
}

.news
{
	margin-bottom: 10px;
/*	padding-left:12px;*/
}

.news H1
{
	margin:0 0 12px 0;
	padding:2px 0 2px 0;
   
	color:#000;
   text-transform:uppercase;
 	font-weight: bold;
	font-size: 12px;

}
.news h3
{
	/*padding:7px 0px 0px 0px;	*/
	font-size:12px;
}
.news h3 a
{
	font-size:12px;
	color:black;
}
.news div {
}
.news p {
	color:black;
}
.news p a {
	color:black;
}
.news div a img
{
	visibility:hidden;
	height:0px;
}
/*.news h3 a
{
}
.news div a
{
	visibility:hidden;
	line-height:0px;
}

.news div
{
	border-bottom:solid 1px #df8e40;
	margin-bottom:7px;
	padding:0 0 0 12px;
}
.news p a
{
	color:Black;
}

.news p
{
	padding:0 0 0 12px;
	margin:0px;
	
}
.news a
{
}
*/

/*------------ Underside Nyheder Slut -----------------*/

/*------------ Ankiro Search Start --------------------*/

/*Top DIV 'ankiro'*/
#ankiro{}
#ankiro .searchparameters{}
#ankiro .searchparameters .searchwhere{font-size:18px;font-weight:bold}
#ankiro .searchparameters .searchwhat{margin:1em 0;}
#ankiro .searchparameters .searchwhat span{color:#02739D;font-weight:bold;}
#ankiro .searchparameters .searchview{color:#02739D;}
#ankiro .searchparameters .searchview span{font-weight:bold; color:#02739D;}

#ankiro .SearchPagingHolder{border-bottom:solid 1px #02739D;}
#ankiro .SearchPagingHolder .AnkiroSitecoreNoResults{}
#ankiro .SearchPagingHolder .SearchPagingPrevious {color:#02739D;font-weight:bolder; text-align:left;}
#ankiro .SearchPagingHolder .SearchPagingMiddle{font-weight:bolder; text-align:center; margin-top:-13px;}
#ankiro .SearchPagingHolder .SearchPagingNext {color:#02739D;font-weight:bolder; text-align:right; margin-top:-13px;}

#ankiro .topcontainer .AnkiroGroupNameSpacer{ visibility:hidden; text-decoration:none;}
#ankiro .topcontainer .AnkiroGroupName{font-weight:bold;margin-top:1em;padding:2px 0;border-top: 1px solid black;border-bottom: 1px solid black;}
#ankiro .topcontainer .AnkiroGroupExpand{color:#02739D;font-weight:bolder; margin-top:-16px; margin-right:5px;}
#ankiro .topcontainer .AnkiroGroupExpand a{text-decoration:none;}

#ankiro .AnkiroGroupList{}

#ankiro .searchdokuments{}

#ankiro .AnkiroGroupItem{margin:1em 0;}
#ankiro .AnkiroGroupItem .SearchResultTitleHolder{}
#ankiro .AnkiroGroupItem .SearchResultTitleHolder a{color:#02739D;font-weight:bold;}
#ankiro .AnkiroGroupItem .SearchResultContentHolder .max{color:#02739D;font-weight:bold; font-style:italic;}



/*Top DIV 'AnkiroSite'*/
#AnkiroSite{}
#AnkiroSite .searchparameters{}
#AnkiroSite .searchparameters .searchwhere{font-size:18px;font-weight:bold}
#AnkiroSite .searchparameters .searchwhat{margin:1em 0;}
#AnkiroSite .searchparameters .searchwhat span{color:#02739D;font-weight:bold;}
#AnkiroSite .searchparameters .searchview{color:#02739D;}
#AnkiroSite .searchparameters .searchview span{font-weight:bold; color:#02739D;}
/*#AnkiroSite .searchparameters .searchwhere{}
#AnkiroSite .searchparameters .searchwhat{}
#AnkiroSite .searchparameters .searchwhat span{color:#02739D;font-weight:bold; font-style:italic;}
#AnkiroSite .searchparameters .searchview{color:#02739D;}
#AnkiroSite .searchparameters .searchview span{font-weight:bold;}
*/
#AnkiroSite .SearchPagingHolder{border-bottom:solid 1px #02739D;}
#AnkiroSite .SearchPagingHolder .AnkiroSitecoreNoResults{}
#AnkiroSite .SearchPagingHolder .SearchPagingPrevious {color:#02739D;font-weight:bolder; text-align:left;}
#AnkiroSite .SearchPagingHolder .SearchPagingMiddle{font-weight:bolder; text-align:center; margin-top:-13px;}
#AnkiroSite .SearchPagingHolder .SearchPagingNext {color:#02739D;font-weight:bolder; text-align:right; margin-top:-13px;}

#AnkiroSite .AnkiroGroupItem{margin:1em 0;}
#AnkiroSite .AnkiroGroupItem .SearchResultTitleHolder{}
#AnkiroSite .AnkiroGroupItem .SearchResultTitleHolder a{color:#02739D;font-weight:bold;}
#AnkiroSite .AnkiroGroupItem .SearchResultContentHolder b{color:#02739D;font-weight:bold; font-style:italic;}
/*
#AnkiroSite .AnkiroGroupItem .SearchResultTitleHolder{}
#AnkiroSite .AnkiroGroupItem .SearchResultTitleHolder .SearchResultTitle{color:#df8e40;font-weight:bold;}
#AnkiroSite .AnkiroGroupItem .SearchResultContentHolder{}
*/
.ColumbDocumentContentClass {}

.ColumbDocumentContentClass div .searchresult a{color:#02739D; font-weight:normal;}
.ColumbDocumentContentClass .searchhitcount{padding-bottom:7px;}
.ColumbDocumentContentClass .SearchGroups{padding-bottom:5px;}
.ColumbDocumentContentClass .SearchGroup{}
.ColumbDocumentContentClass .SearchGroupHits{}

/*------------ Ankiro Search Slut --------------------*/

/*-----*********************------ Forum Modul------****************************-----
**************************************************************************************/

/* Welcome
***************************/

#welcome
{
	margin-top: 5px;
	margin-bottom: 5px;
	color: #999999;
	font-size: 12px;
	text-align: right;
	
	position:absolute;
    top:180px;
    /*bottom:28px;*/
    /*left:10px;*/
    right:30px;
}

#welcome a
{
	color: #999999;
	font-weight: bold;
}
#welcome a:hover
{
	color: #02739D;
	text-decoration: underline;
}

/*****************************************************
Tables
*****************************************************/
.tableBorder /* This is the outline round the main forum tables */
{
/*    border: 1px #B2B2B2 solid;  */
    border: 1px outset;
    background-color: #FFFFFF;
}

.moderationTable /* Moderation table */
{
    border: 1px #FFFFFF solid; 
    background-color: #F1F1F1;
}

.adminTable /* Admin table */
{
    background-color: #FFFFFF;
}

.quoteTable { /* This is the quote table, where quotes from previous posts are shown */
    border:1px inset;
    background-color: #EEF7FF;
}

.editTable { /* This is the edit notes table, shown when someone has edited a post, and this feature is enabled */
    border: 1px inset; 
    color: Red;
    background-color: #EEF7FF;
    /*font-size: <%= Formatter.FormatFontSize(0.8) %>;*/
    font-size:10px;
}

/*****************************************************
Table Header and cell definitions
*****************************************************/
td.column, tr.column td /* td.column is the main heading row of the table, shows either the table title, or the column headings, such as 'Posts', 'Last Post' etc. Top row of all tables. */
{
    font-weight: bold; 
   font-size:10px;
    background-color: #6798C7; 
    COLOR: white;
    vertical-align:top;
}

table.fh {
    COLOR: #246398;
    vertical-align:top;
    font-size:10px;
    background-color: #FFFFFF; 
    background-image: url(/sitecore%20modules/forum/web/themes/default/images/fhBg.gif); 
    background-repeat: repeat-x;

}

div.column 
{
    font-weight: bold;
    font-size:10px;
    background-color: #78ABDE; 
    background-image: url(/sitecore%20modules/forum/web/themes/default/images/forumColumnBackground.gif); 
    background-repeat: repeat-x; 
    COLOR: white;
    padding:3px;
}

td.h1a /* td.h1a is the subheading row of the table, shows the names of Forum Groups on main page, or 'Announcements', 'Topics' on ShowForum page */
{
    color: #4455aa;
    font-size:10px;
    font-weight:bold;
    text-decoration: none; 
    background-image: url(/sitecore%20modules/forum/web/themes/default/images/forumHeaderBackgroundAlternate.gif);
    background-color: #E7E3E7;
    background-repeat: repeat-x; 
}

td.h1 /* td.h1 was the old subheading row of the table. This should probably be deleted as I don't think it is used anymore. */
{
    color: white;
    font-size:10px;
    font-weight:bold;
    background-image: url(/sitecore%20modules/forum/web/themes/default/images/forumHeaderBackground.gif);
    background-color: #4455aa
}

td.f, tr.f td /* Forums column cells on main page; last post, replies, view cells on ShowForums page (shaded cells?) */
{
    font-size:10px;
    background-color: #BDCFDF;

}

td.f2
{
    font-size:10px;
    background-color: #DDEEFF;
}

td.fh /* forumRowHighlight - such as forumOptions, forumStatistics, WhoIsOnline boxes etc.*/
{
    font-size:10px;
    background-color: #FFFFFF; 
    background-image: url(/sitecore%20modules/forum/web/themes/default/images/fhBg.gif); 
    background-repeat: repeat-x;
}

TD.fh2 .input /* used in Forums Statistics box to control size of text*/
{
	font-size:8px;
}

TD.fh3 /* TD.fh3 is Threads, Posts cells on main table, Thread cells on ShowForum page (not shaded?) */ 
{
	font-size:10px;
	border-top: 1px solid #CADBEC;
	border-left: 1px solid #CADBEC;
}

TD.fh3a /* TD.fh3a is Alternating table for Post Body in the PostView */ 
{
	font-size:10px;
	background-color: #F6FBFF; 
	border-top: 1px solid #DDEEFF;
	border-left: 1px solid #DDEEFF;
}

TD.fh4 /* TD.fh4 is Last Post cells on main table (not shaded?) */
{
	font-size:10px;
	background-color: #FFFFFF; 
	border-top: 1px solid #CADBEC;
	border-left: 1px solid #CADBEC;
}

/*****************************************************
Background color and text used in threaded view
*****************************************************/
td.threadTitle
{
    background-color: #D4D9EC;
}

.threadDetailTextSmall
{
    color: #0055E7;
    font-size:10px;
}

.threadDetailTextSmallBold
{
    color: #0055E7;
    font-size:10px;
    font-weight: bold;
}


/*-------***********************************---- Forum Modul END!----*****************************-------*/

/************ Kalender **************/

#calendarDetail 
{
    font-family:verdana,arial,helvetica,sans-serif;
    font-size:.9em;
    width:100%;
}

#calendarDetail h2 {
  padding-top:10px
}

.calendarNav {
  padding:10px 0
}

.calendarDivider {
    clear:both;
    background:url("/images/dut.gif") bottom left repeat-x;
    height:3px;
    padding:2px 0;
	width:490px;
}

.calendarColHeaders
{
    font-weight:bold;
}

.calendarRow 
{
    display:block;
}

.calendarRowEvents 
{
    float:left;
}

.calendarColHeader1, .calendarCol1 {
    float:left;
    width:70px;
}

.calendarColHeader2, .calendarCol2 {
    float:left;
    width:310px
    /* width:230px; */
}

.calendarColHeader3, .calendarCol3 {
    float:left;
    width:110px;
}

.calendarTitle 
{
    font-weight:bold;
    font-size:1.2em
}

.calendarDayDate 
{
    margin-top:15px
}

.calendarDayEventTitle, .calendarCategory, .calendarDayCategory, .calenderMonth
{
    font-weight:bold;
    font-size:1.1em;
}

.calendarDayEventTitle {
	padding-top:7px;
	padding-bottom:2px;
}

.calendarDayCategory, .calendarCategory {
  padding:10px 0;
}

.categoryTitel 
{
    font-weight:bold;
}

.calendarCategoryTid, .calendarCategorySted, .calendarCategoryEntre,
.calendarDayTid, .calendarDaySted, .calendarDayEntre
{
    float:left;
    width:490px;
    padding-bottom:2px;
}

.categoryTid, .categorySted, .categoryEntre,
.dayTid, .daySted, .dayEntre
{
    display:inline;
} 

.TableLayoutNew
{
    width:100%
}

.TableLayoutNew td 
{
    width:20px;
	font:normal 11px Verdana, Arial, Sans-serf;
	text-align:center;
}

.DayHover 
{
  background:#000
}

.DaysDisabled 
{
    background:#fff
}

#calendarRightCol {
}

.radCalToday a
{
	background:#283772;
	border:solid 1px #283772;
  	color:#fff !important;
}

.radCalTodaySelected a {
	background:#FF4D00;
	border:solid 1px #FF4D00;
	font-weight:bold;
	color:#fff !important;
}

.radCalTodaySelected_ a
{
	background:#FFC904;
	border:solid 1px #42741F;
	color:black !important;
}

.radCalEvent_ a 
{
	background:#FF4D00;
	border:solid 1px #FF4D00;
	color:#fff !important;
}

table#calendarTable {
    width:100%;
    border:0;
    margin:1em 0;    
}
table#calendarTable th#th1 {width:70px}
table#calendarTable th#th2 {width:310px}
table#calendarTable th#th3 {width:110px}

table#calendarTable th, table#calendarTable td {
    border:0;
}
table#calendarTable th, table#calendarTable td {
    background:url("/images/boxback_dotted_gray.gif") repeat-x bottom left;
    padding:5px 3px;
}
table#calendarTable th {
    text-align:left;
}

/*********************************/

/* Related Media */

.RelatedMediaDiv 
{
  border:1px solid #D6D6D6;
  padding:6px;
  clear:right;

  /* darkblue */
  background:url(/~/media/3471E70945D840A1A3BF500CF2FD46CF.ashx) repeat-x bottom right;

  /*
  .LightBlue .RelatedMediaDiv {background:url(/~/media/EC1BCCB0279E4F17AD7782D7BEC6341F.ashx) repeat-x bottom right;}
  .Gray .RelatedMediaDiv {background:url(/~/media/177F2F3407E444D4BDE60896F37AA673.ashx) repeat-x bottom right;}
  */
}

.RelatedMediaUl 
{
  list-style-type:none;
  margin:10px;
  padding:0;
}

.RelatedMediaUl li a 
{
  padding-left:20px;
  line-height:25px;
  display:block;
}

.RelatedMediaUl li.doc a,
.RelatedMediaUl li.docx a	{background:url(/~/media/2DE3293BCDB8457AA6D2802E7920E33E.ashx) no-repeat left 4px;}

.RelatedMediaUl li.pdf   	{background:url(/~/media/EC083BBA9D2946B988EFECC5C18E8B02.ashx) no-repeat left 4px;}
.RelatedMediaUl li.ppt,

.RelatedMediaUl li.pptx		{background:url(/~/media/BFBCDC8110804E819C4BC5FEA39A1D89.ashx) no-repeat left 4px;}
.RelatedMediaUl li.txt		{background:url(/~/media/D6726F0DFA7C491DB5E46BCF4815B954.ashx) no-repeat left 4px;}

.RelatedMediaUl li.xls,
.RelatedMediaUl li.xlsx		{background:url(/~/media/473AACA5E1534B6AA4D583EF77FFFC64.ashx) no-repeat left 4px;}

.RelatedMediaUl li.htm		{background:url(/~/media/694917641E3E47799B56D9F53E2D36DE.ashx) no-repeat left 4px;}

.RelatedMediaUl li.mpp		{background:url(/~/media/1DBA25ABEA8E49E4B30521EB427543D2.ashx) no-repeat left 4px;}

.RelatedMediaUl li.wmf,
.RelatedMediaUl li.bmp,
.RelatedMediaUl li.jpg,
.RelatedMediaUl li.gif,
.RelatedMediaUl li.tif,
.RelatedMediaUl li.png		{background:url(/~/media/2E5C5A9ACB0F418E8D4CCC2B4BAFD135.ashx) no-repeat left 4px;}


/* TILFØJET 08-02-2010 OG 26-04-2010 AF ADO, DIS */
#ContentDocument h2,
.CenterContent h2 {
                      font-weight: bold;
                      font-size: 100%;
}

#ContentDocument p,
.CenterContent p {
                      margin: 0 0 15px 0;
}
