@charset "utf-8";
/* CSS Document */
/* BASIC HTML ELEMENTS */

body {
	/*background: #A7E2F6 url(/images/tile.gif) top left repeat-x;*/
	background-color: #FFF;
	background-image: url("http://www.dcf.dk/media(372,1030)/baggrundtone.jpg");
	background-attachment: fixed;
	background-position: left bottom;
	background-repeat: repeat-x;
	margin: 0;
	padding:0;
	margin-bottom: 20px;
	color: #333;
	font: 0.7em/1 "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
}

#side {
	width:782px;
	padding:0;
	margin:0 auto;
}

.indhold {
	font-size:100%;
}

.indhold p, .indhold dd, .indhold dt {
	line-height:1.4;
}

.forsiden .indhold {
	margin-left:10px;
}

#tekst {
	margin:5px 10px 0 10px;
	padding:0;
	position:relative;
}

A:link, A:visited {
	color: #3d5159;
	color:#efa023;
	color:#df941d;
	text-decoration:none;
	font-weight:bold;
}

A:active, A:hover {
	color: #333;
	text-decoration:underline;
	font-weight: bold;
}

A.button {
	font-weight: bold;
	text-decoration: none;
}

a img {
 	border:0;
 }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding:0;
	line-height:1;
	color:#003266;
	font-weight: bold;
}

h1 {
	margin-bottom: 0.3em;
	font-size: 250%;
	color: #00387C;
}

h2 {
	font-size: 100%;
	line-height:1.5;
	margin-top:1.5em;
	font-weight:bold;
	
}

h3 {
	font-size: 100%;
	margin-top:1.5em;
	margin-top:1em;
	font-weight:normal;
}

h5 {
	font-size: 16px;
	font-weight: normal;
	border-left: 1px solid #98BFD4;
	border-right: 1px solid #98BFD4;
	background-color: #DBEFFA;
	padding: 16px 20px 0px 20px;
	width: 540px;
}

h6 {
	font-weight: normal;
	border-left: 1px solid #98BFD4;
	border-right: 1px solid #98BFD4;
	background-color: #DBEFFA;
	padding: 0px 20px 0px 20px;
	width: 540px;
}

p, dt, dd {
	margin: 0;
	padding:0;
	margin-bottom: 0.5em;
	
}

dt {
	margin-top:1.5em
	margin-bottom:0;
	font-weight:bold;
}

dd {
	margin-left:5px;
}


.manchet {
	font-weight:bold;
	line-height:1.5;
	letter-spacing:-0.02;
	margin-bottom:1.2em;
}

.byline {
	font-style:italic;
	margin-bottom:1em;
	font-size:80%;
}

INPUT, SELECT, TEXTAREA {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

INPUT {
    padding: 1px 3px 1px 3px;
}

TEXTAREA {
    padding: 1px 3px 1px 3px;
}

FORM { margin:0px; padding:0px; }

UL {
	margin : 1em 12px 1em 25px;
	padding: 0;
}

OL {
	margin : 1em 12px 1em 25px;
	padding:1px;
}

DIV.divider {
	margin-top: 20px;
	border-top: 1px solid #D8E1EC ;
	height: 20px;
}

/* DESIGN */

#TOP {
	border-left: 1px solid #9BBFD4;
	border-right: 1px solid #9BBFD4;
	background-color: #FFFFFF;
	height: 150px;
}

#TOP_INNER {
	position: relative;
	width: 780px;
	height: 140px;
}

#TOP_MENU {
	position: absolute;
	background: url(/images/top-menu-bg.gif) no-repeat top left;
	top: 120px;
	left: 0px;
	width: 780px;
	height: 20px;
}

#GLOBAL_MENU {
	position: absolute;
	background: url(/images/global-menu-bg.gif) no-repeat top left; 
	top: 8px;
	left: 579px;
	width: 201px;
	height: 112px;
}

#GLOBAL_MENU A:link, #GLOBAL_MENU A:visited {
	font-size: 10px;
	color: #003266;
	font-weight: normal;
	text-decoration: none;
}
#GLOBAL_MENU A:active, #GLOBAL_MENU A:hover {
	color: #3682BB; 
}

