@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: auto !important;
	height: 100%;
	min-height: 100%;
}

body {
	background: #e6dfc1 url(/web/grafik/bg_body.jpg) no-repeat top center;
	color: #363636;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	height: auto !important;
	height: 100%;
	line-height: 1.6em;
	min-height: 100%;
}

/************************* STRUCTURE **********************/

#outer_container {
	background: url(/web/grafik/bg_outer_container.png) repeat-y center;
	overflow: hidden;
	width: 100%;
}

	#outer_container2 {
		background: url(/web/grafik/bg_outer_container2.gif) no-repeat center 100px;
		overflow: hidden;
		width: 100%;
	}
	
		#container {
			background: #FFF;
			margin: 0 auto;
			min-height: 548px;
			padding: 10px;
			width: 940px;
		}
		
			#header {
				padding: 0 0 10px 0;
				position: relative;
			}
			
				#telefon {
					top: 55px;
					color: #fff;
					font-size: 22px;
					height: 70px;
					padding: 10px 20px 0 0;
					position: absolute;
					right: 0;
					text-align: right;
					width: 240px;
				}
			
			#outerContent {
				background: url(/web/grafik/bg_outerContent.gif) repeat-y;
				overflow: hidden;
			}
			
			#outerContent2 {
				background: url(/web/grafik/bg_outerContent2.jpg) no-repeat bottom left;
				overflow: hidden;
			}
			
			#content {
				overflow: hidden;
				position: relative;
			}
			
				.boks {
					float: left;
					height: 337px;
					margin: 0 20px 0 0;
					padding: 20px;
					width: 260px;
				}	
				
					.boks a {
						display: block;
						height: 270px;
						text-indent: -9999em;
					}
			
					.boks td {
						color: #fff;
						padding: 5px 0 5px 0;
					}
				
						.boks td a {
							color: #fff;
							display: inline;
							text-decoration: none;
							text-indent: 0;
						}				
			
					.boks p {
						margin: 0;
					}
				
				.boks1 {
					background: url(/web/grafik/bg_boks1.jpg) no-repeat;
				}
					
				.boks2 {
					background: url(/web/grafik/bg_boks2.jpg) no-repeat;
				}
					
				.boks3 {
					background: url(/web/grafik/bg_boks3.jpg) no-repeat;
					margin: 0;
				}
					
			#mainnav {
				float: left;
				margin: 0 10px 0 0;
				width: 240px;
			}
					
			#text {
				float: left;
				margin: 10px 10px 0 0;
				padding: 20px 10px 0 10px;
				width: 460px;
			}
					
			#images {
				float: left;
				margin: 10px 0 0 0;
				width: 200px;
			}
					
				#images p {
					margin: 0;
				}
					
				#images img {
					border-bottom: 1px #fff solid;
				}
				
#outer_footer {
	background: url(/web/grafik/bg_footer.png) no-repeat top;
	overflow: hidden;
	width: 100%;
}

#footer {
	height: 78px;
	margin: 0 auto;
	width: 960px;
}


/************************* TEXT **********************/

h1, h2, h3, h4, h5, h6 {
	line-height: normal;	
}

h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 20px 0 0 0;
}

h3 {
	font-size: 13px;
}

p {
	margin: 9px 0 9px 0;
}

/************************* LINKS **********************/

a {
	color: #219500;
}

a:hover {
	color: #219500;
	text-decoration: none;
}

/************************* FORMULARER GENERELT **********************/

fieldset {
	background: #eee;
	border: 1px #CCC solid;
	padding: 15px;
}

legend {
	display: none;
}

form {
}

select {
	width: 213px;
	height: 26px;
	margin: 22px 0 0 20px;
	padding: 5px;
	border: 1px solid #BDCBD1;
	font-size: 11px;
}

select.txttid {
	width: 75px;
	height: 30px;
	margin: 0;
	border: 1px solid #000;
}

select.txtrest {
	width: 250px;
	height: 30px;
	margin: 0;
	border: 1px solid #000;
}

input.txtfield {
	width: 300px;
	height: 19px;
	margin: 0 0 0 0;
	padding: 7px 0 0 5px;
	border: 1px solid #000;
	font-size: 11px;
}

input.txtpostnr {
	width: 100px;
	height: 19px;
	padding: 7px 0 0 5px;
	border: 1px solid #000;
	font-size: 11px;
}

input.txtcity {
	width: 180px;
	height: 19px;
	padding: 7px 0 0 5px;
	border: 1px solid #000;
	font-size: 11px;
}

input.checkbox {
	border: 1px solid #000;
}

textarea {
	width: 295px;
	height: 125px;
	border: 1px solid #000;
	padding: 7px 5px 7px 5px;
}


input.btn {
	margin: 0 10px 0 0;
}

/************************* FORMULARER **********************/

fieldset dt, fieldset dd {
	padding: 5px 0 0 0;
}

/************************* OTHERS **********************/

.logoPadding {
	padding: 0 10px 0 0;
}

.logoAzzurra,
.logoNordkraft,
.logoDenandenside {
	border: 0;
	float: left;
}

.LogoPrintAzzurra,
.LogoPrintDenAndenSide,
.LogoPrintNordkraft {
	display: none;
}

span.msg {
	color: #F00;
	font-weight: bold;
}

.clear {
	clear: both;
}

.noshow {
	display: none;
}

#vjm_logo {
	margin: 40px 0 0 120px;
	float: left;
}
