html, body {
	height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #333;
}

h1 {
	font-size: 120%;
	padding-bottom: 10px;
	margin-bottom: 0;
	letter-spacing: 1px;
	font-stretch: wider;
}

h2, h3, h4 {
	font-size: 100%;
	padding-bottom: 10px;
	margin-bottom: 0;
	letter-spacing: 1px;
	font-stretch: wider;
}

#wrapper {
	width: 793px;
	height: 100%;	
	text-align: left;
	border-top: 0;
	background: #FFF;
	margin-left: auto;
	margin-right: auto;
}

#outer {
	height: 100%; 
	overflow: hidden; 
	position: relative;
}
#outer[id] {
	display: table; 
	position: static;
}

#middle {
	position: absolute; 
	top: 50%;
} /* for explorer only*/
#middle[id] {
	display: table-cell; 
	vertical-align: middle; 
	position: static;
}

#inner {
	position: relative; 
	top: 5%;
} /* for explorer only */
/*optional: #inner[id] {position: static;} */

#inner table {
	border-collapse: collapse;
}

#inner table td{
	padding-bottom: 9px;
}

#inner table td{
	padding-left: 7px;
}

#inner table td:first-child{
	padding-left: 0;
}

#topbarre {
	width: 785px;
	height: 100px;
	padding-left: 2px;
	padding-top: 2px;
	border:3px solid #e3e3e3;	
	border-bottom: 0;
}

#topbarre p {
	display: none;
}

#container {
	/* padding-left: 215px; */  /* LC width */
	padding-right: 0px;  /* RC width */
	height: 410px;
	border:3px solid #e3e3e3;
	border-top: 0;
	margin-bottom: -58px;
}

#container .column {
	position: relative;
	float: left;
}

#navigation {
	margin-top: 25px; 
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	width: 215px;
	/* right: 215px;   */       /* LC width */
	/* margin-left: -555px; */
	height: 380px;
	padding-top: 19px;
}

#navigation a {
	color: #2F2E2D;
	text-decoration: none;
	font-weight: normal;
	/* letter-spacing: 1px; */
	font-stretch: wider;
	text-transform: uppercase;
	font-size: 95%;
}

#navigation .selected a  {
	color: #2F2E2D;
	text-decoration: none;
	font-weight: bold
}

#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#navigation ul li {
	padding: 2px 5px 2px 30px;
	margin-top: 2px;
}

#navigation ul li.selected {
	padding-right: 0;
	padding-bottom: 0;
	background: url('/gfx/menusquare.png') 8% center no-repeat;	
}

#navigation ul li:first-child  {
	margin-top: 0;
}

#navigation ul li ul {
	margin-left: -17px;
}

#navigation ul li ul li{
	font-weight: normal;
	background: #FFF;
	margin-top: 0;
	padding-left: 25px;
}

#navigation ul li ul li.selected {
	background: #FFF;
	padding-right: 0;
	padding-bottom: 2px;
}

#navigation ul li ul li:first-child{
	margin-top: 2px;
}

#indhold {
	margin-top: 25px;
	text-align: left;
	padding-left: 25px;
	padding-right: 35px;
	margin-bottom: 3.0em;
	width: 510px;
	height: 380px;
	overflow: auto;
}

#teasers{
	width: 0px;          /* RC width */
	margin-right: -0px;  /* RC width */
	margin-top: 0px;
	height: 380px;
}

#adresse {
	clear: both;
	text-align: center;
	display: block;
	margin-top: 18px;
	border:3px solid #e3e3e3;
	padding:11px 9px 8px 9px;
}

label, input {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 8px;
}

label {
	text-align: right;
	width: 95px;
	padding-right: 10px;
	color: #444;
	padding-top: 4px;
	font-size: 90%;
}

input {
	border: 1px solid #CECECE;
	padding: 2px 6px 2px 6px;
}

.citat {
	display: table;
	background-color: #B4AEAE;
	width: 250px;
	height: 250px;
	position: relative;
}
.citat .citatcontainer {
	position: absolute;
	bottom: 0px;
	width: 250px;
}

#citat {
	color: #fff;
	float: right;
	width: 220px;
	text-align: right;
	padding-right: 10px;
	font-size: 150%;
	/* padding-top: 95px; */
	position: relative;
}

#citat img {
	vertical-align: top;
	margin-top: 2px;
}

#kilde {
	color: #fff;
	float: right;
	width: 220px;
	text-align: right;
	padding-right: 22px;
	font-style: italic;
	font-size: 95%;
	position: relative;
}
