/******************************* SECTIONS *********************************/
BODY
{
	background: #222;
	text-align: center;
	font: 11px/140% 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial;
	margin: 0 50px 10px;
	color: #444;
}

#container
{
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#photo
{
	border-bottom: 1px solid #999;
	padding: 0;
	margin: 0;
	width: 220px;
}

#header
{
	border-bottom: 1px solid #CCC;
	padding-left: 15px;
	padding-right: 10px;
	background: #FFF;
	width: 90%;
}

#address
{
	white-space: nowrap;
	font: 10px/130% 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial;
	padding: 0;
	margin: 0;
	text-align: right;
	float: right;
}

#content
{
	width: 90%;
	padding: 15px;
	background: #FFF;
	vertical-align: top;
}

#folkeskolen_news
{
	float: right;
	width: 180px;
	margin-left: 30px;
	color: #808080;
	font-size: 9px;
	line-height: normal;
}

/*HIDES FOLKESKOLEN COMMERCIAL*/
#folkeskolen_news .smaller { display: none; }

#rss
{
	width: auto;
	display: block;
	color: #ffffff;
	background: #2161c3;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

#rss img
{
	margin-bottom: -3px;
	display: none;
}

#rss ul
{
	list-style: none;
	margin: 0;
	padding-left: 15px;
	display: none;
}

#rss li
{
	display: inline;
	padding-right: 10px;
}

#rss a:link, #rss a:visited
{
	color: #FFF;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
}

#rss a:hover { border-style: none none solid none; }

#footer
{
	color: #606060;
	text-align: center;
	padding-top: 10px;
	font-size: 9px;
}

#footer a:link, #footer a:visited
{
	background: transparent;
	color: #606060;
	border-style: none;
}

#footer a:hover, #footer a:active { color: #CCC; }

/************************* NAVIGATION ********************/
#nav
{
	background: url(images/dlf_logo_bg3.gif) no-repeat bottom left #3b3b3b;
	vertical-align: top;
	padding: 20px 20px 20px 0;
	padding-right: 20px;
}

#current { background: #303030; }

#nav UL
{
	list-style: none;
	float: right;
	width: 180px;
	padding: 0;
	margin: 0;
	border-top: 1px solid #484848;
}

#nav LI { position: relative; }

#nav A
{
	text-decoration: none;
	color: #afafaf;
	display: block;
	padding: 5px 0 3px 5px;
	height: 20px;
	border-bottom: 1px solid #484848;
}

#nav A:hover
{
	background: #303030;
	color: #afafaf;
}

/************************* SUB NAVIGATION ********************/
#subnav
{
	background: #5c5c5c;
	padding: 5px;
	border: 1px solid #000;
	height: 25px;
}

#subcurrent { background: #303030; }

#subnav UL
{
	list-style: none;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

#subnav LI { float: left; }

#subnav A
{
	text-decoration: none;
	color: #afafaf;
	display: block;
	float: left;
	padding: 5px;
	border: 0;
}

#subnav A:hover
{
	background: #303030;
	color: #afafaf;
}

/******************************* CONTROLLERS *********************************/
H1
{
	color: #FFF;
	font-size: 16px;
	background-color: #2161c3;
	padding: 5px;
	margin-top: 0;
}

H2
{
	color: #2161c3;
	font-weight: normal;
	font-size: 16px;
	margin-top: 0;
}

#header H2
{
	margin: 0;
	color: #2161c3;
	font-weight: bold;
	font-size: 20px;
	display: inline;
}

H3
{
	font-size: 16px;
	color: #000;
	line-height: normal;
	margin-top: 0;
}

#header H3
{
	color: #333;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	display: inline;
}

H4
{
	color: #000;
	font-size: 12px;
	margin-bottom: 0;
	line-height: normal;
}

H5
{
	color: #666;
	font-size: 12px;
	border-bottom: #2161c3;
	border-width: 0 0 2px 0;
	border-style: none none solid none;
}

#header I
{
	font: 16px 'Times New Roman', Times;
	font-style: italic;
	letter-spacing: 0.3em;
}

P { margin-bottom: 0; }

HR
{
	border: 0;
	color: #666;
	background-color: #666;
	height: 2px;
	margin: 10px 0;
}

HR.blue
{
	border: 0;
	color: #2161c3;
	background-color: #2161c3;
	height: 2px;
}

HR.gold
{
	border: 0;
	color: #e3bb14;
	background-color: #e3bb14;
	height: 2px;
}

HR.green
{
	border: 0;
	color: #3C0;
	background-color: #3C0;
	height: 2px;
}

A:link
{
	color: #2161c3;
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
}

A:visited
{
	color: #444;
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
}

A:hover, A:active
{
	color: #000;
	border-style: none none solid none;
}

A.pdf
{
	background: url(images/icon-pdf.gif) left no-repeat;
	padding: 0 0 0 18px;
	white-space: nowrap;
}

A.doc
{
	background: url(images/icon-doc.gif) left no-repeat;
	padding: 0 0 0 18px;
	white-space: nowrap;
}

A.ext
{
	background: url(images/icon-ext.gif) left no-repeat;
	padding: 0 0 0 18px;
	white-space: nowrap;
}

A.email
{
	background: url(images/icon-email.gif) left no-repeat;
	padding: 0 0 0 18px;
	white-space: nowrap;
}

.highlight
{
	background-color: yellow;
	padding: 0 3px;
}

IMG { border-style: none; }
.gold { color: #e3bb14; }
.blue { color: #2161c3; }
.green { color: #3C0; }
.gold-bg { background: #e3bb14; }
.blue-bg { background: #2161c3; }
.green-bg { background: #3C0; }

/******************************* GALLERY *********************************/
.gallery
{
	margin: 0;
	padding: 0;
	overflow: hidden;
	/* Clears the floats */
	width: 100%;
	/* IE and older Opera fix for clearing, they need a dimension */
	list-style: none;
}

.gallery LI
{
	float: left;
	display: inline;
	margin: 0 20px 0 0;
	padding: 10px 0;
	position: relative;
	/* This is the key */
}

.gallery IMG
{
	border: #666 2px solid;
	margin-bottom: 2px;
	margin-top: 15px;
}

/******************************* CALENDAR *********************************/
.calendar
{
	margin: 0;
	padding: 0;
	overflow: hidden;
	/* Clears the floats */
	width: 100%;
	/* IE and older Opera fix for clearing, they need a dimension */
	list-style: none;
}

.calendar LI
{
	width: 180px;
	height: 230px;
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	position: relative;
	/* This is the key */
}

P.month
{
	background-color: #3b3b3b;
	color: #FFF;
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding: 3px 0;
	margin: 0 0 6px 0;
}

.date
{
	background-color: #2161c3;
	color: #FFF;
	padding: 0 3px;
	border: #666 2px solid;
}

