@import url("navigation.css");
@import url("modules.css");

/************************* RESET **********************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/************************* HTML BODY **********************/
/*
html {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}*/

html, body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	background-color: #424549;
	color: #000000;
	background: #424549 url(/web/grafik/body_bg.jpg) repeat-x top;
}

/************************* MODTAGELSE **********************/

#modtagelse_distance { 
	width:1px;
	height:50%;
	margin-bottom: -137px; /* half of container's height */
	float:left;
}

#modtagelse_container {
	width: 545px;
	height: 275px;
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	clear:left;
}

	#modtagelse_logo {
		width: 250px;
		float: left;
	}
	
	#modtagelse_tekst {
		color: #FFF;
		float: left;
	}

	#modtagelse_container #box1 {
		background-image:url(/public/Image/modtagelse/1.png);
		width: 179px;
		height: 159px;
		float: left;
	}
	
		#modtagelse_container #box1 ul {
			margin: 90px 0 0 25px;
			list-style: none;
		}
		
		#modtagelse_container #box1 ul li {
			background-image: url(/web/grafik/front_arrow.png);
			background-repeat: no-repeat;
			background-position:left center;
			height: 15px;
			padding: 0 0 5px 10px;
			line-height: inherit;
		}
	
	#modtagelse_container #box2 {
		background-image:url(/public/Image/modtagelse/2.png);
		width: 179px;
		height: 159px;
		float: left;
		padding: 0 1px 0 1px;
		background-color: #FFF;
		background-position: center;
		background-repeat: no-repeat;
	}
	
		#modtagelse_container #box2 ul {
			margin: 90px 0 0 25px;
			list-style: none;
		}
		
		#modtagelse_container #box2 ul li {
			background-image: url(/web/grafik/front_arrow.png);
			background-repeat: no-repeat;
			background-position:left center;
			height: 15px;
			padding: 0 0 5px 10px;
			line-height: inherit;
		}
	
	#modtagelse_container #box3 {
		background-image:url(/public/Image/modtagelse/3.png);
		width: 180px;
		height: 159px;
		float: left;
		margin: 0;
	}
	
		#modtagelse_container #box3 ul {
			margin: 90px 0 0 25px;
			list-style: none;
		}
		
		#modtagelse_container #box3 ul li {
			background-image: url(/web/grafik/front_arrow.png);
			background-repeat: no-repeat;
			background-position:left center;
			height: 15px;
			padding: 0 0 5px 10px;
			line-height: inherit;
		}
		
		#modtagelse_container p {
			padding: 0 0 0 5px;
		}
		
		

/************************* STRUCTURE **********************/

#container {
	width: 917px;
	margin:0 auto;
	background-color:#FFF;
}

#header {
	width: 917px;
	height: 75px;
	background: #FFFFFF url(/web/grafik/bg_header.jpg) no-repeat top center;
	color: #FFF;
}

#mainnav {
	margin: 25px 30px 0 0;
	float: right;
}

#col1 {
	width: 190px;
	margin: 0 0 0 10px;
	float: left;
}

	#col1 #subnav_top {
		width: 190px;
		height: 10px;
		background: #FFF url(/web/grafik/bg_subnav_top.jpg) no-repeat top;
	}
	
	#col1 #subnav {
		width: 190px;
	}
	
#breadcrumb {
	width: 548px;
	padding: 0 0 0 10px;
	float: left;
	color: #c5c5c5;
	border-right: 1px #f4f4f4 solid;
}

#content {
	 background: #FFF url(/web/grafik/bg_content.jpg) repeat-y left;
	 float: left;
}
	
	#content #image {
		text-align: center;
		margin: 0 0 6px 8px;
	}
	
	#content #box_cont1 {
		width: 418px;
		height: 170px;
		margin: 5px 0 5px 9px;
		padding: 0 10px 0 10px;
		float: left;
		background-image: url(/web/grafik/bg_box.jpg);
		background-position: top;
		background-repeat: no-repeat;
		color: #000;
	}

		#content #box_cont1 ul {
			margin: 0 0 0 15px;
			list-style: none;
		}

		#content #box_cont1 ul li {
			background-image: url(/web/grafik/front_arrow.png);
			background-repeat: no-repeat;
			background-position:left center;
			height: 15px;
			padding: 2px 0 5px 10px;
			line-height: inherit;
		}

	#content #box_cont2 {
		width: 418px;
		height: 170px;
		margin: 5px 1px 5px 0;
		padding: 0 10px 0 10px;
		float: right;
		background-image: url(/web/grafik/bg_box.jpg);
		background-position: top;
		background-repeat: no-repeat;
		color: #000;
	}
		
		#content #box_cont2 ul {
			margin: 0 0 0 15px;
			list-style: none;
		}
		
		#content #box_cont2 ul li {
			background-image: url(/web/grafik/front_arrow.png);
			background-repeat: no-repeat;
			background-position:left center;
			height: 15px;
			padding: 2px 0 5px 10px;
			line-height: inherit;
		}
		
		#content #indhold {
			width: 538px;
			min-height: 422px;
			float: left;
			margin: 0 0 0 10px;
			padding: 10px 10px 0 0;
			border-right: 1px #f4f4f4 solid;
			color: #000;
		}
		
		#content #indhold ul {
			margin: 0 0 0 20px;
		}
		
		#content #hojre {
			width: 140px;
			min-height: 422px;
			float: right;
			margin: 0 10px 0 0;
		}


#footer {
	width: 918px;
	margin: 0 auto;
	padding: 25px 0 0 10px;
	color: #FFF;
}

	#footer .footer {
		float: left;
	}

	#footer .vjm {
		float: right;
		padding: 0 10px 0 0;
	}

/************************* TEXT **********************/

h1, h2, h3, h4, h5, h6 {
	line-height: normal;	
}

h1 {
	font-size: 16px;
}

#header h1 {
	padding: 20px 0 0 30px;
	float: left;
}

#modtagelse_container h1 {
	font-size: 14px;
	padding: 10px 0 0 10px;
	color: #FFF;
}

#box_cont1 h1 {
	height: 27px;
	font-size: 14px;
	padding: 10px 0 0 0;
	color: #FFF;
}

#box_cont2 h1 {
	height: 27px;
	font-size: 14px;
	padding: 10px 0 0 0;
	color: #FFF;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 14px;
	color:#FFF;
	margin-top:8px;
}

p {
	margin: 9px 0 9px 0;
}

#image p {
	margin: 0;
}

#header p {
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding: 13px 0 0 30px;
}

/************************* LINKS **********************/

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

a:focus {
}

a:visited {
}

#footer a {
	color: #FFF;
}

#box_cont1 a {
	color: #f90000;
}

#box_cont2 a {
	color: #f90000;
}

#breadcrumb a {
	color: #c5c5c5;
	text-decoration: none;
}

#header a {
	color: #FFF;
	text-decoration: none;
}

/************************* TABLES **********************/

table {
}

table th {
}

table td {
}

/************************* OTHERS **********************/

.logo {
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding: 13px 0 0 30px;
}

.clear {
	clear: both;
}

.noshow {
	display: none;
}

.dinitrol {
	float: right;
}


