/** IMPORT's */

@import url('/css/menu.css');


/** BASIC */

html {
	overflow-y: scroll;
	background: #187020 url(/css/images/bg-2-green.jpg) top repeat-x;
	height:100%;
/*	overflow: scroll; */
}

body {
	margin: 0px;
	padding: 0px;
	min-height:100%;
	background: url(/css/images/BG-full-001.jpg) no-repeat center top;
/*	background: #606050 url(/css/images/test.jpg) no-repeat center top; */
}

/** HEADINGS */

h1, h2 {
	margin: 0px 0px 10px 0px;
/*	text-transform: lowercase; */
	font-weight: normal;
	color: #333;
}

h1 {
	border-bottom:solid 1px #333;
	letter-spacing: -1px;
	font-size: 24px;
}

h2 {
	letter-spacing: -0px;
	font-size: 18px;
}

h3 {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
	color: #333;
}

/** TEXTS */

body, th, td, input, textarea, select {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p, ul, ol, dl {
	padding:0px;
	margin:0px 5px;
	margin-bottom: 0.80em;
	line-height: 125%;
}

ul {
	margin-left:25px;
}

li {
	list-style: square;
	margin:0px;
	padding:0px;
}


/** LI UL og LI LI virker ikke i IE8 og FF **/

li ul{
	margin-bottom: 0.25em;
}

li li {
	list-style: circle;
	margin:0px;
	padding:0px;
}



/** LINKS */

a {
	color: #333;
	font-weight:bold;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
	color: #448;
}


/** STYLES */

.style1 {
}

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}

img {
	border: none;
}

#page img {
	border:solid 1px #403828; 
}
#page object {
	border:solid 1px #403828; 
}
#page iframe {
	border:solid 1px #403828; 
}

img.left {
	float: left;
	margin: 0px 20px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 20px;
}

img.border {
	padding: 3px;
	background: #FFFFFF;
	border: 1px solid #807058;
}

hr {
	display: block;
	margin-top:-4px;
	margin-bottom:2px;
	height:1px;
/*	page-break-after:avoid; */
	
}

/** WRAPPER */

#wrapper {
	width: 850px;
	margin: 0px auto 0px auto;
	padding:0px;
/*	border:solid 1px #807058; */
}

/** HEADER */

#header {
	width: 850px;
	height: 140px;
	margin: 0px auto 0px auto;
/*	background: #a0b3c1; */
	border:0px;
/*	border-bottom:solid 1px #665946; */
}

/** LOGO */

#logo {
	float: right;
	width: 190px;
	height: 90px;
	padding:0px;
	margin:20px;
}

/** MENU */

#menu {
	float: left;
	text-align: left;
	margin:0px;
	padding:0px;
	padding-top: 50px;
	position: relative;
	width: 600px;
}

/** Mere MENU i menu.css */



/** BACKGROUNDS */

#headimage {
	width: 850px;
	height: 100px;
	margin: 0px auto 0px auto;
	padding:0px;
	background: url(/css/images/dragenbergs.jpg) no-repeat center top;
}

/** BANNER */

#banner {
	width: 850px;
	margin: 0px auto;
	padding: 0px;
}

/** PAGE */

#page {
	margin: 0px auto 0px auto;
	padding: 10px 20px;
	min-height: 400px;
	background:url(/css/images/BG-eeeeee-80.png);
/*	background: #ffffff; */
	border:solid 1px #403828; 
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}


form input, form textarea{
	background-color:#f8f8f8;
	border:solid 1px #807058;
}

/** CONTENT */

#content {
	float: right;
	width: 625px;
}

.subpage #content {
	width: 650px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 250px;
	padding-top: 10px;
}

.subpage #sidebar {
	width: 255px;
}

/** FOOTER */

#footer {
	width: 850px;
	margin: 50px auto 0px auto;
	padding:0px;
	background: #606050 url(/css/images/footer_BG.gif) center;
	border:0px;
	border:solid 1px #403828;
}

#footspace, #headspace{
	height:15px;
	font-size:15px;
	width: 850px;
	margin: 0px auto 0px auto;
	padding:0px;
	border:0px;
}

#footer p {
	padding: 4px;
/*	padding-bottom:3px; */
	margin:4px;
	text-align: center;
	color: #DDDDDD;
}

#footer a {
	color:#DDDDDD;
	font-weight:bold;
}
#footer a:hover {
	color:#CCCCFF;
}

#billedeside img{
	margin:5px 4px;
}