#FORSIDE_LINK {
	position: absolute;
	top: 12px;
	left: 10px;
}

#SHOP_LINK {
	position: absolute;
	top: 12px;
	left: 72px;
}

#CONTACT_LINK {
	position: absolute;
	top: 12px;
	left: 138px;
}

#english {
	display:none;
}


#SEARCH_HEADLINE {
	position: absolute;
	top: 41px;
	left: 21px;
	color: #FFFFFF;
	font-weight: bold;
}

#SEARCH_FORM {
	position: absolute;
	top: 68px;
	left: 21px;
}

#TOP_MENU_BOTTOM {
	background: url(/images/top-menu-bottom.jpg) no-repeat top left;
	width: 780px;
	height: 10px;
	overflow: hidden;
}

#BODY {
	border-left: 1px solid #9BBFD4;
	border-right: 1px solid #9BBFD4;
	background-color:#FFFFFF;
	font-size:100%;
	padding:0;
}

#BOTTOM_0 {
	background: url(/images/bottom-0.gif) no-repeat top left;
	width: 782px;
	height: 21px;
}

#BOTTOM_1 {
	background: url(/images/bottom-1.gif) no-repeat top left;
	width: 782px;
	height: 21px;
}

#BOTTOM_2 {
	background: url(/images/bottom-2.gif) no-repeat top left;
	width: 782px;
	height: 21px;
}

#BOTTOM_3 {
	background: url(/images/bottom-3.gif) no-repeat top left;
	width: 782px;
	height: 21px;
}



/* SEARCH FORM ELEMENTS */

INPUT.search {
	border: 1px solid #003266;
	width: 106px;
}
A.search {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
A.search:active, A.search:hover {
	color: #0092C5;
}

/* TOP MENU */

#TOP_MENU TD.top-menu-first,
#TOP_MENU TD.top-menu-first-onmouseover,
#TOP_MENU TD.top-menu-first-selected,
#TOP_MENU TD.top-menu,
#TOP_MENU TD.top-menu-onmouseover,
#TOP_MENU TD.top-menu-selected {
	height: 20px;
}

#TOP_MENU TD.top-menu-first-onmouseover,
#TOP_MENU TD.top-menu-first-selected {
	background: url(/images/top-menu-first-onmouseover.gif) no-repeat top left;
}

#TOP_MENU TD.top-menu {
	background: url(/images/top-menu.gif) no-repeat bottom left;
}

#TOP_MENU TD.top-menu-onmouseover,
#TOP_MENU TD.top-menu-selected {
	background: url(/images/top-menu-onmouseover.gif) repeat-x top left;
}

#TOP_MENU A {
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
	padding: 4px 15px 4px 15px;
}

#TOP_MENU A:link, #TOP_MENU A:visited {
	color: #FFFFFF;
	font-weight:normal;
}

#TOP_MENU A:hover, #TOP_MENU A:active {
	background-image: url(/images/top-menu-mouseover.gif);
}

#TOP_MENU A.selected:link, #TOP_MENU A.selected:visited, #TOP_MENU A.selected:active, #TOP_MENU A.selected:hover {
	background-image: url(/images/top-menu-selected.gif);
}

/* LEFT MENU */

#LEFT_MENU H2,
#LEFT_MENU H3 {
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #B4D7EB;
}


#LEFT_MENU H3 {
	font-size:120%;
}

#LEFT_MENU DIV.left-menu-1,
#LEFT_MENU DIV.left-menu-2,
#LEFT_MENU DIV.left-menu-3 {
	border-bottom: 1px solid #B4D7EB;
	padding-top: 2px;
	padding-bottom: 2px;
}

#LEFT_MENU DIV.left-menu-1 {
	background-color: #EBF4FA;
	padding-left: 10px;
}

#LEFT_MENU DIV.left-menu-2 {
	background-color: #D4E8F4;
	padding-left: 15px;
}

#LEFT_MENU DIV.left-menu-3 {
	background-color: #EBF4FA;
	padding-left: 20px;
}

#LEFT_MENU DIV.item {
	padding-left: 10px;
}

