
/* FORSIDE */
/*  imgslider */

#imgslider {
	width: 100%;
	margin: 0;
	padding-bottom: 0px;
	border-bottom: thin solid #A1A1A1;
}

/* 7.2  aabningstider */

#aabningstider {
	width: 31%;
	float: left;
	background-color: #f7f7f7; /* ændret fra background-color: #fff;*/
}
#aabningstider p {
	padding: 3% 0 2% 2%;
	font-size: 0.9em;

}
#aabningstider p.bold {
	font-weight: bold;
}
#aabningstider h1 {
	padding: 2% 0 1% 2%;
	font-size: 1.3em;
}

#aabningstider td {
	padding: 0 0 0 2%;
	width: 49%;
}
#aabningstider .narrow {
	padding: 0.2% 1% 0.2% 0;
	margin: 0;
	width: 25%;
}
	
/* 7.3  priser */	
	
#priser {
	width: 37%;
	float: left;
	border-right: thin solid #A1A1A1;
	border-left: thin solid #A1A1A1;
	background-color: #f7f7f7; /* ændret fra background-color: #fff;*/
}
#prisnavigation {
	width: 100%;
}

#prisnav1 {
	width: 40%;
	float:left;
	padding: 1% 1% 2% 1%;
	border: thin solid #A1A1A1;
	border-bottom: 0;
	margin: 0 2% 0 1%;
	margin-bottom: -1px;
	cursor: pointer;
}

#prisnav2 {
	width: 40%;
	float:left;
	padding: 1% 1% 2% 1%;
	border: thin solid #A1A1A1;
	border-bottom: 0;
	margin: 0 2% 0 1%;
	margin-bottom: -1px;
	cursor: pointer;
}
.pris-active {	
	background-color: #d7fa9b; /* ændret fra background-color: #ecddbc;*/
	border-bottom: thin solid #d7fa9b; /* ændret fra border-bottom: thin solid #ecddbc;*/
}

#priser table {
	width: 98%;
	margin: 0 1% 2% 1%;
	padding: 1% 1% 2% 1%;
	background-color:#d7fa9b; /* ændret fra background-color:#ecddbc;*/
	border: thin solid #000;

}
#priser p {
	font-size: 0.9em;
}
#priser h1 {
	padding: 2% 0 1% 2%;
	font-size: 1.3em;
}

#priser td {
	padding-left: 1%;
	padding-top: 1%;
	width: 20%;
	background-color: #f7f7f7; /* ændret fra background-color: #fff;*/
	border-radius: 5px;
	box-shadow: 1px 1px 5px #888;

}

#priser .medium {
	padding: 0.2% 0 0.1% 2%;
	width: 24%;
	border-bottom: thin dotted #888;
}
#priser .narrow {
	padding: 0.2% 0 0.2% 2%;
	margin: 0;
	width: 9%;
	border-bottom: thin dotted #888;
}

/* 7.4  kontakt */

#kontakt {
	width: 31%;
	float: left;
	background-color: #f7f7f7; /* ændret fra background-color: #fff;*/
}

#kontakt p {
	font-size: 0.9em;
	padding-left: 2%;
	padding-top: 3%;
}
#kontakt h1 {
	padding: 2% 0 1% 2%;
	font-size: 1.3em;
}

/* SLIDESHOW */

#slideshow {
    position:relative;
    height:350px;
	z-index: 0;

}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;

}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

a:link {color:#000000;}    
a:visited {color:#000000;} 
a:hover {color:#6fa120;}  /* ændret fra a:hover {color:#CC9966;} */  
