/* CSS Document */
/*.imgHeader{float:left;}*/

 /*body {font-size:62.5%; background-color:rgb(255,255,255); font-family:verdana,arial,sans-serif;}*/

body  {
	font: 90% Verdana, Arial, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/*The main container in a page.*/
.BodyClass #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.BodyClass #header { 
	background:#FFF; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.BodyClass #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/*Show the left side of the main page*/
.BodyClass #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:#FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.BodyClass #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.BodyClass #mainContent { 
	margin: 0 5px 0 320px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}

/*NOT USED*/
.BodyClass #singleContent { 
	margin: 50px 50px 10px 100px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	background: blue;
}

.singlePage
{
	padding-bottom: 20px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	
	}

/*Used in the left side of main page in the middle*/
.leftcontent{width:290px; float:left}
/*Used in the right side of the main page*/
.rightcontent{width:290px;float:right;margin-right:5px}

.testcolor{float:left; padding-bottom:20px;}
.testcolor2{float:left;margin-top:20px}

/*NOT USED*/
.BodyClass #mainContentLeft { 
	width:285px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: red;
	margin-top:10px;
	float:left;

} 

/*NOT USED*/
.BodyClass #mainContentRight { 
	width:285px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: white;
	margin-top:10px;
	float:right;
} 

.BodyClass #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.BodyClass #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


<!--[if IE 5]>

/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
.thrColFixHdr #sidebar2 { width: 190px; }

<![endif]-->
<!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]-->

