@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 87%;
	background: #3399CC;
	background-image: url(../images/backgroundTop2.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1 {
	font-size: 120%;
	color: #336699;
}

h2 {
	font-size: 110%;
	color: #336699;
	/* IE 6 fix */
	position: relative;
}

p {
	/* IE 6 fix */
	position: relative;
}

p.error {
	color: #FF0000;
	font-weight: bold; 
}

img {
	border: none;
}

td {
	vertical-align: top;
}

fieldset {
	border: 1px dashed #336699;
	padding: 5px;
}

.thrColAbs #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #3399CC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px dashed #336699;
	border-right: 1px dashed #336699;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColAbs #mainContent {
	clear: both;
	margin: 0px 0px 0px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#mainContent #imageContainer {
	height: 180px;
	/*border: 1px dashed #336699;*/
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent #imageContainer .image {
	width: 225px;
	background-image: url(../images/menublue2.jpg);
	background-repeat: repeat-x;
}
#mainContent #imageContainer #selskapslokaler {
	float: left;
}
#mainContent #imageContainer #konferanserom {
	float: left;
	margin: 0px 32px;
}
#mainContent #imageContainer #catering {
	float: right;
}

#mainContent #imageContainer h2 {
	font-size: 90%;
	line-height: 25px;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}
#mainContent #imageContainer a {
	text-decoration: none;
	color: #FFFFFF;
}
#mainContent #imageContainer img {	
	margin: 0px;
	padding: 0px;
}

#mainContent img {
	margin: 0px 30px 0px 30px;
}

img.news {
	float: right;
	margin: 0px 0px 10px 10px;
}
h2.news {
	/*clear: both;*/
}

h3.cateringmenu {
	color: #336699;
	border-bottom: 1px solid #336699;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#header {
	clear: both;
	margin: 0px 0px 0px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#header img.logo1 {
	margin-left: 40px;	
}	
#header img.logo2 {
	margin-left: 220px;
}

#topMenu {
	float: left;
	width: 100%;
	background: #336699;
	background-image: url(../images/backgroundTop2.jpg);
	margin: 0px 0px 0px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#topMenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#topMenu li {
	float: right;
	margin: 0px;
	padding: 0px 5px;
	font-size: 80%;
	color: #3399CC;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	vertical-align: text-bottom;
}

#footer {
	background: #3399CC;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	vertical-align: bottom;
}
#footer address {
	font-style: normal;
	float: left;
	padding: 0px 20px;
}
#footer p {
	clear: left;
	text-align: right;
	padding: 5px;
}
#footer a {
	color: #FFFFFF;
	font-style: italic;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a.digipark {
	color: #CCCCCC;
	font-size: 90%;
	font-style: normal;
}
#footer img {
	float: left;
}

#skip_link {
	position: absolute;
	background-image: url(../images/backgroundTop2.jpg);
	background-repeat: repeat-x;
}
#skip_link a{
	color: #336699;/* #41566E;*/
	text-decoration: none;
}
#skip_link a:hover {
	color: #FFFFFF;
}

#priser table {
	width: 100%;
	border: 0px solid #000000;
	border-collapse: collapse;
}
#priser td {
	padding: 5px 0px 2px 0px;
	border-bottom: 1px dashed #3399CC;
	margin: 0px;
}
#priser td.right {
	text-align: right;
	width: 80px;
}

#contactForm .errorMsg_hidden {
	color: #FF0000;
	display: none;
}

#mainContent #map {
	width: 100%; 
	height: 400px;
}

.clearit {
	margin: 0;
	padding: 0;
	/*height: 0;*/
	clear: both;
}