#LEFT_MENU DIV.selected {
	padding-left: 10px;
	background: url(/images/left-menu-bullet.gif) no-repeat top left;
}

#LEFT_MENU A:link, #LEFT_MENU A:visited {
	color: #004E8F;
}

#LEFT_MENU A:active, #LEFT_MENU A:hover {
	color: #477DAA;
}

#LEFT_MENU DIV.left-menu-1 A {
	font-weight: bold;
	text-decoration: none;
}

#LEFT_MENU DIV.left-menu-2 A {
	text-decoration: none;
}

#LEFT_MENU DIV.left-menu-3 A {
	text-decoration: none;
}

td#LEFT_MENU {
	width:199px;
}

/* BOX */

DIV.box {}

DIV.box-content {
	border-left: 1px solid #98BFD4;
	border-right: 1px solid #98BFD4;
	background-color: #DBEFFA;
	padding: 16px 20px 0px 20px;
}

DIV.box-bottom {
	background: url(/images/box-bottom-left.gif) no-repeat top left;
	height: 12px;
	margin-bottom: 20px;
}

DIV.box-bottom-inner {
	background: url(/images/box-bottom-right.gif) no-repeat top right;
	height: 12px;
}

/* LIST */

DIV.list {
	position: relative;
	margin-bottom: 10px;
}

DIV.list-top {
	position: absolute;
	background: url(/images/list-top-left.gif) no-repeat top left;
	width: 540px;
	height: 6px;
}

DIV.list-top-inner {
	background: url(/images/list-top-right.gif) no-repeat top right;
	top: 0px;
	left: 0px;
	width: 540px;
	height: 6px;
}

DIV.list-body {
	background-color: #F0F7FB;
	border-top: 2px solid #D1E8F1;
	border-left: 2px solid #D1E8F1;
	border-right: 2px solid #D1E8F1;
}

DIV.list-body-inner {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

DIV.list-bottom {
	position: relative;
	background: url(/images/list-bottom-left.gif) no-repeat top left;
	width: 540px;
	height: 7px;
	top: -6px;
}

DIV.list-bottom-inner {
	background: url(/images/list-bottom-right.gif) no-repeat top right;
	width: 540px;
	height: 7px;
}

TABLE.list TH, TABLE.list TD {
	padding: 4px 5px 4px 5px;
	font-size: 11px;
	border-right: 1px solid #D1E8F1;
}

TABLE.list TH.last, TABLE.list TD.last {
	border-right: 0px;
}

TABLE.list TH {
	font-weight: bold;
}

TABLE.list TR.odd TD {
	background-color: #FFFFFF;
}

TABLE.list TR.even TD {
	background-color: #F0F7FB;
}

TABLE.list TR.last TD {
	padding: 0px;
}

#tekst td {
	valign:top;
	font-size: 11px;
}

ul li
{
	list-style: 		none;
	background-image: 	url("/images/link-arrow.gif" );
	background-repeat: 	no-repeat;
	background-position: 	0 4px;
	margin: 		0 0 1em -14px;
	padding: 		0 0 0 14px;
	line-height:		1.2em;
}

ul.childrenlist li a {
	font-size: 100%;
}

ol>li
{
	LIST-STYLE:decimal;
	margin: 		0 20px 0 0;
	padding: 		0 0 0.4em 14px;
	line-height:		1.2em;
	text-align:		justify;
	
}

.Events LI, div.NewsArchiveItem
{
	margin: 		0 0 15px 0;
	padding:		0;
	background-image: 	none;
}

UL.Events
{
	margin: 		0;
	padding:		0;
}

.tipsubbed {
	border: 1px solid #98BFD4;
 	padding: 10px;
 	background-color: #FFFFFF;
}

/*--- Brødkrumme og Print og Tip-ven --*/

#krumme {
	position:relative;
	left:199px;
	width:580px;
	border-left:1px solid #D8E1EC /*#98BFD4#B4D7EB*/;
	margin:0;
	padding:0;
	background:#eee;
	}
	
