* {
	font-family: Arial, Helvetica, Verdana;
}

body {
	margin: 0;
	padding: 0;
	background-color: white;
}

a {
	text-decoration: none;
	color: darkblue;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

h1, .h1 {
	font-size: 2em;
	font-weight: bold;
	color: #C2033E;
	text-transform: uppercase;
}
h2, .h2 {
	font-size: 1.4em;
	font-weight: bold;
}

hr {
	color: #C2033E;
	background-color: #C2033E;
	height: 5px;
	border: none;
}

#container {
	width: 990px;
	text-align: left;
}


#toplogo {
	display: block;
	padding: 1.5em 6em;
	background: transparent url('logo.gif') no-repeat 100% 50%;
	text-decoration: none;
	text-align: right;
	font-size: .85em;
	font-weight: bold;
	color: rgb(80,80,80);
}


#top {
	margin-top: 25px;
	margin-bottom: 10px;
	height: 293px;
	background: rgb(242,242,242) url('top_img_0.jpg') no-repeat 0 0;
}

#top table#topnav td {
	min-width: 10%;
	text-align: center;
}
#top table#topnav td a {
	display: block;
	padding: .45em .5em;
	background-color: white;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: normal;
	color: rgb(120,120,120);
}
#top table#topnav td.selected a {
	background-color: transparent;
}

#quicky {
	margin-bottom: 15px;
	order-bottom: 1px solid rgb(180,180,180);
	padding: .3em 15px;
	color: gray;
	font-size: .7em;
	font-weight: bold;
}
#wai a {
	color: gray;
}
#quickmenu {
	float: right;
}
#quickmenu a {
	margin-left: 1em;
	color: gray;
}


#menu {
	float: left;
	width: 260px;
	max-width: 260px;
	margin-bottom: 2em;
	background-color: white;
}
#menu a {
	display: block;
	padding: .5em .5em .5em 15px;
	font-size: .75em;
	font-weight: bold;
	border-bottom: 1px solid rgb(180,180,180);
	color: black;
}

#menu a:hover {
	background: #C2033E;
	text-decoration: none !important;
	color: white;
}

#menu .title {
	text-transform: uppercase;
	font-size: .9em;
	color: white;
}
#menu .level1 {
	padding-left: 15px;
}
#menu .level2 {
	padding-left: 30px;
	font-size: .7em;
}
#menu .level3 {
	padding-left: 45px;
	font-size: .65em;
}

#menu .level4 {
	padding-left: 60px;
	font-size: .6em;
}

#menu .selected {
	background: #C2033E url('menu_selected.gif') no-repeat -3px 50%;
	color: white;
}


#content {
	margin: 0 15px 0 300px;
	font-size: .8em;
}
#content td {
	font-size: .8em;
}
#infobox {
	float: right;
	width: 200px;
	margin: 5px 5px 10px 10px;
	border: 1px solid #C0DACA;
}
#infoboxtitle {
	margin: 2px;
	padding: 5px;
	background-color: #006B2B;
	font-weight: bold;
	color: white;
}
#infoboxcontent {
	margin: 2px;
	padding: .5em 5px;
	font-size: smaller;
	background-color: #C0DACA;
}


#bottom {
	margin-top: 10em;
	border-top: 1px dashed rgb(180,180,180);
	padding: .5em 0;
	font-size: .75em;
	font-weight: bold;
}
#bottom a.minisus {
	padding: .5em 0 .5em 20px;
	margin-left: 15px;
	background: transparent url('minisus.gif') no-repeat 0 50%;
	color: black;
}
#bottom a.minikfum {
	padding: .5em 0 .5em 20px;
	margin-left: 15px;
	background: transparent url('minikfum.gif') no-repeat 0 50%;
	color: black;
}

#note {
	font-size: 8pt;
}

#normal_mosaik td {
  width: 114px;
  height: 114px;
}

#normal_mosaik td:hover img {
  display: none;
}

.mosaik_tile {
  background: #CBE4E4; 
  text-align: center;
  color: rgb(255,255,255);
}

#normal_mosaik td span {
  display: none;
}

#normal_mosaik td:hover span {
  display:block;
}

#sub_mosaik td {
  width: 150px;  
  height: 150px;
  font-size: 12pt;
  text-align: center;
}

#sub_mosaik td:hover img {
  display: none;
}

#sub_mosaik td div {
  display: none;
}

#sub_mosaik td:hover div {
  display:block;
}

#sub_mosaik p {
	margin: 0;
}

/* forside */

	#main_mosaik {
	  margin-top: 25px;
	}

	#main_mosaik td {
	  width: 142px;  
	  height: 142px;
	}

	#main_mosaik td:hover img {
	  display: none;
	}

	#main_mosaik td span {
	  display: none;
	}

	#main_mosaik td:hover span {
	  display:block;
	}

	#main_mosaik td img {
		display: block;
	}

	#forside_info {
		float: left;
		width: 260px;
		max-width: 260px;
		background-color: white;
		padding-top: 20px;
	}

	#ftop {
		background: rgb(242,242,242);
	}

	#ftop table td {
		min-width: 10%;
		text-align: center;
	}
	#ftop table td a {
		display: block;
		padding: .45em .5em;
		background-color: white;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 1.2em;
		font-weight: normal;
		color: rgb(120,120,120);
	}
	#ftop table td.selected a {
		background-color: #CBE4E4;
		color: white;
	}

	#ftop table td a:hover {
		background-color: #dce4e4;
	}
	
/* end forside */

/* img line-box fix */
#sub_mosaik td img { display: block; }
#normal_mosaik td img { display: block; }
#main_mosaik td imgh { display: block; }
