/* @override http://www.champagneria.com/champagneria-style.css */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #FFF;
	background: #27211e url(designbilder/bg.jpg) repeat-x;
	position: relative;
	margin: 0;
	padding: 0;
}
p, h1, h2, h3, h4 ,h5, h6, li, td, th, div, table, td, th  {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

img { border: none; }

* {outline: none;}

a {outline: none;}

* html a {outline: none;}


a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover{
	color: #856a4e;
}

#map_canvas{ margin-left:30px;width: 350px; height: 250px; border: 5px solid #fff;}

#header, #main, #footer-text {
	width: 955px;
	margin: 0 auto;
}



#header{
	background: transparent url(designbilder/header.jpg) no-repeat;
	color: #9f948f;
	height: 310px;
	position: relative;
}


#header #meny{
	position: absolute;
	top: 165px;
	right: 0;
	border: 0px solid #fff;
}

#header #meny ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#header #meny ul li {
	width: 130px;
	height: 35px;
	margin-left: 3px;
	background: transparent url(designbilder/meny-btn.jpg) no-repeat;
	float: left;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	filter: alpha(opacity=75);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75; 
	opacity:0.7;
	border: 0px solid blue;
}
#header #meny ul li a:link, #header #meny ul li a:visited{
	color: #FFF;
	display: block;
	text-decoration: none;
	line-height: 35px;
}
#header #meny ul li a:hover{
	color: #939290;
}

#header #nyhetsbrev{
	position: absolute;
	top: 235px;
	right: 0;
}
#header #nyhetsbrev input, #header #nyhetsbrev textarea {
	background: #282320;
	border: 1px solid #514e4c;
	padding: 4px;
	width: 195px;
	color: #9f948f;
}
#header #nyhetsbrev .btn {
	background: #282320;
	border: 1px solid #514e4c;
	width: auto;
	color: #9f948f;
}
#header #nyhetsbrev .radio {
	background: transparent;
	color: #9f948f;
	border: none;
	padding: 0;
}



#main{
	min-height: 600px;
	border: 0px solid red;
}
* html #main{
	height: 600px;	
}

#main #leftcol{
	margin-left: 50px;
}
* html #main #leftcol{
	margin-left: 25px;
}

#main #leftcol{
	width: 615px;
	float: left;
	border: 0px solid red;
}
#main #leftcol .box-top, #main #leftcol .box-middle, #main #leftcol .box-bottom {
	width: 615px;
	overflow: hidden;
	background: #333;
}
#main #leftcol .box-top{
	background: transparent url(designbilder/box-top.jpg) no-repeat 0 0;
	height: 20px;
}
#main #leftcol .box-middle{
	background: transparent url(designbilder/box-middle.jpg) repeat-y 0 0;
	min-height: 500px;
}
* html #main #leftcol .box-middle{
	height: 500px;
	overflow: visible;
}
#main #leftcol .box-middle h1, #main #leftcol .box-middle h3, #main #leftcol .box-middle p {
	padding: 5px 30px 5px 30px;
}
#main #leftcol .box-middle h1{
	font-size: 2em;
	color: #816c5c;
}
#main #leftcol .box-middle h3{
	font-size: 1.4em;
	color: #816c5c;
}
#main #leftcol .box-middle p{
	color: #c3b9b3;
	font-size: 1.1em;
	padding-bottom: 10px;
}
#main #leftcol .box-middle p img{
	background: #FFF;
	padding: 4px;
	margin: 10px 0;
}
#main #leftcol .box-middle table{
	margin-left: 25px;
	margin-bottom: 10px;
	border-collapse: collapse;
	color: #c3b9b3;
}
#main #leftcol .box-middle table td{
	padding: 2px 5px;
}
#main #leftcol .box-middle input, #main #leftcol .box-middle textarea {
	background: #282320;
	border: 1px solid #514e4c;
	padding: 5px;
	width: 300px;
	color: #9f948f;
}

#main #leftcol .box-bottom{
	background: transparent url(designbilder/box-bottom.jpg) no-repeat 0 -1px;
	height: 18px;
}






#main #rightcol{
	float: left;
	width: 280px;
	color: #c3b9b3;
	border: 0px solid blue;
}

#main #rightcol .box-top, #main #rightcol .box-middle, #main #rightcol .box-bottom {
	width: 280px;
	overflow: hidden;
	background: #333;
}
#main #rightcol .box-top{
	background: transparent url(designbilder/box-top-right.jpg) no-repeat;
	height: 25px;
}
#main #rightcol .box-middle{
	background: transparent url(designbilder/box-middle-right.jpg) repeat-y;
}

#main #rightcol .box-middle h2,#main #rightcol .box-middle h3, #main #rightcol .box-middle p {
	padding: 5px 30px 5px 30px;
}
#main #rightcol .box-middle h2{
	font-size: 2em;
	color: #816c5c;
}
#main #rightcol .box-middle h3{
	font-size: 1.2em;
	padding-bottom: 10px;
	color: #816c5c;
}
#main #rightcol .box-middle p{
	color: #c3b9b3;
	font-size: 1.1em;
}
#main #rightcol .box-middle table{
	margin-left: 25px;
	margin-bottom: 10px;
	border-collapse: collapse;
}
#main #rightcol .box-middle table td{
	padding: 2px 5px;
}
#main #rightcol .box-bottom{
	background: transparent url(designbilder/box-bottom-right.jpg) no-repeat 0 -1px;
	height: 25px;
}














#footer {
	border: 0px solid red;
	height: 143px;
	background: transparent url(designbilder/footer-bg.jpg) repeat-x;
	position:relative;
}
/*#footer #footer-text{
	background: transparent url(designbilder/footer-bottle.jpg) no-repeat 200px 5px;
	height:  135px;
	clear: both;
}*/
#footer p{
	text-align: center;
	color: #856a4e;
	padding: 10px;
	/*text-indent: -5000px;*/
}
#footer p.credits {
	text-align: right;
	font-size: 1em;
}
#footer p.credits a:link, #footer p.credits a:visited { font-size: 1em; color: #856a4e;}






.clear-all{
	clear: both;
}
.float-right{
	float: left;
	padding: 0 10px 0 0;
}



/* GALLERY */
#gallery {
	padding: 5px 30px;
}

#gallery ul {
	list-style: none;
	width: 100%;
	overflow: auto;
	padding: 0;
	margin: 0;
}

#gallery ul li {
	display: block;
	float: left;
	padding: 5px;
	margin: 5px 0;
}

#gallery ul li a {
	display: block;
}

#facebook-share {
	background: white;
	margin: 0 30px;
}

#facebook-share iframe {
	border:none;
	display: block;
	overflow:hidden;
	width:220px;
	height:195px;
}