#krumme table {
	margin:5px;
	padding:0;
}
	
	
.forsiden #krumme, .forside #krumme, .lokalforside #krumme {
	background:#fff;
	border-left:1px solid #fff;
}

.forside #krumme, .lokalforside #krumme {
	left:5px;
	width:780px;
}
	
#krumme td {
	font-size:xx-small;
	margin:0;
	padding:0;
}
	
#krumme td a:link, #krumme td a:visited, #krumme td a:active  {
 	color:#004E8F;
	text-decoration: none;
	font-weight:normal;
	}

#krumme td a:hover{	
	text-decoration:underline;
	color:#477DAA;
}

#krumme td#navpath {
	width:440px;
	margin:0;
	padding:0;
}

.forside #krumme td#navpath, .lokalforside #krumme td#navpath {
	width:580px;
}

ul#NavigationPath {	
	text-align:left;
	margin:0;
	padding:0;
	color:#E65C00;
	color: #003266;	
	color:#B4D7EB;
	color:#477DAA;
	
}
 
ul#NavigationPath li {
	float:left;
	list-style:none;
	background-image:none; !important
	margin: 		0 1em;!important
	padding: 		0;!important
}



ul#NavigationPath img
{
	/*margin:			0 .5em 0 .5em;*/
	display:none;
}


/* -- Ekstra design --- */

hr {
	visibility:hidden;
	clear:both;
	height:1px;
	margin:0;
	padding:0;
	line-height:0.2em;
}

#tekst hr {	
	visibility:visible;
}

a img.link {
	background:#fff;
	border:1px solid #98BFD4;
	padding:2px;
	}

a img.link:hover {
	border:1px solid #477DAA;
}	

.tophistorie, p.nyhedertop, h2.nyhedertop, h2.tophistorie, h2.vignettop, p.tophistorie {
	background: #dfe8eb;
	color;#003266;
	margin:0 0 10px 0;
	line-height:1.3;
	padding: 3px;
	width:99%;
	text-transform:uppercase;
	font-weight:bold;
	font-size:0.8em;
}

.forside h1 {
	font-weight:bold;
	letter-spacing:-0.05em;
	/*text-transform:uppercase;*/
	margin-bottom:0.2em;
}

/*#tophistorie {
	width:100%;
}*/

#tophistorie h1 {
	font-size:300%;
	font-weight:bold;
	letter-spacing:-0.05em;
	/*text-transform:uppercase;*/
	margin-bottom:0.2em;
}

#tophistorie img {
	margin-right:10px;
}

#spas {
	border: 1px solid #dbe4e8;
	background-color:#f0f4f6;
	padding:0;
	margin: 2em 0 0 0;
	}
	
#spas h1, #spas h2 {
	font-size:180%;
	font-weight:bold;
	letter-spacing:-0.05em;
	/*text-transform:uppercase;*/
	margin:0 3px 0.2em 3px;
}

#spas img {
	margin:2px;
	}
	
#spas p {
	font-style:italic;
	margin: 0 2px;
	}
	
/* Citater og Det mener DCF */

em.dcfmener {
	font-weight:bold;
	font-size:140%;
	letter-spacing:-0.05em;
	line-height:1;
	font-style: normal;
}

p.dcfmener {
	font-weight:bold;
}

p.dcfmener em {
	font-weight:normal;
}

em.citat {
	font-size:140%;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:1.2;
	font-style: normal;
	color: #77b2cc/*#dbe4e8*/;
}

ul li.citat {
	margin:0 20px 0.5em 0;
	padding:0 0 40px 0;
	min-height:38px;
	line-height:1.2;
	background-image: url(http://www.dcf.dk/citationstegn.gif);
	background-position: top left;
	background-repeat: no-repeat;
	list-style:none;
}


/* Slut - Citater og Det mener DCF */


#lillehistorie h1, #lillehistorie2 h1 {
	font-size:180%;
	font-weight:bold;
	letter-spacing:-0.05em;
	/*text-transform:uppercase;*/
	margin-bottom:0.2em;
}

/*
.vignetteaser, #lokal {
	padding:2px;
	width:200px;
	/*font-size:100%;
	line-height:1.5;
	letter-spacing:-0.05;*//*
	margin:1em 0;
	border:1px solid #dfe8eb;
}
*/

