* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	padding: 0px;
	margin: 0px;
	background-color:#CCC;
}

/* TYPOGRAPHY */
p {margin: 0 0 1.5em;} 
h1, h2, h3, h4, h5, h6 {font-family: arial,verdana,sans-serif; margin: 1.2em 0 .3em;padding-bottom: .1em}
h1 {font-size: 180%;margin-top:.6em}
h2 {font-size: 136%}
h3 {font-size: 126%}
h4 {font-size: 116%}
h5 {font-size: 106%}
h6 {font-size: 106%; color:#060;}
small {font-size:11px}

a {
	color: #060;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#outer {
	position: relative;
	width: 690px;
	margin: 0 auto;
	background-color:#FFF;
}

#inner {
	position: relative;
	min-height:500px;
	background-color:#FFF;
}

#header { 
	background-image:url(header.jpg); background-repeat:no-repeat;
	position: relative;
	height: 140px;
}


#spacer{
	position: relative;
	width:60px;
	height:250px;
	float: left;
}

#beskrivelse{
	position: relative;
	height:100px;
	width:600px;
	float: right;
}

#beskrivelsetekst{
	padding-left:135px;
	padding-right:30px;
	padding-bottom:20px}
	
#adresse {
	position: relative;
	height:160px;
	border-right:solid  thin;
	padding-right:30px;
	float: left;
}

#indhold {
	position: relative;
	height:160px;
	float: left;	
	border-right:solid  thin;
	padding-left:50px;
	padding-right:50px;
	}

#priser {
	position: relative;
	height:160px;
	float: left;
	padding-left:40px;
	padding-right:30px;
}

#billeder{
	background-image: url(banner.jpg);
	width:690px;
	height:100px;
	float: left;
	clear: both;
	margin-top:30px;
}

.hiddendata {
	display: none;
}