body {
	margin: 0px;
	background: #555;
	/*font-family: arial;*/
    font-family: 'Lato', sans-serif;
}

img.bgLarge {
	min-width: 1600px;
    width:100%;
    height:auto;
    position:fixed;
}

@media screen and (max-width: 1600px) {
	img.bg {
		left: 50%;
		margin-left: -800px;
	}
}

a:link, a:visited {
	color: #333;
	text-decoration: none;
	transition: all 200ms ease-in-out;
}

a:hover {
	color: #f8981c;
	text-decoration: underline;
}

.highlight {
	background-color: #ffff00;
}

#pageWrapper {
    position:relative;
    width:100%;
    //background: url(/img/top_bg_repeat.png) repeat-x top left;
	padding-bottom: 30px;
	background: url(/img/bg_large.jpg) no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-y: hidden ! important;
	overflow-x: hidden ! important;


}  

#pagecontainer {
	width: 1050px;
	margin: auto;

}
#page_134 #pagecontainer,
#page_44 #pagecontainer,
#page_37 #pagecontainer {
	display: none;
}

#top {
	position: relative;
	height: 111px;
	/*background: url(/img/topbg.gif) no-repeat;*/
	width: 1050px;
	margin: 0 auto;
}
#topOuter {
	background: rgba(255,255,255,.5);
}

#logo {
	position: absolute;
	top: 23px;
	/*left: 23px;
	font: 26px arial;
	color: #505050;
    text-indent:-9999px;*/
	
}
    
img.retinaLogo {
    width:314px;
    margin-left:-79px;
}

@media screen and (max-width: 1250px) {
	img.retinaLogo {
		width:314px;
		margin-left:0px;
	}
}

#langSelect {
	width:500px;
	height:111px;
	/*background-color:#f8981c;*/
	float:right;
	padding-top: 0px;
}

#callText p {
	line-height: 18px;
	margin: 0px;
	padding:0px;
}

#callText {
	width:500px;
	height:80px;
	color:#555;
	padding:40px 0px;
	float:left;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size:24px;
	text-transform: uppercase;
	text-align: right;
}

#callText span {
	font-size:14px;
}

#langIcons {
	width:500px;
	height: 40px;
	float: right;
	padding:0px 0px;
}

#langIcons .langDa {
	display:block;
	width:25px;
	height:25px;
	background: url(/img/flag_da.png) no-repeat;
	text-indent: -9999px;
	float:right;
}

#langIcons .langEn {
	display:block;
	width:25px;
	height:25px;
	margin-left: 5px;
	background: url(/img/flag_uk.png) no-repeat;
	text-indent: -9999px;
	float:right;
}
#footerInfo .liicon,
#footerInfo .fbicon {
	display:block;
	width:25px;
	height:25px;
	float:right;
	margin-bottom: 10px;
}
.liicon img,
.fbicon img {
	width: 27px;
}
#footerInfo .fbicon {
	margin-right: 5px;
}



/*********************************************************/
/* FORMS
/*********************************************************/
.FormElement {
	margin-bottom: 20px;
}
#submitknap {
	background-color:#f8981c;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 16px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	transition: all 400ms ease;
}
#submitknap:hover {
	background-color: #444;
}




/*********************************************************/
/* SLIDER
/*********************************************************/
#homeSlider {
	width:1050px;
	margin: auto;
	height:360px;
	background-color:#f8981c;
}

#homeSlider .info {
	display:none;
}

#sliderWrapper {
	width:100%;
	height: 360px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom:30px;
}

#homeSliderOuter {
	position: relative;
	width: 1050px;
	height: 360px;
	margin: 0 auto;
}

#homeSliderOuter #prev,
#homeSliderOuter #next {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	margin-top: -40px;
	right: 0px;
	transition: all 1000ms ease;
	cursor: pointer;
	background-image: url(/img/slider_next.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	z-index: 1200;
}

