@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 {
	height: 100%;

}

body {
	padding: 10px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #363636;
	background-image:url(/public/Image/baggrund.jpg)
}

td{
	vertical-align:top;}

/************************* STRUCTURE **********************/

#container {
	width: 861px;
	height: 100%;
	margin: 0 auto;
	border:1px solid #CCCCCC;
}

#header {
	padding: 0 20px 0 20px;
	position: relative;
}
	
#mainnav {
	width: 810px;
	font-size: 10px;
	margin: 10px 0 0 20px;
	height:21px;
	background-image:url(/web/grafik/gfx_navsep_btm.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#content {
	width: 575px;
	margin: 20px 20px 0 20px;
}

#content_sub {
	width: 585px;
	margin: 20px 25px 0 20px;
	float:right;
}
	

	
	#content ul {
		padding: 0 0 0 25px;
	}

#nyheder_view {
	width: 840px;
	height: 210px;
	margin: 10px 0px 20px 16px;
}

#footer {
}


#left_show{
	width:200px;
	float:left;
	margin:30px 0 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;}



/************************* TEXT **********************/

h1, h2, h3, h4, h5, h6 {
	line-height: normal;	
}

h1 {
	color:#4F4F4F;
	font-size:13px;
	font-weight:bold;
	line-height:20px;
}

h2 {
	color:#4F4F4F;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
}

h3 {
	color:#4F4F4F;
	font-size:10px;
	line-height:20px;
}

p {
	margin: 9px 0 9px 0;
}

#header #topbillede p {
	margin: 0px;
}

/************************* LINKS **********************/

a {
	color: #e8920b;
}

a:hover {
	color: #4f4f4f;
}

a:focus {
}

a:visited {
}

/************************* TABLES **********************/

table {
}

table th {
}

table td {
}

/************************* OTHERS **********************/

#logo {
	position: absolute;
/**	top: 114px;
	left: 20px; **/
	right: 20px;
}

.clear {
	clear: both;
}

.noshow {
	display: none;
}

.border {
	border: 1px #000 solid;
}