/* opsætning af grundlæggende layout */

#footer {
	border-top: 1px solid #7388a2;
	text-align: center;
	font-size: 85%;
	line-height: 130%;
  background: #a3b1e7;
  clear: both;
	padding: .5em;	
} 
#clearing {
  height: 0px;
  clear: both;
}
/* id: container, content, sidebar+wrapper = kildetekst/basis-template */
#container {
  width: 100%;
  float: right;
  margin-left: -230px;
  background: #c0cbef url(/media/background.gif) repeat left;	
}
#content {
  margin-left: 220px;
}
#sidebar {
  width: 210px;
  float: left;
	padding-left: .5em;
	text-align: right;
}
#wrapper {
  background: #c0cbef url(/media/background.gif) repeat-y left;
	margin-bottom: 0;
}
#indhold, #content { /* id: indhold bruges i presentation-templaten */
  background: #e7e7fe;
	padding: 6px;
	border-left: 1px solid #9cb1cd;
}
.printHead {
 display: none;
}

/* COPYDAN-BOKSEN - lægges så ovenpå side-boksen ovre til venstre */
#copyD {
 width: 220px;
 float: left;
 padding: 4px;
 background: #B5005A;
 text-align: left;
 color: #FFFFFF;
 font-size: 80%;
 font-family: Georgia, "Times New Roman", Times, serif;
 letter-spacing: 0.5px;
 line-height: 125%;
 margin-bottom: 1em;
}
#copyD a:link {
 color: #5aa0f5;
}
#copyD a:visited {
 color: #7188c6;
}
#copyD a:hover {
 color: #FF9900; background: #FFFFEC;
}
#copyD a:active {
 color: #CC3366;
}