#homeSliderOuter #prev {
	left: 0px;
	background-image: url(/img/slider_prev.png);
	background-repeat: no-repeat;
	background-position: center;
}

#sliderWrapper:hover #prev,
#sliderWrapper:hover #next {
	opacity: 1;
}

#homeSlider {
	width: 1050px;
	height: 360px;
}

#homeSlider .slide {
	width: 1050px;
	height: 360px;
}

#homeSlider .slide .inner {
	position: relative;
	width: 1050px;
	height: 360px;
	padding: 0px;
	color: #fff;
}

#homeSlider .slide .inner .info {
	position: relative;
	width: 100%;
	min-height: 100px;
	margin-top: 100px;
}

#homeSlider .slide .inner .info h2 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
}

#homeSlider .slide .inner .info .content {
	background-color: #d95966;
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
	padding: 7px 12px;
	margin-top: 10px;
}







.frontpageGraphics {
	position:relative;
	width:1050px;
	margin: 0 auto;
	height: 111px;
	margin-bottom: -21px;
	z-index: 1000;
}
    
#mainarea {
	margin:0px;
	min-height: 300px;
}

#maintable {
	min-height:100px;
}
#page_1 #maintable {
	min-height:100px;
}

#context {
	margin: 0 0 1px 0;
}

/*
MENU STUFF
*/

#menuWrapper {
	background: rgba(255,255,255, .2);
	min-height: 50px;
	margin-bottom: 30px;
}

#topmenu,
#menuline {
	width: 1050px;
	margin: 0 auto;
    margin-bottom:30px;
	padding:0;
	background: #535453;
	height: 50px;                             
     
}
#topmenu {
	background: transparent;
	margin-bottom: 0px;
	height: 30px;
}

#topmenu li,
#menuline li {
	display: inline;   
}

#topmenu li div,
#menuline li div {
	padding-right: 20px;
}

#topmenu li a:link, #topmenu li a:visited,
#menuline li a:link, #menuline li a:visited {
	display: block;
	float: left;
	padding: 18px 18px 18px 18px;
	font-family: 'Lato', sans-serif;
    font-size: 14px;
	color: #fff;
	text-decoration: none;   
}
#topmenu li a:link, #topmenu li a:visited {
	width: 145px;
	padding: 8px 18px;
	font-size: 12px;
	line-height: 14px;
	background-color: #a0a5a6;
	background: url(/img/tabs_arrow_right.png) rgba(0, 0, 0, 0.2) right 10px center no-repeat;
}
#topmenu #mi_225 .inactive, #topmenu #mi_225 a:visited,
#topmenu #mi_219 .inactive, #topmenu #mi_219 a:visited {
	color: #333;
	background: none;
	background-color: transparent;
	transition: none;
}

#menuline li a.active:link, #menuline li a.active:visited {
	background:#f8981c;
}

#topmenu li a.active:link, #topmenu li a.active:visited {
	background: url(/img/tabs_arrow_down.png) #535453 right 10px center no-repeat;
}

#menuline li a:hover {
	background:#f8981c;
}

#topmenu li a:hover {
	background: url(/img/tabs_arrow_down.png) #535453 right 10px center no-repeat;
}

#topmenu #mi_225 a:hover, #topmenu #mi_225 .active,
#topmenu #mi_219 a:hover, #topmenu #mi_219 .active {
	color: #fff !important;
	background-color: #535453;
	background: url(/img/tabs_arrow_down.png) #535453 right 10px center no-repeat;
}


#menuline #mi_127 .active, #menuline #mi_134 .active,
#menuline #mi_127 .inactive, #menuline #mi_134 .inactive,
#menuline #mi_37 .active, #menuline #mi_44 .active,
#menuline #mi_37 .inactive, #menuline #mi_44 .inactive {
    width:50px;
    height:50px;
    background: url(/img/menu_home_icon.png) #333 no-repeat center center;
    padding:0px;
    margin:0px;
    text-indent:-9999px;
}

