/* CSS Document */

/****************************
 **   General
 ****************************/


body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: "Palatino", "Georgia", "Baskerville", serif;
	color: #3b3b3b;
}

a {
	color: #8a0000;
	text-decoration: underline;
}
a:hover {
	color: #909090;
}

img {
	border: 0;
}

#page {
	
}



/* Top */

#top {
	background-image: url(teppe.gif);
}

#header {
	height: 150px;
}

#bilde {
	width: 800px;
	margin: 0 auto;
	padding-top: 5px;
}



/* Content */

#content {
	background-image: url(teppe.gif);
	padding-bottom: 25px;
	height: 550px;
}

#body {
	margin: 0 auto;
	height: 530px;
}

#bunn_teppe {
	height:20px;
	background-image: url(bunn_teppe.gif);
}


/* Valgets kval tabellen */

.valgets_kval {
	width: 1050px;
	height: 400px;
	clear: both;
	margin: 0 auto;
	border-style: none;
}

a.til_bbt {
	display: block;
	background: url(til_bbt.png) top no-repeat;
	width: 200px;
	height: 200px;
	text-decoration: none;
}
a.til_bbt:hover {
	background-position: bottom;
}
a.til_bbt span {
	visibility: hidden;
}

a.til_ts {
	display: block;
	background: url(til_ts.png) top no-repeat;
	width: 200px;
	height: 200px;
	text-decoration: none;
}
a.til_ts:hover {
	background-position: bottom;
}
a.til_ts span {
	visibility: hidden;
}

#bildeskifter {
	list-style:none;
	padding:0;
	margin:0;
	height:400px;
	overflow:hidden;
	border: 5px solid #FFFFFF;
}

#husk_meg {
	margin: 0 auto;
	color: #FFFFFF;
	width: 200px;
	font-size: 0.8em;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#husk_meg a {
	color: #FFFFFF;
}

.thumbnail {
	position: relative;
	z-index: 0;
}

.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}

.thumbnail span { /*CSS for enlarged image*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: absolute;
	background-color: #FFFFFF;
	font-size: 0.8em;
	padding: 5px;
	left: -1000px;
	border: 1px solid #8a0000;
	visibility: hidden;
	color: #8a0000;
	text-decoration: none;
	width: 300px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -40px;  
	left: 150px; /*position where enlarged image should offset horizontally */
}

#ie6warn {
	margin: 0 auto;
	color: #FFFFFF;
	width: 500px;
	font-size: 0.7em;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#ie6warn a {
	color: #999999;
}
#ie6warn a:hover {
	color: #333333;
}



/****************************
 **   Footer
 ****************************/


#footer-wrap-outer {
}

#footer-wrap {
	width: 100%;
	background-color: #000000;
	border-top: 1px solid #FFFFFF;
}

#footer {
	width: 800px;
	margin: 0 auto;
	clear: both;
	padding: 10px 7px 25px;
	min-height: 30px;
	font-size: 0.8em;
	line-height: 1.1em;
	color: #CCCCCC;
}


.kontakt_info {
	width: 550px;
	clear: both;
	margin: 0 auto;
	border-style: none;
}

.kontakt_info td,
.kontakt_info tr,
.kontakt_info table {
	border-style: none;
}

#f_linker {
	width: 650px;
	clear: both;
	margin: 0 auto;
	text-align: center;
}

#footer .widget-wrap {
	float: left;
	width: 264px;
	margin-bottom: 36px;
}


#footer .widget {
	margin-right: 21px;
	margin-left: 21px;
}


#footer a,
#footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover,
#footer a:active {
	color: #8a0000;
	text-decoration: underline;
}

