/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;

	line-height: 1.166;	
	margin: 0px;
	padding: 0px;

	
}


#NavLink{
color:#ffffff;


}
a {

	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffff00;
}
a:link, a:visited, a:hover {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffff00;


	text-decoration: none;
}
#colorlink{
	/*color:#ffffff;*/
	color:#ffff00;
} 
a:hover {
	/*text-decoration: underline; */
		color:#ffff00;
}



.whitelink {

/*	color:#ffffff;*/
	color:#ffff00;
}


/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family:Arial, Helvetica, sans-serif;
 font-size: 120%;
	/*color: #FFFFFF; */
}

h2{
 font-size: 114%;
	/*color: #FFFFFF;*/
}

h3{
 font-size: 100%;
	/*color: #FFFFFF;*/
}

h4{
 font-size: 100%;
 font-weight: normal;
	/*color: #FFFFFF;*/
}

h5{
 font-size: 100%;
	/*color: #FFFFFF;*/
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
input{
	font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
}				
td{
font-size:13px;

}
.textHead{
font-size:16px;
font-weight:bold;
}
.picText{
font-size:10px;

}


.textMenuEdit{

	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;

	text-decoration: none;
}
.nonelink{

	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

	text-decoration: none;
}
.textSiteInfo{

	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	


	text-decoration: none;
}
.textInputBox{

	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	


	text-decoration: none;
}
.textArtListInfoHead{

	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:600;


	text-decoration: none;
}
.textArtListInfo{

	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	


	text-decoration: none;
}
.textNewsLetterInfo{

	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	


	text-decoration: none;
}
.textObjectList{

	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	


	text-decoration: none;
}

.infoLoginBox{
margin-left:10px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	


	text-decoration: none;
}

.textBladInfo{
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;


	text-decoration: none;
}
.textPlacesInfo{
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;

	padding:8px;
}
.textPresseInfoHead{

	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	


	text-decoration: none;
}
.textPresseInfo{

	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	


	text-decoration: none;
}


/* End CSS */
.galInfo{ 
	/* Infobox med adresseoplysninger */
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:10px;
	text-decoration: none;
}

.kontaktBlokInfo{ 
	/* Infobox med adresseoplysninger */
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*padding:10px;*/
	text-decoration: none;
}


.nyhedsbrevInfoBox {

	position: relative;
	width:186px;
	height:100px;	
	clear:both;
	overflow: visible;	
	text-align:left;
	background-color:#8A9E49;	
	height: auto;
		color: #FFFFFF;
}
.presserumInfoBox {
	color: #FFFFFF;
	position: relative;
	width:186px;
	height:120px;	
	clear:both;
	overflow: visible;	
	text-align:left;

	background-color:#266D89;	
	height: auto;
}
.presserumInfoBoxSub {
padding:15px;

}
#blacklinks{
	text-decoration: none;
	color:#000000;
}

#adminpages {
background-color:#F5F0EC;
	text-decoration: none;
	color:#000000;
}
#adminpageshead {
background-color:#DAD7D2;
	text-decoration: none;
	color:#000000;
}


/*pageinfobox

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	height:100%;
	left: 200px;
}
#content{

  float: right;
  margin-left:205px;
	padding: 0 0 0 0;
	clear:none;
	height:100%;
}
html>body #content {
position: static;
}
#navBar{
	margin: 0 0% 0 0;
	padding: 4px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width:198px;	
	  float:left;
	  clear:both;
	  
	


}
html>body #navBar {
	position: absolute;
 	clear:both;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.DotImg {
background-image:url(../../gfx/dots.png);
}
.BoxImg {
background-image:url(../../gfx/boxes.png);
}
.DelImg {
background-image:url(../../gfx/del.png);
}
.MenuImg {
background-image:url(../../gfx/edit.gif);
}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 0px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;

}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}


/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.pageinfobox {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
		line-height:17px;

	text-decoration: none;
}
/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;

}


.menutitle{
margin-bottom: 5px;
margin-left:3px;
font-size:13px;
/*background-color:#c0c0c0;
color:#000000;
width:200px;
padding:2px;
text-align:center;

/*/*/border:0px solid #000000;/* */
}