#menuline #mi_127 a:hover,
#menuline #mi_127 .active,
#menuline #mi_134 a:hover,
#menuline #mi_134 .active,
#menuline #mi_37 a:hover,
#menuline #mi_37 .active,
#menuline #mi_44 a:hover,
#menuline #mi_44 .active {
	background: url(/img/menu_home_icon.png) #f8981c no-repeat center center;
}

#leftcol {
	width: 230px;
	vertical-align: top;
    padding-right:30px;
}

/**********************************
* 	LEFT MENU
***********************************/

#leftmenu {
	padding: 0;
	margin: 0;
}
#leftmenu li {
	list-style: none;
}

#leftmenu li a:link, #leftmenu li a:visited {
	display:block;
    width:230px;
    background: url(/img/left_arrow.png) 210px center no-repeat;
	padding:14px 20px;
    margin-bottom:2px;
    color:#555555;
    font-family: 'Lato', sans-serif;
    font-size:13px;
    font-weight:700;
	text-decoration: none;
    background-color:#fff;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
}

#leftmenu li a.active:link, #leftmenu li a.active:visited {
    background: url(/img/left_arrow_white.png) 210px center no-repeat;
	background-color:#f8981c;
    color:#fff;
	padding: 16px 20px;
}
#leftmenu li a:hover {
    background: url(/img/left_arrow_white.png) 210px center no-repeat;
	background-color:#f8981c;
    color:#fff;
	padding: 16px 20px;

}

/* 2nd level*/

#leftmenu ul {margin: 0; padding:0;}
#leftmenu ul * {background: none;}
#leftmenu ul li {}
#leftmenu ul li a:link, #leftmenu ul li a:visited {background: #d9d9d9;}
#leftmenu ul li a.active:link, #leftmenu ul li a.active:visited {}
#leftmenu ul li a:hover {}



#canvas {
    width:1050px;
	padding: 30px 15px;
	vertical-align: top;
    font-family: 'Lato', sans-serif;
    background-color:#fff;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
}

#page_1 #canvas {
	background-color:#f8981c;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

#canvas h1, #canvas h2, #canvas h3, #canvas h4 {
    color:#333;
    font-weight:300;
}

#canvasMenu {
    width:790px;
	padding: 30px 15px;
	vertical-align: top;
    font-family: 'Lato', sans-serif;
    background-color:#fff;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
}

#canvasMenu h1, #canvasMenu h2, #canvasMenu h3, #canvasMenu h4 {
    color:#333;
    font-weight:300;
}

#creditcontainer {
	text-align: center;
	width: 760px;
	margin: auto;
	padding-right: 15px;
	font: 9px arial;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #c0c0c0;
    position:relative;
}

#creditcontainer a {
	color: #f8981c;
	text-decoration: none;
}

#creditcontainer a:hover {
	color: #a0a0a0;
	text-decoration: none;
}

#bottombar {
	/*background: url(/img/bottombg.gif) no-repeat 0 0;*/
	height: 40px;
	width: 1050px;
	margin: auto;
	padding-top: 15px;
	color: #ccc;
	text-align: center;
	font-size: 11px;
	position:relative;
}

#footerYellowLine {
    width:100%;
    height:3px;
    background-color:#f8981c;
    position:relative;

}

#footerWrapper {
    width:100%;
    min-height:200px;
    background-color:#555;

}

#footermenu {
	margin-bottom: 30px;
}

#footer {
    width:1050px;
    min-height:50px;
    margin:0 auto;
	margin-bottom:30px;
    color:#ccc;
}
#footer #footerLeft,
#footer #footerMiddle,
#footer #footerRight,
#footer #footerInfo  {
	width:25%;
	min-height:50px;
	float:left;
	font-size: 16px;
	font-weight: 300;
	margin-top: 20px;
	line-height:20px;
}

