body {
	font-family: "Trebuchet MS", Geneva, Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
}


#logo {
	background-image: url('../gfx/topp-bakgrunn.png');
	padding: 0 0 10px;
	background-repeat: repeat-x;
	height: 110px;
	margin-bottom: 0;
	text-align: center;
	width: 820px !important;
}

#logo, #content, #footer {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  border: 3px solid white;
	background-color: white;
}
#content {
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
    width: 780px !important;
}

.forside #content {
    background-image: url('../gfx/bakgrunn.png');
    background-repeat: no-repeat;
}

h1 {
  margin-top: 0;
}

h2 { 
  margin-top: 5px;
}

#logo img {
	border: none;
}

#mainMenu {
	float: right;
	background-color: #C0321C;
	padding: 3em;
	color: white;
	font-weight: bold;
	margin: 3em;
}

#mainMenu a, #mainMenu a.visited {
   color: white;
   text-decoration: none;
}

.thumbs a img {
	padding: 0.5em;
	border: 1px solid gray;
	width: 80px;
	height: 55px;
}

.thumbs.small a img {
	padding: 0;
}

.thumbs a:hover img {
	border: 1px solid #C0321C;
}

.thumbs a.current img {
}


.thumbs.small {
	height: 50px;
	text-align: center;
}

.thumbs.small a img {
	width: 60px;
	height: 40px;
}

.thumbs.small a.thumb.current img, .thumbs.small a.thumb:hover img {
	width: 50px;
	height: 30px;
	padding: 5px;
   background-color: #C0321C;
}

.thumbs.small a.button img {
	width: 10px;
}

.thumbs.small.end a.button img, .thumbs.small.start a.button img {
	width: 20px;
}

#footer {
	font-size: 8pt;
	color: gray;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
    background-color: #194259;
	color: white;
	text-align: center;
}

#footer a, #footer a:visited {
	color: white;
}


.image-holder {
	text-align: center;
	border: 1px solid gray;
}

.nav {
	/*width: 100%;*/
	/*background-color: #C0321C;*/
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url('../gfx/knappe-bakgrunn.png');
}

.nav, .nav a, .nav a:visited {
	color: rgb(100,100,100);
	font-weight: bold;
	height: 15px;
}

.nav a, .nav a:visited {
	/*width: 150px;*/
	text-decoration: none;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.nav a:hover {
	text-decoration: underline;
}

#mainbar {
   border: 1px solid rgb(204,204,204);
   padding: 1em;
}

.forside #mainbar {
	width: 400px;
	margin-right: 20px;
	text-align: justify;
}


#sidebar {
	float: right;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid rgb(204, 204, 204);
	width: 300px;
}

.bestilling #sidebar {
	display: none;
}

.bestilling form fieldset {
	margin-bottom: 5px;
}

#sidebar .thumbs {
	width: 300px;
	margin-bottom: 20px;
}

.image #sidebar {
	display: none;
}

.image p {
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
}

.byline-header {
	float: right;
	margin-right: 10px;
}

.invalid {
	border: 2px solid red;
}

.alert {
	font-weight: bold;
	text-decoration: underline;
}

fieldset {
	padding-left: 1em;
	padding-bottom: 1em;
}

.error-text {
  color: red;
  font-weight: bold;
}

.address-label {
  margin-left: 17%;
  margin-right: 17%;
  padding: 10pt;
  border: 2px outset black;
}

.bestilling .submit-button {
  margin-left: 30px;
}

.bestilling button {
 background-color: #76EE00;
}

a.partner-link {
  text-decoration: none;
  color: black;
  font-style: italic;
}

a.partner-link:hover {
  text-decoration: underline;
}

#sidebar a.featured-link, .image a.featured-link {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url('../gfx/knappe-bakgrunn.png');
	color: blue;/*rgb(100,100,100);*/
	font-weight: bold;
	height: 15px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	width: 90%;
}

#sidebar a.featured-link.first {
  margin-top: 10px;
}

#sidebar a.featured-link.last {
  margin-bottom: 20px;
}

body.bestilling div#price {
  position: absolute;
}

body.bestilling div#price table {
  background-color: #DDDDDD;
  border: 2px outset black;
  border-collapse: collapse;
  position: relative;
  left: 80px;
  top: -30px;
  top: expression('-60px');
  width: 175px;
}

body.bestilling div#price td {
  padding-left: 2px;
  padding-right: 2px;
  font-size: 9pt;
}

body.bestilling div#price td.amount {
  text-align: right;
}

body.bestilling div#price tr.sum td {
  border-top: 1px solid black;
  font-weight: bold;
}

.rotating-image-holder {
  height: 100px;
  overflow: hidden;
  text-align: center;
}


