/*	HTML STYLES
------------------------- */
body{
	background-color:#eee;
	font-family: "verdana";  /*YUI-direktivet siger: angiv kun en enkelt font-family */
}

a,
a:active{
	text-decoration:underline;
	color:#000066;
}

a:hover{
}


a:visited{
}



#content a:hover,
#sidebar a:hover{
background-color:#FFFFCC;
}

#sidebar .noBgc a:hover{
background-color:#fff;
}

p{
	line-height:1.4em;
	margin-bottom:1em;
}


#content ol,
#content ul,
#sidebar ul{ /*YUI nulstiller alle HTML-elementer så vi selv kan bestemme */
	padding-top:8px;	
	padding-left:35px;
	padding-bottom:15px;

}



#content  ul>li,
#sidebar  li{
	list-style-type:square;
	list-style-image:url(../../images/bullet_red.gif);
	margin-bottom:0.25em;
}

#content ol>li{/* standardvisning af ordnede lister */
	list-style-type:decimal;

}

#nav ul li{ /* Ingen bullets på navigationselementer */
	list-style-type:none;
	list-style-image:none;
}

/*	HEADERE OG SUBHEADERE
------------------------- */
#hd h1{
	/*font-family:"Trebuchet MS";*/
	font-size:300%;
}

#bd h1,
#bd h3,
#bd .head3{	/* subheaders */
font-family:Georgia;
color:#333333;

}

#bd h1{
	font-size:197%;
}

#bd h3,
#bd .head3{ /* Denne klasse bruges til overskrifter i listen på forsiden */
	font-size:138.5%;
}


/*	YUI OG ALM. CONTAINERE
------------------------- */
#custom-doc{
	position:relative;
	width:950px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	background-color:#fff;
	border:1px solid #bbb;
	padding:20px;
}


#hd{ /*	Header - styles i home.css og page.css, da de er meget forskellige	*/
}

#yui-main{
}

#bd{
	padding-left:auto;
	padding-right:auto;
}

#yui-main .yui-b{ /* styling her vil kun påvirke venstre indholdskolonne */
width:65%;

}

#sidebar{ /* styling her vil kun påvirke sidebar til højre */
}

.yui-b{/* styling her vil påvirke alle kolonner i templaten */
	font-size:100%;
}


#ft{
	padding-top:30px;
	text-align:center;
	color:#bbb;
}

#ft a,
#ft a:visited{
	color:#bbb;
}

#tagline{
	font-size:123.1%;
	font-weight:bold;
	font-family:"Trebuchet MS";
}

#content{
}



/*	ANDRE STYLES
------------------------- */
.box,
.contentBox{/* reklamer til sidebar og forside */
/*	border-top:1px solid;
	border-bottom:1px solid;
	border-color: #eee;*/
	padding:5px;
	line-height:inherit;
}

#sidebar .box{/* tilføj noget luft under boksen i højrespalten */
	margin-bottom:2em;
}

.bold{
	font-weight:bold;
}


.mini-image{
	display:block;
	float:left;
	position:relative;
	top:10px;
	margin-right:10px;
	margin-bottom:50px;
}


.imgLeft{
position:relative;
float:left;
padding-right:15px;
padding-bottom:5px;
}

.imgRight{
position:relative;
float:right;
padding-left:15px;
padding-bottom:5px;
}



/*	FIREFOX FIX, laver permanent vertikal scrollbar 
-------------------------------------------------- */
#ffscrollbarfix {
	position:absolute;
	top:0;
	bottom:-0.1px;
	width:1em;
	z-index:-9999;
}