.footerCircle {
	width:24px;
	height:24px;
	margin-bottom:10px;
	padding-top:6px;
	line-height:0px;
	color:#fff;
	font-size: 12px;
	text-align: center;
	background-color: #f8981c;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

#footer a {
	color: #ccc;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer div ul li {
	list-style: none;
	text-decoration: none;
}

#footer div li a {
	color:#ccc;
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
}

#footerLeft {

}

#footerMiddle {

}

#footerRight {

}

#footerInfo {
	text-align: right;
}

#footerInfo span {
	color:#f8981c;
}


/******************************************************************************************
	DIVERSE GENERELLE STYLES
*****************************************************************************************/


ul li {
	list-style-type: square;
	list-style-image: url(/img/li_image.gif);
}

.element P {
	margin-top: 0px;
}

.breadcrumb {
	margin-top: 0px;
    font-size:12px;
	padding: 0px 0px 20px 0px;
	color: #f8981c;
}
	.breadcrumbitem {
		/*background-image: url(/dcminc/img/bcpil2.gif);*/
	}
	.breadcrumbitemlast {}

	.breadcrumb A:link, .breadcrumb A:visited {
		font-weight: bold;
		color:#999999;
		text-decoration: none;
	}
	.breadcrumb A:Hover {
		font-weight: bold;
		color: #333333;
		text-decoration: underline;
	}


	
	
.vline {
	background-image: url(/img/vline.gif);
	background-repeat: repeat-y;
	background-position : center;
}
.hline {
	background-image: url(/img/hline.gif);
	background-repeat: repeat-x;
	background-position : center;
}
	

/******************************************************************************************
	FORMATTERING AF CMS ELEMENTER
*****************************************************************************************/


/* CM Styles */
#PageTitle {
	margin-bottom: 1.5em;
}
#PageTitle h1 {
	margin: 0px;
    font-size:36px;
    font-weight:300;
	color: #f8981c;
}
#PageTitle p {
	color: #red;
	border: 1px solid silver;
	background: #f5f5f5;
	padding: 5px;
	margin: 5px 0px 10px 0px;
}

/*
  Layout STYLES
*/

.LayoutFull {
	width: 100%;
	padding: 0px;
    font-family: 'Lato', sans-serif;
}

#PageHeader {
    padding:0px;
	position: relative;

}

.breadcrumb {
}


.LayoutCol {
	width: 760px;
}
	.LayoutCol1 {
		padding: 20px;
		vertical-align: top;
	}
	.LayoutCol2 {
		width: 180px;
		padding: 10px;
		vertical-align: top;
	}

#canvasMenu .LayoutFull {
	width: 100%;
}
#canvasMenu .LayoutCol {
	width: 100%;
}
	#canvasMenu .LayoutCol2 {
		
	}

/*
  GRID STYLES
*/

	.gridFull {
        margin:0px;
        padding: 0px 15px;
        font-family: 'Lato', sans-serif;
        font-weight:300;
	}

	.gridSplitMid {
		width: 100%;
		margin-bottom: 30px;
	}
	#page_1 .gridSplitMid{
		margin-bottom: 20px;
	}

	.gridSplitMidLeft {

	}
	.gridSplitMidRight {

	}


	.gridSplitRight {
		width: 100%;
		background-image: url(/img/vline.gif);
		background-position: 71%;
		background-repeat: repeat-y;		
	}

	
	.gridSplitRightLeft {
		float: left;
		width: 70%;
	}
	.gridSplitRightRight {
		float: right;
		width: 27%;
		padding-left: 2%;
	}
	
	.gridSplit3 {
		width: 100%;
		
		/*background-image: url(/img/vline.gif);
		background-position: 33% 33%;
		background-repeat: repeat-y;*/
	}
	
	
	.gridSplit3p1 {
		width: 33%;
		padding-right: 8px;
	}
	.gridSplit3p2 {
		width: 33%;
		padding-left: 8px;
		padding-right: 8px;

	}
	.gridSplit3p3 {
		width: 33%;
		padding-left: 8px;
	}


