@charset "ISO-8859-1";
/* CSS Document */

 /* <![[CDATA[ */

body { font-family:georgia, times, serif; background-color:#fff; margin:0 25px;} 


div#side {margin:0 25px;position:relative;} 
img { border:none;}


h1,h2,h3 {font-family:arial, Helvetica, sans-serif;}
div#indhold h1 {
margin-top:0;padding-top:0;line-height:100%;}
div#indhold p { margin:0px auto 0.5em auto;  }
div#indhold h2 { font-size:100%; padding:10px; border:1px solid black;}
div#indhold h3 {
    margin:5px auto;
}

#content {margin-top:30px;
}


h2 {margin-top:120px
}

   #menu {
	display:none;
  
  
  
}

#sidebar1 {
 
  width: 90%;
  background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
  padding: 15px 10px; /* top and bottom padding create visual space within this div  */
  line-height: 60%;
  font-weight: bolder;
  
  
}
  
  #logo {
    float: right !important;
    padding:20px; 
    
}




.BaghusetTxtAdr {
 
  float:right !important;
  padding:20px;
  text-align:right;
  font-weight: normal;
  font-size:smaller;
  line-height: 100%;
}




#pix {
  
  margin:auto !important;
  width:auto;

}

#pixportrait {
  float:right !important;
  width:210px;
  padding-left:20px;
  padding-bottom:20px;
  text-align:right;
  font-weight: lighter;
  font-style:italic;
  font-size:x-small;
  line-height: 100%;
  margin-left:
 

}

#baghusetadr {
  float:left;
  
}


  
  a:link, a:visited {
	color: #006666;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
/*This gives the links a color dark enough to be close to black in grayscale output, while still using a dark red that will show up on a color printout. The boldfacing and underlining ensure that the text of the links will stand out.

In a fully CSS2-conformant browser, we can parenthetically insert the URLs of the links after each one, thus making them fairly useful to anyone who has a copy of the printout and a web browser handy. Here’s the rule, which restricts this effect to the “content” div and thus avoids sticking a URL in the masthead: */

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }





/* Miscellaneous classes for reuse */
.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;

}



div#xlogo {            /* Grafisk logo positioneret absolut */
position:absolute;
left:60px;
top:5px;
}






/* ]]> */