.submenu{
margin-bottom: 0.5em;
margin-left:4px;
}
body, html {width:100%; height: 100%;}
#Table_01 {
	position: relative;
	left:8px;
	top:-30px;
	width:200px;
	height:100%;
/*margin:auto;*/

 *margin-right:25%; 
 
}

#web-01_ {
	position: absolute;
	left:1px;
	top:-1px;
	width:835px;
	text-align:left;
	background-color:#FFFFFF;
	overflow: visible;
	background-repeat: repeat-y;
	height: 761px;
	
	/*left:20px;*/
}

#web-02_ {
	position:absolute;
	left:11px;
	top:0px;
	width:185px;
	height:10px;
					text-align:left;
			background-color:#ffffff;
}

#web-03_ {
	position:absolute;
	left:205px;
	top:38px;
	width:589px;
	height:1px;
					text-align:left;
					background-color:#ffffff;
}

#web-04_ {
	position:absolute;
	left:561px;
	top:0px;
	width:159px;
	height:4px;
						background-color:#ffffff;
						text-align:left;
}

#web-05_ {
	position:absolute;
	left:585px;
	top:1px;
	width:0px;
	height:249px;
	background-color:#58554C;
				text-align:left;	
							
}

#web-06_ {
	position:absolute;
	left:225px;
	top:4px;
	width:7px;
	height:910px;
				text-align:left;		
			background-color:#ffffff;
}

#web-07_ {
	position:absolute;
	left:11px;
	top:10px;
	width:185px;
	height:32px;
	text-align:left;
	background-color:#ffffff;
}

#web-08_ {
	position:absolute;
	left:10px;
	top:42px;
	width:185px;
	height:181px;
	background-color:#FFFFFF;
						text-align:left;
}

#web-09_ {
	position:absolute;
	left:11px;
	top:258px;
	width:185px;
	height:97px;
	background-color:#B5C405;
			text-align:left;
			
}

#web-10_ {
	position: relative;
	left:196px;
	top:220px;
	width:622px;
	
	height:900px;			text-align:left;
padding:9px;
			background-color:#ffffff;
}
#web-10-sub{
padding:0px;
background-color:#ffffff;
}


#web-12_ {
	position:absolute;
	left:0px;
	top:229px;
	width:186px;
	
	background-color:#58554C;
						text-align:left;		background-color:#ffffff;
}
#web-12_2 {

	position: relative;
	left:10px;


						text-align:left;		background-color:#0000FF;
							/*background-color:#58554C;*/
	background-color:#58554C;
}
#web-12-sub{
padding:8px;

}

#web-13_ {
	position:absolute;
	left:11px;
	top:320px;
	width:186px;
	height:10px;
				background-color:#ffffff;
						text-align:left;
}

#web-14_ {
	position:absolute;
	size:auto;
	left:11px;
	top:365px;
	width:186px;
	height: auto;
	/*background-color:#58554C;*/
	/*color:#CCCCCC;*/
						text-align:left;
			
}
#web-14-sub{
padding:8px;
	/*background-color:#58554C;
	background-color:#FFFFFF;*/
}
#web-15_ {
	position:absolute;
	left:761px;
	top:383px;
	width:18px;
	height:10px;
				background-color:#ffffff;
						text-align:left;
}

#web-16_ {
	position:absolute;
	left:508px;
	top:420px;
	width:185px;
	height:173px;
	background-color:#58554C;

						text-align:left;
}

#web-17_ {
	position: relative;
	width:186px;
	height:100px;
	background-color: #EEE9E5;
	clear:both;
	overflow: visible;	/*clip: auto;
*/			text-align:left;

}
#web-17-sub{	

padding:8px;

}
#web-18_ {
	position:absolute;
	left:369px;
	top:466px;
	width:185px;
	height:337px;
				background-color:#ffffff;

	background-color:#C6BAAA;
			
}