/* 
	ELEMENT STYLES
*/

#page_1 #topOuter {
	margin-bottom: 30px;
}

.elementNormal1 li {
	list-style-image: url(/img/list-arrow.png);
}

.elementNormal1 {
	margin-bottom: 30px;
	color: #555555;
    font-size:14px;
}
	.elementNormal1 h2 {
		font-size: 25px;
		line-height: 26px;
		font-family: 'Lato', sans-serif;	
		color: #005072;
		margin: 0px 0px .5em 0px;
	}

	#page_1 .elementNormal1 h2 {
		font-size: 44px;
		line-height: 26px;
		font-family: 'Lato', sans-serif;
		color: #fff;
		margin: 0px 0px .5em 0px;
	}

	.elementNormal1Content {
		font: 100% arial;
		line-height: 140%;
	}
	.elementNormal1Content p {
		margin: 0px 0px 15px 0px;
	}

	.elementNormal1Link a {
		background-color: #f8981c;
		color:#fff;
		text-decoration: none;
		font-family: 'Lato', sans-serif;
		font-size: 16px;
		font-weight: 300;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px; /* future proofing */
	}

	#page_1 .elementNormal1Link a {
		font-size: 22px;
		padding: 20px;
	}

.flxLinkButtonInline {
	background-color: #f8981c !important;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #fff !important;
	padding: 8px 12px !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.flxLinkButtonInline:hover {
	background-color: #444 !important;
	color: #fff !important;
}
.flxLinkButton {
	background: #f8981c;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 300 !important;
	padding: 8px 12px;
	color: #fff !important;
	text-decoration: none;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.flxLinkButton:hover {
	text-decoration: none;
	background: #d77e1c !important;
}

#page_1 .flxLinkButton {
	width: 80%;
	width: 190px;
	height: 190px;
	background-color: #fff ;
	font-size: 26px;
	line-height: 26px;
	font-weight: 300;
	color: #d77e1c !important;
	/*text-decoration: none;*/
	text-align: center;
	padding: 60px 10px 0 10px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	margin: 10px 15px;
	float: right;
	-webkit-box-shadow: 6px 6px 0px 0px rgba(138,99,30,1);
	-moz-box-shadow: 6px 6px 0px 0px rgba(138,99,30,1);
	box-shadow: 6px 6px 0px 0px rgba(138,99,30,1);
}
#page_1 .gridSplitMidRight .flxLinkButton {
	float: left;
}

#page_1 .flxLinkButton:hover {
	background-color: #444;
	color: #fff !important;
}

.elementNormal2 {
	font: 70% arial;
}
	.elementNormal2 h2 {
		font-family: 'Lato', sans-serif;
		color: #314A77;
		margin: 0px 0px 5px 0px;
		
	}
	.elementNormal2Content {
		line-height: 100%;
		font: 100% arial;
	}

	.elementNormal2Content .flxLinkButtonInline {
		width: 30%;
		min-height: 70px;
		margin: 0 10px;
		margin-bottom: 20px;
		background-color: #f8981c;
		float: left;
		padding: 20px;
		font-size: 14px;
		color: #fff;
		text-decoration: none;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		display: table;
	}
	.elementNormal2Content .flxLinkButtonInline span {
		display: inline-block;
		display: table-cell;
		vertical-align: middle;
	}

	.elementNormal2Content .flxLinkButtonInline:hover {
		background-color: #333333;
	}

.elementNormal3 {
	
}
	.elementNormal3 h2 {
		font-family: 'Lato', sans-serif;
		margin-bottom: 5px;
	}
	.elementNormal3 p {
		font-family: 'Lato', sans-serif;
		margin-bottom: 5px;	
	}