#lokal {
	background-color: #F5F5F5;
}

/* -- Sidespalte -- */

#sidespalte {
	width:199px;
	margin:0;
	padding:0;
	color:#777;
	font-size:90%;
}

#sidespalte h1, #sidespalte h2, #sidespalte h3, .teaser h1, .teaser h2, .teaser h3 {
	font-size:110%;
	font-weight:bold;
}

.smallteaser {
	margin:0;
	padding:5px 10px 10px 10px;
	}
	
#forste {
 	padding-top:0;
 }

#anden {
	/*background-color: #DBEFFA;*/
	background:#fff url(http://www.lyspaa.dk/design/dcfsideboxlav.gif) no-repeat top left;
	min-height:123px;
	
}

/* -- Sidespalte slut -- */


.hot {
	padding:0;
	background-color: #DBEFFA; 
}

.hot p, .hot h3 { 
	background: transparent;
}

#biting {
	display:inline;
	width:578px;
	height:200px;
}

/* - Nyhedsarkivliste */

h2.NewsArchiveItemTitle a {
	margin:0;
	padding:0;
	line-height:1;
}

p.NewsArchiveItemDate {
	color:#888;
	margin:0;
	padding:0;
	line-height:1;
}

p.NewsArchiveItemDescription {
	margin:0;
	padding:0;
	line-height:1.4;
}

/* Kalender */

.kalenderindslag {
	margin:0 0 0.5em 0;
	padding:0;
}

.kalenderdato {
	margin:0;
	padding:0;
	color:#666;
	line-height:1;	
}

p.kalenderindslagbeskrivelse {
	margin:0;
	padding:0;
	line-height:1.3;
	color: #003266;
	margin-bottom:1em;	
}

/*- - Kampagnekasse - -*/

div#kampagnekasse {
	background: #DBEFFA;
	padding:2px;
	padding-bottom:2em;
	margin-right:10px;	
}

div#kampagnekasse h2.nyhedstop {
	background:#fff;
}

/*- - Kalenderteaser - -*/
div.EventArchiveItemDate {
	margin:0;
	padding:0:
	margin-top:0.5em;
	color:#666;
}

.EventArchiveItemTitle {
}



.byline {
	margin-bottom:1em;
	padding:3px;
	border-top:1px solid #3d5159;
	color:#3d5159;
	font-weight:bold;
}

#fokus {
	/*float:right;
	width:66%;*/
}

p.flere {
	text-align:right;
}
div.fuldbox {
	background-color:#DBEFFA;
	padding:5px;
	 }
	 
/*-- personlister --*/
.personer h2, .cyklister h2 {
	margin:0;
	padding:0.5em 0.2em 0 0.2em;
	line-height:1;
	clear:both;
	font-weight:normal;
	color:#00387C;
}

.titel, .opgaver, .kontakt, .bladindhold {
	margin:0;
	padding:0.2em;
	color:#333;
}

ul.bladindhold {
	margin:0;
	padding:0.6em 15px;
	color:#333;
	list-style:outside;
	border-top: 0px solid  #DBDBDB;
	border-right: 1px solid  #DBDBDB;
	border-bottom: 1px solid  #DBDBDB;
	border-left: 0px solid  #DBDBDB;
}

ul.bladindhold li {
	margin:0px 5px 1em 5px;
	font-weight:normal;
}


.titel, .bladindhold  {
	background-color:#E6E6E6;
	/*background-color: #F5F5F5;
	border-bottom:1px solid  #DBDBDB;*/
	border-top:1px solid  #DBDBDB;
	font-weight:bold;
	padding-bottom:0.2em;
	padding-top:0.1em;
	line-height:1;
}

.opgaver {
	background-color: #F5F5F5;
	padding-bottom:0.5em;

}
p.kontakt {
	width:25%;
	float:left;
	margin-bottom:2em;
	
}

img.portret, .personer h2 img, img.forside {
	float:right;
	margin-right:20px;
}

/*--- lange lister ---*/

.odd {
	background-color:#DBEFFA;

}


