@charset "UTF-8";
/* CSS Document */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,button,input,textarea,p,blockquote,th,td{margin:0; padding:0;}
table{border-collapse:collapse;border-spacing:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym,fieldset,img,button{border:0;}
html,body{width:100%;height:100%;font:normal 62.5%/100% Arial;}






body {
	background:#d1d1d1;
	text-align:center;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height:18px;
	color:#000000;
	text-decoration:none;
	font-weight:normal
}

a{
	color:#d80c00;
	text-decoration:underline;

}

b {
	font-weight:bold;

}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	line-height:30px;
	margin-bottom:5px;

}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
	line-height:30px;
	margin-bottom:5px;

}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height:18px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;

}
#wrapper {	
	position:relative;
	width:100%;
	text-align:center;
	margin: 0 auto;
	background:#FFFFFF;
	
	
}


/* Popup ---------------------------------------------------------------------------------  */


DIV#popup_container {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:6;
	text-align:center;
}

DIV.pop_wrapper {
	position:relative;
	background:#dad6d6;
	margin: 50px auto;
	padding:10px 10px 0px 10px;
	cursor:  default;
	display: inline-block;

}

.pop_wrapper img {
	margin-bottom:10px;

}


.pop_knappar {
	height:50px;

}

DIV.white {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	background:#000000;

}

/* Sidan ---------------------------------------------------------------------------------  */





#page_top {
	width:100%;
	
	margin:0px 0px 0px 0px;
	background:url(../images/pagefade.jpg) repeat-x;
	padding-bottom:25px;
	text-align:center;
	

}

table {
	text-align:left;
	margin:0 auto;
}


#bottom {
	height:90px;
	background:url(../images/botten_bg.jpg) repeat-x;
	text-align:center;
	margin:0 auto;
	

}

#adress p{
	width:900px;
	height:80px;
	margin:0 auto;
	text-align:left;
	color:#d0afad;
	padding-top:10px;


}

#adress a {
	color: #ffffff;

}

.vit a {
float:left;
color:#FFFFFF;
text-decoration:none;
margin-left:6px;
font-size:14px;
padding:3px 15px 3px 0px;
display:block;
background:url(../images/umenypil.gif) right center no-repeat;

}

.vit {

color:#FFFFFF;
text-decoration:none;
margin-left:6px;
font-size:14px;
padding:3px 0px 3px 0px;


}

.pad {
padding-left:6px;


}

#page_bottom {
	width:900px;
	height:250px;
	text-align:left;
	margin:0 auto;
	border-top:solid 1px #e0e0e0;
	padding-top:20px;
	

}

#page_bottom2 {
	width:900px;
	text-align:left;
	margin:0 auto;
	border-top:solid 1px #e0e0e0;
	padding-top:20px;
	padding-bottom:30px;

}

.puff1 {
	float:left;
	width:270px;
	margin-right:45px;
	height:200px;
	

}

.puff2 {
	float:left;
	width:270px;
	

}


.puff1 img, .puff2 img {
	margin-bottom:10px;

}


#header{
	
	
	height:48px;
	margin: 0 auto;
	background:url(../images/topp_bg.jpg) center top;
	padding:182px 0px 40px 0px;
	text-align:center;

}


/* Meny ---------------------------------------------------------------------------------  */

#meny {
	
	width:900px;
	height:40px;
	padding:0px 0px 0px 0px;
	margin: 0 auto;
	background:url(../images/meny_bg.jpg) no-repeat;
	text-align:left;


}


#meny span{
	float:left;
	height:30px;
	font-size:14px;
	display:block;
	background:url(../images/meny_devider.jpg) right center no-repeat;
	padding-top:10px;
	padding-right:10px;
	margin-right:10px;
	text-transform:capitalize;

}


.menyn, .menyn a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fdc9c9;
	text-decoration:none;
	font-weight:normal;
	text-transform:capitalize;

}

.menyn_on, .menyn_on a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-weight:normal;
	text-transform:capitalize;

}

#meny ul {
	margin: 0;
	padding: 0;
}
#meny li {
	display: inline;
	margin: 0px 20px 0px 0px;
	padding: 0;
}


