
body {
	background-image: url(images/banner.png);
	background-repeat: repeat-x;
	padding:0;
	margin:1em 1em 0 0;
	color:black; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em; 
}

h1 {
	font-size:1.8em;
	margin-bottom:0.4em;
	padding:0;
}

h2 {
	font-size:1.1em;
	font-weight:normal;
	margin-bottom:0.1em
}

h3 {
	font-size:1em;
	font-weight:bold;
}


#print {
	display:none;
}

/* Horizontal rule */
#horiz {
	width:79%;
	border-bottom:10px solid orange; 
	margin-top:2em;
}

#header {
	margin-left:1em;
}

#header p {
	margin-top:0;
	margin-bottom:0.1em;
	font-style:italic;
}

#wrapper {
}

/* Main right hand side content */
#content {
	margin-left:10em;
}

/* Copyright etc. */
#footer {
	clear:both;
}

.booked {
	background-color:#CC3300;
}

.available {
	background-color:#339933;
}

.unavailable {
	background-color:#CCCCCC;
}

.errortext {
	color:#C00000; font-weight: bold;
}

.mandatory {
	color:#C00000; font-weight: bold;
}

div.figurehead {
  float: right;
  width: 20%; 
  margin: 0;
  padding: 0;
  margin-left:0.5em;
}

div.figurer {
  float: right;
  width: 35%; 
  margin: 0;
  padding: 0;
  margin-left:0.5em;
}

div.figurel {
  float: left;
  width: 35%; 
  margin: 0;
  padding: 0;
  margin-right:0.5em;
}

div.figurer p, div.figurel p {
  margin:0;
  padding:0;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
img.scaled {
  width: 100%;
}

table.calendar {border: 0}
table.calendar td, th {text-align: center; border: 0}
table.calendar th {height: 10px; font-size: 7pt;}
table.calendar td {width: 19px; height: 10px; font-size: 9pt;}
table.calendar .calendar-month {font-weight: bold; margin-top: 3px; font-size: 12pt; text-align: center}
table.calendar .calendar-month a{text-decoration: none}
table.calendar .calendar-prev, table.calendar .calendar-next {font-weight: normal;}
table.calendar th {color: green; text-align: center;}
table.calendar td.linked-day {font-size: 11pt}

/* CSS Popout menuv */

/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */


#menuv-container {
	float:left;
	margin-left:0.5em;
}

#menuv	{	                                 /* position, size, and font of  menu */
	margin-top:3em;
	z-index: 10;
	width: 9em;						          /* [1] width of menu item (i.e., box) */
	text-align: center;
	font-size: 0.9em;
}
	
#menuv div {
  	background-image: url(images/menu.png);
  	background-repeat: repeat-x;
}

#menuv a {
	width: 100%;
	display:block;						
	padding-top: 0.2em;						/* expands menu box vertically*/
	padding-bottom: 0.2em;
	border-bottom:1px solid orange;			/* adds bottom border */
	white-space:nowrap;
	background-image: url(images/menu.png);
	background-repeat: repeat-x;
}
	
#menuv a.first {
	border-top:1px solid orange;			/* adds top border for topmost element */
}

#menuv a, #menuv a:visited	{				/* all menus at rest */
	color: black;
	text-decoration:none;				    /* removes underlines from links */
}

#menuv a.parent, #menuv a.parent:hover 	{	/* attaches parent-arrow on all parents */
	background-image: url(images/right.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#menuv a:hover	{			             	/* all menus on mouse-over */
	color: white;
	background-color: #fddf0b;
	background-image: none;
}
	
#menuv li {
	list-style-type:none;		     		/* removes bullets */
}

#menuv ul li {
	position:relative;
}

#menuv ul ul {
	border:1px solid orange;				/* adds border around pop-outs */
	background-color:white;
}


#menuv li ul {
	position: absolute;
	top: 0;
	left: 9em;				     			/* distance from left menu (same as width value in #menuv [1]) above */
	display: none;
}

div#menuv ul, #menuv ul ul, div#menuv ul ul ul {
	margin:0;				          		/* keeps the menu parts together */
	padding:0;
	width: 9em;			              		/* width of sub menus  (same as width value in #menuv [1]) above */
}

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul {
	display: none;
}

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul {
	display: block;
}
