/* Layout */



html,body {
	background-color: #222E24;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /*Vigtigt, må ikke slettes, er med til at holde center!!!!!*/ /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin-left: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%; /* needed for container min-height */
	
}
.oneColElsCtr #container {
	position:relative; /* needed for footer positioning*/
	width: 1000px;
	margin:0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: -1px solid #222E24; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #222E24 url("img/bund_layout.jpg") center repeat-y;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
.oneColElsCtr #mainContent {
	width: 1000px;
	clear: both;
	margin: 0;
	padding: 0;
	margin-left: 0px;
	
}
.oneColElsCtr #footer {
position:absolute;
	width: 1000px;
	clear: both;
	margin: 0;
	padding: 0;
	margin-left: 0px;
	background: #222E24 url("img/bund_layout.jpg") center repeat-y;

}
.left {
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/* Layout */



/* Font */
.mainContent {
	margin: 0;
	font-size: 12px;
	color: #ffffff;
	font-family: "Palatino Linotype", "Book Antiqua", Helvetica, sans-serif;
}
.mainContent a {
	color: #ffffff;
	font-family: "Palatino Linotype", "Book Antiqua", Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}
.mainContent a:hover {
	color: #ffffff;
	font-family: "Palatino Linotype", "Book Antiqua", Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}

h1, h2, h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Helvetica, sans-serif;
	font-size: 20px;
	/*font-weight: bold;*/
	color: #ffffff;
	letter-spacing: 1pt;
}

.overskrift {
	font-family: "Palatino Linotype", "Book Antiqua", Helvetica, sans-serif;
	font-size: 20px;
	/*font-weight: bold;*/
	color: #ffffff;
	letter-spacing: 1pt;
}
.overskrift_lille {
	font-family: "Palatino Linotype", "Book Antiqua", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0.1em;
}
.exsmall {
	font-family: "Palatino Linotype", "Book Antiqua", Helvetica, sans-serif;
	font-size: 8px;
	color: #ffffff;
}
.dato {
	font-family: "Palatino Linotype", "Book Antiqua", Helvetica, sans-serif;
	font-size:9px;
	font-style:italic;
	color:#FFFFFF;
}
.normal {
	font-family: "Palatino Linotype", "Book Antiqua", Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
A.normal:visited {
	font-family: "Palatino Linotype", "Book Antiqua", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	text-decoration: Underline;
}
A.normal:active {
	font-family: "Palatino Linotype", "Book Antiqua", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	text-decoration: Underline;
}
A.normal:hover {
	font-family: "Palatino Linotype", "Book Antiqua", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	text-decoration: Underline;
}
.stoerre {
	font-family: "Palatino Linotype", "Book Antiqua", Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1pt;
}
A.stoerre:visited {
	font-family: "Palatino Linotype", "Book Antiqua", Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1pt;
}
A.stoerre:active {
	font-family: "Palatino Linotype", "Book Antiqua", Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1pt;
}
A.stoerre:hover {
	font-family: "Palatino Linotype", "Book Antiqua", Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #ffffff;
	text-decoration: Underline;
	letter-spacing: 1pt;
}
.nav {
	font-family: "Palatino Linotype", "Book Antiqua", Helvetica, sans-serif;
	font-size: 14px;
	color: #89978A;
}
.bread {
	font-family: "Palatino Linotype", "Book Antiqua", Helvetica, sans-serif;
	font-size: 12px;
	color: #89978A;
}
 A:bread:visited {
 font-family: "Palatino Linotype", "Book Antiqua", Helvetica, sans-serif;
 font-size: 12px;
 font-style: normal;
 color: #89978A;
 text-decoration: Underline;
}
 A:bread:active {
 font-family: "Palatino Linotype", "Book Antiqua", Helvetica, sans-serif;
 font-size: 12px;
 font-style: normal;
 color: #89978A;
 text-decoration: Underline;
}
 A:bread:hover {
 font-family: "Palatino Linotype", "Book Antiqua", Helvetica, sans-serif;
 font-size: 12px;
 font-style: normal;
 color: #89978A;
 text-decoration: Underline;
}

INPUT.box {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	/*font-weight:bold;*/
  background-color:798E7B;
	border-color:798E7B;
	border-style:inset;
	border-width:1px;
	color:FFFFFF;
	background-image : url(img/test.jpg);
	background-repeat: repeat-x;/*filter:alpha(opacity=65); /* IE's opacity*/
  /*opacity: 0.65;*/
}
textarea.box {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	/*font-weight:bold;*/
  background-color:798E7B;
	border-color:798E7B;
	border-style:inset;
	border-width:1px;
	color:FFFFFF;
	background-image : url(img/test.jpg);
	background-repeat: repeat-x;/*filter:alpha(opacity=65); /* IE's opacity*/
  /*opacity: 0.65;*/
	}
input.knap {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	background-color: 798E7B;
	color:FFFFFF;
	border-width:0px;
}

/* Font */