/* set millions of background images */
.bluerbroundbox { background: url(pnt.gif) repeat; }
.bluerbtop div { background: url(btl.gif) no-repeat top left; }
.bluerbtop { background: url(btr.gif) no-repeat top right; }
.bluerbbot div { background: url(bbl.gif) no-repeat bottom left; }
.bluerbbot { background: url(bbr.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.bluerbtop div, .bluerbtop, .bluerbbot div, .bluerbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.bluerbcontent { margin: 0 7px; }
.bluerbroundbox { width: 100%; margin: 1em auto; }


.greenrbroundbox { background: url(gnt.gif) repeat; }
.greenrbtop div { background: url(gtl.gif) no-repeat top left; }
.greenrbtop { background: url(gtr.gif) no-repeat top right; }
.greenrbbot div { background: url(gbl.gif) no-repeat bottom left; }
.greenrbbot { background: url(gbr.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.greenrbtop div, .greenrbtop, .greenrbbot div, .greenrbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.greenrbcontent { margin: 0 7px; }
.greenrbroundbox { width: 100%; margin: 1em auto; }


.yellowrbroundbox { background: url(ynt.gif) repeat; }
.yellowrbtop div { background: url(ytl.gif) no-repeat top left; }
.yellowrbtop { background: url(ytr.gif) no-repeat top right; }
.yellowrbbot div { background: url(ybl.gif) no-repeat bottom left; }
.yellowrbbot { background: url(ybr.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.yellowrbtop div, .yellowrbtop, .yellowrbbot div, .yellowrbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.yellowrbcontent { margin: 0 7px; }
.yellowrbroundbox { width: 100%; margin: 1em auto; }


.redwhiterbroundbox { background: url(rhnt.gif) repeat; }
.redwhiterbtop div { background: url(rhtl.gif) no-repeat top left; border:#C00 thick solid;}
.redwhiterbtop { background: url(rhtr.gif) no-repeat top right; }
.redwhiterbbot div { background: url(rhbl.gif) no-repeat bottom left; }
.redwhiterbbot { background: url(rhbr.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.redwhiterbtop div, .redwhiterbtop, .redwhiterbbot div, .redwhiterbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.redwhiterbcontent { margin: 0 7px; }
.redwhiterbroundbox { width: 100%; margin: 1em auto; }



.header4{color:#009; font-size:110%; font-weight:bold;}
.smallheader{color:#009; font-size:small; font-style:italic;}

.boxtext{font-size:80%}
.boxtextheader{font-size:80%; font-weight:bold; color:#039; padding-top:10px}
.colorgreen{font-size:80%; background-color:#0C0; color:#0C0; height:3px; width:3px; border:solid black 1px}
.colorpurple{font-size:80%; background-color:#90F; color: #90F; height:3px; width:3px; border:solid black 1px}
.colorred{font-size:80%; background-color:#F00; color: #F00; height:3px; width:3px; border:solid black 1px}
.colorwhite{font-size:80%; background-color:#FFF; color:#FFF; height:3px; width:3px; border:solid black 1px}

.footertext{font-size:80%; margin-top:10px; color:#FFF; font-weight:bold; padding-left:320px;}
.counter{font-size:70%; margin-top:20px; color:#FFF; margin-left:0px}

/* set millions of background images */
.purplerbroundbox { background: url(pnt.gif) repeat; }
.purplerbtop div { background: url(ptl.gif) no-repeat top left; }
.purplerbtop { background: url(ptr.gif) no-repeat top right; }
.purplerbbot div { background: url(pbl.gif) no-repeat bottom left; }
.purplerbbot { background: url(pbr.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.purplerbtop div, .purplerbtop, .purplerbbot div, .purplerbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.purplerbcontent { margin: 0 7px; }
.purplerbroundbox { width: 100%; margin: 1em auto; }

.tableblog{background-color:#CFC; width:290px; font-size:90%;border:thin solid; border-color:#060;margin-top:20px;}
.blog{margin-top:20px;padding-left:10px;}
.blogdetails{font-size:80%; font-style:italic;padding-left:10px;}

.subcontent-unit-border {width:300px; margin:0 0 2.0em 0; padding:0 0 5px 1em; border:solid 1px rgb(190,190,190); background:rgb(235,235,235);}
.subcontent-unit-border-green {width:300px; margin:0 0 2.5em 0; padding:0 0 10px 0; border:solid 1px rgb(160,214,81); background-color:rgb(217,239,185);}
.round-border-topleft {width:10px; height:10px; position:absolute; z-index:100; background:url(../img/bg_corner_topleft.gif) no-repeat; margin-top:-1px; margin-left:-1px;}
.round-border-topright {width:10px; height:10px; position:absolute; z-index:100; background:url(../img/bg_corner_topright.gif) no-repeat; margin-top:-1px; margin-left:291px;}
.h4.green {clear:both; margin:0 0 5px 0; padding:4px 10px 3px 10px; background-color:rgb(160,214,81); font-family:"trebuchet ms",verdana,arial,sans-serif; color:rgb(255,255,255); font-weight:bold; font-size:110%;}

div.infomessetider{	top: 10px; 	position: relative;	width: 60%;	border-style: solid;	border-width: 1px;}
div.infomeddelelser{	top: 10px;	position: relative;	width: 80%;	border-style: solid;	border-width: 1px;}
div.infodag{	text-align:center; font-weight: bold; font-size: 100%; background.color: #E8E8E8;}
div.undertitel{	text-align:center; font-size: 12px;	background-color: #F0F0F0;	color: navy;	/*position: absolute;*/	/*float: left;*/}
table.info{	/*border: 1px solid navy;*/		padding: 1px;	border-collapse:collapse;	width: 100%;}
div.undertitel{	font-size: 12px;	background-color: #F0F0F0;	color: navy;	/*position: absolute;*/	/*float: left;*/}
div.messedag{	background.color: #E8E8E8;	color: navy;}
table.messe{	/*border: 1px solid navy;*/		padding: 10px;	border-collapse:collapse;	width: 60%;}
tr.messe{	border-bottom: 1px solid navy;}
td.messemiddle{	border-left: 1px solid navy;	border-right: 1px solid navy;	border-top: 1px solid navy;	text-align:center;}
div.messedag{	background.color: #E8E8E8;	color: navy;}
div.messdate{position: relative;}
td.messe{    /*border: 1px solid navy;*/    border-top: 1px solid navy;    text-align:center;    /*width:35%;*/}
td.editmesse{    
	border-left: 1px solid navy;*/    
	border-top: 1px solid navy;    
	text-align:center;    
	width:35%;}
td.titelmesse{	
	border: 1px solid navy;	
	text-align:left;	
	width:40%;}


.roundedcornr_box_812311 {
	background: url(roundedcornr_812311_tl.png) no-repeat top left;
}
.roundedcornr_top_812311 {
	background: url(roundedcornr_812311_tr.png) no-repeat top right;
}
.roundedcornr_bottom_812311 {
	background: url(roundedcornr_812311_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_812311 div {
	background: url(roundedcornr_812311_br.png) no-repeat bottom right;
}
.roundedcornr_content_812311 {
	background: url(roundedcornr_812311_r.png) top right repeat-y;
}

.roundedcornr_top_812311 div,.roundedcornr_top_812311,
.roundedcornr_bottom_812311 div, .roundedcornr_bottom_812311 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_812311, .roundedcornr_bottom_812311 {
	margin-top: -19px;
}
.roundedcornr_content_812311 { padding: 0 15px; }


.roundedcornr_box_160557 {
	background: url(roundedcornr_160557_tl.png) no-repeat top left;
}
.roundedcornr_top_160557 {
	background: url(roundedcornr_160557_tr.png) no-repeat top right;
}
.roundedcornr_bottom_160557 {
	background: url(roundedcornr_160557_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_160557 div {
	background: url(roundedcornr_160557_br.png) no-repeat bottom right;
}
.roundedcornr_content_160557 {
	background: url(roundedcornr_160557_r.png) top right repeat-y;
}

.roundedcornr_top_160557 div,.roundedcornr_top_160557,
.roundedcornr_bottom_160557 div, .roundedcornr_bottom_160557 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_160557, .roundedcornr_bottom_160557 {
	margin-top: -19px;
}
.roundedcornr_content_160557 { padding: 0 15px; }

.roundedcornr_box_720104 {
	background: url(roundedcornr_720104_tl.png) no-repeat top left;
}
.roundedcornr_top_720104 {
	background: url(roundedcornr_720104_tr.png) no-repeat top right;
}
.roundedcornr_bottom_720104 {
	background: url(roundedcornr_720104_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_720104 div {
	background: url(roundedcornr_720104_br.png) no-repeat bottom right;
}
.roundedcornr_content_720104 {
	background: url(roundedcornr_720104_r.png) top right repeat-y;
}

.roundedcornr_top_720104 div,.roundedcornr_top_720104,
.roundedcornr_bottom_720104 div, .roundedcornr_bottom_720104 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_720104, .roundedcornr_bottom_720104 {
	margin-top: -19px;
}
.roundedcornr_content_720104 { padding: 0 15px; }



.roundedcornr_box_blue {
	background: url(blue_tl.png) no-repeat top left;
}
.roundedcornr_top_blue {
	background: url(blue_tr.png) no-repeat top right;
}
.roundedcornr_bottom_blue {
	background: url(blue_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_blue div {
	background: url(blue_br.png) no-repeat bottom right;
}
.roundedcornr_content_blue {
	background: url(blue_r.png) top right repeat-y;
}

.roundedcornr_top_398437 div,.roundedcornr_top_398437,
.roundedcornr_bottom_398437 div, .roundedcornr_bottom_398437 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_398437, .roundedcornr_bottom_398437 {
	margin-top: -19px;
}
.roundedcornr_content_398437 { padding: 0 15px; }


div.admin{  /*width: 100%;*/  border: 1px solid;  border-color: navy;   /*background-color: brown;  color: white;*/  }
a.admin:link    { font-size: 12px; color: green; background-color: white; text-decoration: none; }
/* ubesøgte links  */
a.admin:visited { font-size: 12px; color: green; background-color: white; text-decoration: none}
/* besøgte links   */
a.admin:hover   { font-size: 12px; color: navy; background-color: lightblue; font-weight: bold; cursor:hand;}
/* mus over        */a.
admin:active  { font-size: 12px; color: navy; font-weight: bold }
div.rediger{  background-color: F5F5DC;  width: 170px;  position: relative;  float:left;  /*border-bottom: 1px solid #990000;*/  /*border-left: 1px #990000 solid;*/  /*height: 60px;*/}


#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
background-color: lightgreen; /*#eeeeee;*/
width:300px;
height:300px;
z-index: 9002;