.elementBox1 {
	width: 100%;
	margin-bottom: 10px;
	
	color: #555555;
}
	.elementBox1 h2 {
		color: #ffffff;
		margin: 0 0 1px 0;
		padding: 5px 10px;
		background: #c2c2c2;
		
	}
	.elementBox1Content {
		padding: 10px;
		overflow: hidden;
		background: #f5f5f5;
	}
	.elementBox1Content p{
		margin: 0px 0px 8px 0px;	
	}
	.elementBox1Link{
		padding: 5px 5px 0px 0px;
		font-weight: bold;
	}
	
.elementBox2 {
	font: 80% arial;
	margin-bottom: 6px;
	margin-top: 4px;
}
	.elementBox2 a {
		
	}
	.elementBox2 h2 {
		color: #7d7d7d;
		font-family: 'Lato', sans-serif;
		margin: 0px;
		padding: 5px 0px 5px 5px;
		background: #f5f5f5;
		border: 1px solid #d7d7d7;
	}
	.elementBox2Content {
		padding: 0px 10px 10px 10px;
		
	}

	.elementBox2Content p {
		margin-top: 5px;	
		margin-bottom: 5px;	
	}
	

.elementBox1 UL, .elementBox2 UL, .elementBox3 UL {
	margin-left: 15px;
}

.ListExtContainer .Even, .ListExtContainer .Odd {
	background-image: url(/dcminc/img/hline.gif);
	background-repeat: repeat-x;
	background-position: 0px 100%;
}

.ListExtContainer a {
	font-weight: normal;
}
.ListExtContainer .Date {
	font-family: 'Lato', sans-serif;
	color: #7d7d7d;
}

.PollResultChoice .Bar {margin-top:2px; border: 1px solid silver;}
.PollResultChoice .BarActive {overflow: hidden; height: 7px; background-color: #22426D; border: none;}


/******************************************************************************************
	NYHEDER
*****************************************************************************************/


/* OVERBLIK */
.NewsListItem  {
	padding: 6px 0px 6px 0px;
	margin-bottom: 8px;
	border-bottom: 1px dashed silver;
	font-size: 100%;
}

.NewsListItemHeader {
}
.NewsListItemTitle {
	float: left;	
	font: 80% arial;
}

.NewsListItemDate {
	float: right;
	font: 70% arial;
	text-align: right;
}

.NewsListItemBody {
	font: 70% arial;
	line-height: 130%;
}

.ShowNewsItem  {
	border: 1px solid silver;
	padding: 6px;
	background: #fbfbfb;
	margin-bottom: 15px;
	font-size: 100%;
}

.ShowNewsItemHeader {
}
.ShowNewsItemTitle {
	float: left;	
	font: bold 90% arial;
}

.ShowNewsItemDate {
	float: right;
	font: 70% arial;
	text-align: right;
}

.ShowNewsItemBody {
	font: 70% arial;
	line-height: 130%;
}

.ListItem {
	padding: 3px 0px 3px 0px;
	background-image: url(/img/hline.gif);
	background-position: 0px 100%;
	background-repeat: repeat-x;
}
	.ListItem .Title{
		font: 70% arial;
		float:left;
	}
	.ListItem .Date{
		font: 70% arial;
		float:right;
	}
.ListHeader{
	font: bold 80% arial;
}

.UdtraekItemNormal {
	padding: 2px 0px 2px 0px;
	background-image: url(/img/hline.gif);
	background-position: 0px 100%;
	background-repeat: repeat-x;
	font-size: 100%;
}
	.UdtraekItemNormal .Title{
		font: bold 100% arial;
		float:left;
		
	}
	.UdtraekItemNormal .Date{
		font: 100% arial;
		float:right;
	}
.UdtraekItemBox {
	padding-bottom: 6px;
	background-image: url(/img/hline.gif);
	background-position: 0px 100%;
	background-repeat: repeat-x;
}
	.UdtraekItemBox .Title{
		font: bold 100% arial;
	}
	.UdtraekItemBox .Date{
		font: 80% arial;
		color: #a1a1a1;
	}


