/* CSS Document */

/* the height spawns a vertical scrollbar on all pages
 * to prevent short pages jumping to the left on Firefox
 * add a color and tiled image background to the page */ 
html, body {
  height: 101%;
/*  background-color: #C2C7C9;*/
/*  background: #ECF6CC url(../images_common/bluebells_bg.jpg);*/
  }
/* styles for the navBar menu - remove padding, margin and bullets */

#navBar ul {
	float: left;
	display: inline;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 0;
	text-align: center;
}

/* float each list element inline */
#navBar li {
	float: left;
	display: inline;
	margin-right: 1px;
	white-space: normal;
	width: 83px;
	background-color: #333366;
	color: #CCCCCC
	padding-bottom: 2px;
	padding-top: 1px;
}
#navBar {
	height: 22px;
	position: absolute;
	bottom: 0px;
	/*white-space: nowrap;*/
	white-space: normal;
	/*right: auto;*/
	font-family: Verdana, Arial, Helvetica, Georgia, sans-serif;
	font-size: 0.72em;
	width: 100%;
	background: #9A9A85;
	
}
/* style the links in the navBar list */
#navBar a {
	display: inline;
	margin-left: 0px;
	text-decoration:none;
	font-weight: normal;
	background: #333366;
	color: #FFF;
}
#navbar a:link, #navbar a:visited {
	color: #4b4b4b;
	text-decoration: none;

}
#navbar a:hover, #navbar a:active {
	color: #4b4b4b;
	text-decoration: none;
	background: #EACF9D;

}
/* special style for link to identify current page */
#thispage a:link, #thispage a:visited, #thispage a:hover, #thispage a:active {
	color: #333333;
	text-decoration: none;
	background: #33CCFF;
}
a:link {
	color: #333366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333366;
}
a:hover {
	text-decoration: underline;
	color: #990066;
}
a:active {
	text-decoration: none;
	color: #006699;
}

/* styles for semapp-info/hvem er ATV-SEMAPP læs mere blok */
blockquote {
	/*border-top: 10px solid #A8B2A3;
  border-bottom: 10px solid #A8B2A3;
  background: #EFF0EE;*/
  border-top: 10px solid #BBC8D7;
	border-bottom: 10px solid #BBC8D7;
	background: #EDF1F1;
	/*width: 220px;*/
  width: 175px;
	text-align: left;
	margin: 0 0em 1em 0.8em;
	padding: 4px 10px 4px 10px;
	font-family: Verdana, Arial, Helvetica, Georgia, sans-serif;
	font-size: 110%;
	letter-spacing: -0px;
	line-height: 1.2;
	color: #333366;
	float: right;
  }
#maincontent blockquote p {
  /*margin: 0 1em;*/
  margin: 0.2em;
  }
.quote {
	margin: 0 0.1em 0 0.1em;
	padding: 3px 0px 3px 0px;
	font-size: 0.8em;
  /*font-size: 70%;*/
  }
 .clearrightfloat {
	clear:right;
  }
  .clearleftfloat {
	clear:left;
  }
.clearthefloats {
	clear:both;
  }


/* this next rule prevents Firefox adding a space beneath the
 * title image when displayed as application/xhtml+xml */
/*#titlebar img {
  display: block;
  }*/
/* set the maincontent background to white, and add a drop shadow
 * image to the right border */
/*#maincontent {
  background: #FFF url(../images_common/bluebells_side.jpg) top right repeat-y;
  }*/

/* footer styles - set to height and width of the footer image */
/*#footer {
  background: url(../images_common/bluebells_footer.jpg) top left no-repeat;
  width: 738px;
  height: 40px;
  margin: 0;
  padding: 0;
  color: #FFF;
  font-size: 75%
  }
#footer p {
  margin: 0;
  padding: 10px 15px 0 25px;
  clear:both;
  }*/
.annoncecolor {
	color: #db2228;
}
