/* CSS Document */
body {
	/*font-size:12px;*/
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
	color:#333333;
}
#background {
	position: fixed;
	z-index: -999;
	width: 100%;
	height: 100%;
	/* background-image: includes/images/wooden_fence_boards_dark.jpg; */
}
#omni {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
} 
.container {
	width: 95%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	z-index: 2;
}
section, footer, aside, nav, article, figure {
	display: block;
	background-color: #FFFAE8;
	background: rgb(220, 220, 220);
	background: rgba(220, 220, 220, .75);
	padding: 10px;
	box-shadow:0px 0px 20px #000;
	border-radius: 5px;
}
nav {
	margin-top: 20px;
	text-align: center;
}
nav a {
	color:#3a3a3a;
	text-decoration:none;
}
nav a:hover {
	text-decoration: underline;	
}
nav a:visited {
	color:#3a3a3a;
}
nav a:active {
	color:#934811;
}
header {
	margin-top: 15px;
	text-align: center;
	color:rgba(208,102,25,1.00);
}
section {
	margin-top: 20px;
	min-height:400px;
   height:auto !important;
   height:400px;
	z-index: 1;
	padding: 15px;
}
input {
	border: 1px solid #575757;
	border-radius: 4px;
	padding: 5px 5px;
}
input:focus {
	box-shadow: 0 0 5px rgba(208,102,25,1.00);
	border: 1px solid rgba(208,102,25,1.00);
}
textarea {
	border: 1px solid #575757;
}
textarea:focus {
	box-shadow: 0 0 5px rgba(208,102,25,1.00);
	border: 1px solid rgba(208,102,25,1.00);
}
footer {
	/*padding: 10px 0;*/
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	/*background-image: url(/images/section_space.png);*/
	margin-top: 20px;
	height: 10px;
}
footer p {
text-align: right;
font-size: 10px;
padding-right: 20px;
color:#3a3a3a;
}
footer a {
	color:#3a3a3a;
	text-decoration:none;
}
footer a:hover {
	text-decoration: underline;	
}
footer a:visited {
	color:#3a3a3a;
}
#lille-h {
	float: right;
	font-size: 10px;
}
#lille-v {
	float: left;
	font-size: 10px;
}
h1 {
	/*font-size:16px;*/
	font-size:1.6em;
	text-align:center;
}
h3 {
	font-size:9px;
	text-align:center;
}
#venstre {
	float:left;
}
@media printer {
/*print ver.*/

/*print ver. ends*/}

@media screen and (max-width : 780px) {
/*tablet mode*/
.container {
	width: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	z-index: 2;
}
/*tablet mode ends*/}

@media screen and (max-width : 480px) {
/*phone mode*/	

/*phone mode ends*/}