/* menusider.css er skræddersyet til at erstatte menu-sider, som opr. er lavet med frontpage. Dec. 2009.
Typografiarket er gyldigt for alle niveauer af menuer: Forside, 2. niveau (hovedmenu for rejser, cykelture etc. og 3. niveau
(menu for den enkelte tur).  OBS Linjerne 98-104 tilf. 26/7 2020*/

/*------------nulstil alting Kilde: http://meyerweb.com/eric/tools/css/reset/------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/*-------------------------------------------------------------------------------------------------------*/


body {
  font-family:  Verdana, sans-serif;
  font-size: 0.8125em;
  background: #583516;
}
h1 { /* Overskrifter til sekundære menuer */
	font-size: 32px;
	font-weight: normal;
	color: #FFFFFF;
}

/* Håndtering af billedrammer, så de er uafhængige
af billedernes dimensioner. */

img { 
	border: none; 
} /* sep 2009: Images kan nu bruges som links uden rammer*/

.img {
	position: relative;
	top: 0px;
	text-align: center;
	margin-bottom: 50px;
}

#wrap2 #header h1 { /* Overskriften på forsiden */
	color: #FFFFFF;
	font-size: 36px;
}   

#wrap2{ /*ydre DIV som sætter fast bredde mv.*/
	width: 905px;
	overflow: auto;
	margin: 0px;
}

#header{
	height: 110px;
	position: relative;
	top: 0px;
	margin-top: 20px;
}

#logopulver {
	position: relative;
	top: 5px;
	width: 175px;
	float: left;
	z-index: 1000;
	height: 65px;
	clear: left;
	left: 5px;
}

#main { /*indre DIV som afgrænser alt indholdet i forhold til grafikken i wrap*/
	margin-top: 0px;
	margin-left: 155px; /* gør plads til den lodrette menu i venstre side */
	margin-bottom: 20px;
	/*float: left; OBS: ved af undlade float left glider main på plads!!!!*/
	width: 594px;
}

.cb {
	clear: both;
}

/* følgende 2 selektor er tilføjet 26/7 2020 for at slukke for topnav og main2 i "bred visning" */
ul.topnav {
	display: none;    
}
#main2 { /* slukker for billedet i responsive!!!*/
	display: none;
}

#box1 {
	BORDER-RIGHT: black 1px solid;
	PADDING-RIGHT: 3px;
	BORDER-TOP: black 1px solid;
	PADDING-LEFT: 3px;
	LEFT: 5px;
	PADDING-BOTTOM: 3px;
	OVERFLOW: hidden;
	BORDER-LEFT: black 1px solid;
	WIDTH: 140px;
	PADDING-TOP: 3px;
	BORDER-BOTTOM: black 1px solid;
	POSITION: absolute;
	TOP: 60px;
	HEIGHT: 60px;
	BACKGROUND-COLOR: #FFF;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* IE 8+ */
	font-size: 10px;
	text-align: center;
	z-index: 2;
}

#box2 {
	BORDER-RIGHT: black 1px solid;
	PADDING-RIGHT: 3px;
	BORDER-TOP: black 1px solid;
	PADDING-LEFT: 3px;
	LEFT: 755px;
	PADDING-BOTTOM: 3px;
	OVERFLOW: hidden;
	BORDER-LEFT: black 1px solid;
	WIDTH: 140px;
	PADDING-TOP: 3px;
	BORDER-BOTTOM: black 1px solid;
	POSITION: absolute;
	TOP: 60px;
	HEIGHT: 60px;
	BACKGROUND-COLOR: #FFF;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* IE 8+ */
	font-size: 10px;
	text-align: center;
	z-index: 2;
}
/* Lodret menusystem */
#navLodret {
	margin-left: 5px;
	margin-top: 5px;
	width: 150px;
	float: left;
	display: inline;
}

#navLodretRight {
	margin-left: 5px;
	margin-top: 5px;
	width: 150px;
	float: right;
	display: inline;
}
.listcontainer {
	font-size: 0.85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.listcontainer ul {
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
}

.listcontainer li{
	padding-top: 0.3em;
	text-indent: 0em;
	width: 140px;
	text-align: center;
	margin-bottom: 5px;
	display: inline;
}
.listcontainer li div {
	height:125px;
	display:table-cell;
	vertical-align : middle;
}
.listcontainer a{
  text-decoration: none;
  color: #FFFFFF;
  width: 140px;
  line-height: 40px;
  display: block;
  float: left;
  text-align: center;
  background: url(../_themes/classic/clavbtn.gif) no-repeat;
}
