
/* Faste html elementer */

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url("http://www.ix2008.dk/dkm/_img/_layout/loop_back.gif");
	background-repeat:repeat;	
}

input
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:2px;
}

a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CC0000;
}

div{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;

}


/* Default Colors */

.colorRed{
color:#a90027;

}



/* Layout divs */
#main_div{
	width:1024px;
	text-align:left;
	border:0px solid #c0c0c0;
		

}

			/* Firefox Hack  :( */
		html>body #main_div {
			border:0px solid #c0c0c0;
		}

#banner_div{
	width:1024px;
	height:126px;
	background-image:url(/dkm/_img/_layout/logo.jpg);
	background-repeat:repeat-x;	
	border:1px solid #c0c0c0;
}

#banner_menu_div{
	width:1024px;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	height:25px;
	line-height:25px;
	background-image:url(/dkm/_img/_layout/banner_menu.gif);
	background-repeat:repeat-x;	

}
#banner_menu{
width:680px;
float:right;
line-height:24px;
text-align:center;
padding-left:0px;
font-size:10px;
color:#CCCCCC;
}
#center_placeholder_div{
	width:100%;
	border:1px solid #c0c0c0;
	background-image:url(/dkm/_img/_layout/center_bg.gif);
	background-repeat:repeat-y;
	overflow:visible;
	visibility: visible;
}
#menu_force_height{
	width:1px;
	height:400px;
	float:left;
}

#menu_left_div{
	width:205px;
	float:left;
	

}
#center_div{
	width:655px;
	float:left;
}

#menu_right_div{
	width:160px;
	float:right;

}



#footer_div{
	width:100%;
	text-align:center;
	color:#333333;
	line-height:25px;
	height:25px;
	clear:both;
	background-image:url(/dkm/_img/_layout/footer_menu.gif);
	background-repeat:repeat-x;	
}
#footer_copy{
	width:100%;
	text-align:center;
	color:#999999;
	line-height:10px;
	height:25px;
	clear:both;
	
}
