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

body
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 200%;
	background-image: url(pictures/bg_kalksten.jpg);
	/* background-repeat: repeat-x; */
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}

h1
{
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #20539b;

}

h2
{
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #20539b;
}

h3
{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #20539b;
}

a
{
	color: #333333;
	text-decoration: underline;
}

/* Layout */

#wrapper
{
	width: 812px;
	min-height: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	z-index: 10;
}

#logo
{
	position: relative;
	width: 240px;
	height: 130px;
	background-image: url(pictures/logga.png);
	background-repeat: no-repeat;
}

#right_floater_top
{
	position: relative;
	left: 720px;
	top: -20px;
	height: 20px;
	width: 80px;
	text-align: right;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-right: 5px;
}

#right_floater_natursten
{
	position: relative;
	left: 650px;
	top: 10px;
	height: 120px;
	width: 70px;
}

#picture_wrapper_big
{
	width: 800px;
	height: 300px;
	border: 1px solid #000000;
	position: relative;
	left: 5px;
}

#picture_wrapper_small
{
	width: 800px;
	height: 100px;
	border: 1px solid #000000;
	position: relative;
	left: 5px;
}

#menu_wrapper
{
	position: relative;
	left: 5px;
	margin: 0px;
	width: 800px;
	height: 30px;
	border: 1px solid #000000;
	background-color: #f0f0f0;
	z-index: 20;
}

#text_wrapper
{
	width: 780px;
	padding: 10px;
	left: 5px;
	position: relative;
	background-color: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	z-index: 10;
}

#content_wrapper
{
	background-image:url(pictures/bg_container.jpg);
	min-height: 100px; 
	width: 812px;;
	position: relative;
	z-index: 10;
}

#footer
{
	width: 800px;
	height: 130px;
	margin-top: 0px;
	padding-top: 10px;
	border-top: 1px solid #000000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-image: url(pictures/bg_footer.jpg);
	background-repeat: repeat-x;
	position: relative;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

/* Menu */

#meny li
{
	display: inline; 
	list-style-type: none;
}

#meny a
{
	padding-right: 45px;
	padding-left: 45px;
	text-decoration: none;
}

#meny a:link
{
	color: #ffffff;
	background: #666666;
}

#meny a:visited
{
	color: #ffffff; 
	background: #666666;
}

#meny a:hover
{
	background: #999999;
}

#meny a#current
{
	background: #999999;
	color: #ffffff;
}




/* Skugga */

#skugga_container_horisontell_meny
{
	width: 800px;
	height: 5px;
	position: relative;
	left: 5px;
	background-image: url(pictures/shadow_down_white.jpg);
	background-repeat: repeat-x;
	clear: both;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	z-index: 10;
}