html,body {
	height: 100%;
	margin-top: 0;
}
div {
  font-family: "Bitstream Vera Sans", Verdana, Geneva, "Lucida Grande", sans-serif;
	color: #333333;
}
A:link, A:visited {
	color: #d37200;
	text-decoration: underline;
}
A:hover, A:active {
	text-decoration: none;
}
A.menu:link, A.menu:visited {
	color: #666666;
	text-decoration: none;
}
A.menu:hover, A.menu:active {
	text-decoration: underline;
}
/* c0 er til hele div-tabellen*/
.c0 {
  width: 981px;
	height:100%;
	background-image: url('gfx/bggrad.png');
	background-repeat: repeat-y;
}
/* c1 er bare en enkel class til alle de primaere raekker */
.c1 {
  clear:both;
}
/* c1_2 bruges til prik-moenstret */
.c1_2 {
  clear:both;
	height: 1px;
	background-image: url('gfx/dots_pattern.png');
}

#mainrow {
	height: 245px;
	background-color: #FFFFFF;
}

/* c2 er de tre kolonner */
.c2 {
  float:left;width:327px;
	background-color: #FFFFFF;
}
h1, h2, h3, h4 {
	margin: 0px;
}
ul {
	padding-left: 20px;
}

#topmenu h2 {
	display: inline;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	letter-spacing: 2px;
}

#refsContainer {
	width: 296px;
	padding: 2px;
	margin: 0;
}
ul#refsContainer img {
	border: 0;
	width: 296px;
}
ul#refsContainer li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 296px;
}

#galleri #mainrow {
	overflow-y: hidden;
	overflow-x: scroll;
	width: 981px;
	height: 245px;
	white-space:nowrap;
}

#galleryContainer {

}

#galleryContainer td {
	padding: 0 10px;
}

#galleryContainer tr td img {
	width: 300px;
	height: 210px;
}
#galleryContainer tr td p {
	font-size: 8pt;
	text-align: center;
}