div.afdbox {
	background-color: #f0f4f6;
	margin: 0 10px 10px 0;
	padding: 5px;
	clear: none;
	float: left;
	height: 180px;
	width: 150px;
	border: 1px solid #dbe4e8;
}

.billedbox {
	background-color: #f0f4f6;
	margin: 10px;;
	padding: 5px;
	min-width:120px;
	border: 1px solid #dbe4e8;
	font-size:80%;
	font-style:italic;
}

.hbox {
	width:130px;
	color :#003266;
	padding:5px;
	background-color: #f0f4f6;
	font-weight:bold;
	border: #dbe4e8 solid 1px;
	}

.left {
	margin: 10px 10px 10px 0;
	float: left;
}

.right {
	margin: 10px 0 10px 10px;
	float: right;
}

.sponsbox {
	margin:1em 0;
	border-bottom: 2px #ddd solid;
}

/* sidebund */

#BOTTOM {

	background: url(http://www.vicyklertilarbejde.dk/coladesign/bottom-3.gif) no-repeat top left;
	width: 782px;
	height: 21px;
}

.signatur {
	font-style: italic;
}
	

.tips {
	width:220px;
	margin:10px 0 10px 10px;
	border:1px solid #dbe4e8;
	background-color:#fff;
	padding:2px;
	float:right;
	color:#3d5159;
	/*position:relative;
	top:20px;*/
}

.tips h2 {
	margin:0;
	padding:5px;	
	background-color:#dfe8eb;
	text-transform:uppercase;
}

.tips p, .tips h3 {
	margin:0 ;
	padding:3px 5px 0.5em 5px;
	background-color:#e7eaeb;	
}

.tips h3 {
	padding-bottom:0;
	font-size:100%;
	font-weight:bold;
}

.maps {
	width:300px;
}

ul#afdforsidemenu li {
	background:transparent;
	float:left;
}

.box {
	border: 1px solid #dbe4e8;
	background-color:#f0f4f6;
	padding:10px;
	margin: 10px 0;
	height:190px;
	}
	
.hoj {
	min-height:190px;
	}
	
.lav {	
	height:60px;
	min-height: 60px;
	}
	
.formand {
	font-weight:bold;
}
.billbox {
	background-color:#eee;
	border: 1px solid #ccc;
	width:343px;
	padding: 5px;
	margin:5px;
}

.billbox img {
	background-image:url('/media(558,1030)/venteindikator.gif');
	background-position: 50% center;
	background-repeat:no-repeat;
	background-color:#fff;
}	

billbox p {
	width:333px;
}

.hervej{
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background-color: #A7C961;
	border:none;
	font-size:80%;
}

.hervej td {
	padding:2px 5px;
	height:20px;
}

.hervej .odd {
	background-color:#fff;
}

.hervej .dist {
	text-align:right;
	background-image:url(http://www.vicyklertilarbejde.dk/pil_hv.png);
	background-repeat: no-repeat;
	background-position: 10px 2px;
	border-right:dotted 1px #fff;
}

.hervej .odd .dist {
	background-image:url(http://www.vicyklertilarbejde.dk/pil.png);
	background-color:#FFF;
	background-repeat: no-repeat;
	background-position: 10px 2px;
	border-right:dotted 1px #A7C961;
}

.hervej .slut {
	background:#fff;
	font-weight:bold;
	border-top:#fff 2px dotted;
}

.hervej .slut .dist {
	background-image:none;
}

.hervej .thead {
	font-weight:bold;
	color:#fff;
	background-color:#617B2B;
	background-image:none;
}

.produktbox {
	width:154px;
	float:left;
	padding:5px;
	margin:0 5px 5px 0;
	border:#ccc solid 1px;
	background-color:#fff;
	
}

table.specs {
	border: 1px solid #dbe4e8;
	padding:2px;
}
p.medlemspris {
	font-weight:bold;
	color:#fff;
	background-color:#f00;
	margin:0;
	padding:1px;
}

p.normalpris {
	font-weight:bold;
	color: #123456;
	margin:0;
	padding:1px;
}

a.addthis_button {
position:relative;
float:right;
}