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

/* ---- General, all pages ---*/
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #006;
	background: #fffccc url(../page_background.jpg) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.twoColFixLtHdr #container, .oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
} 
.twoColFixLtHdr #header, .oneColFixCtrHdr #header {
	background: url(../_images/header2011.jpg);
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
	height: 200px;
	position:relative; /* this takes care of positioning the menu. */
} 
.twoColFixLtHdr #header h1, .oneColFixCtrHdr #header h1 {
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display: inline;
	color: #cc1;
	margin-top: auto;
	margin-bottom: 0;
	position: absolute;
	left: 20px;
	top: auto;
	right: 20px;
	bottom: 80px;
}
#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float:left;
	position:absolute;
	right:0px;
	bottom:0px;
}
#header li {
	float:left;
}
#header li a:link, #header li a:visited {
	padding: .2em .5em;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	font-weight:bold;
	color:#CC1;
	text-decoration:none;
	line-height:1.2em;
	margin-right:.5em;
	background: #666;
}
#header li a:hover {
	color:#00F;
	background:#fff;
}
#header li a.current, #header li a.current:hover, #header li a.current:active {
	color: #CC3;
	background: #000;
	cursor: default;
}
#logo {
	background: url(../_images/fvologo.gif);
	height: 72px;
	width: 184px;
	margin: 0px 0px 0px -20px;
	padding: 0px;
	position: absolute;
	left: 20px;
	top: 0px;
}
#header #engflagga {
	height: 32px;
	width: 32px;
	border-style: none;
	position: absolute;
	right: 40px;
	bottom: 30px;
}
#header #tyskflagga {
	height: 32px;
	width: 32px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-style: none;
	right: 5px;
	position: absolute;
	bottom: 30px;
}
#header #svenskflagga {
	height: 32px;
	width: 32px;
	text-decoration: none;
	position: absolute;
	right: 75px;
	border-style: none;
	bottom: 30px;
}

/* ---- Main Content index page ---*/

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
/*.twoColFixLtHdr #mainContent {
	zoom: 1;
}*/
#mainContent img {
	border: thin solid #000;
}
#mainContent img#vatten {
	float: right;
}
/* ---- Main Content price page ---*/

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#mainContent #fiskare {
	float: right;
	margin-top: 20px
}
#mainContent #lax {
	float: right;
	margin-top: -60px;
}
#mainContent #lax2 {
	float: right;
	margin-top:20px
}
#mainContent table fisketider {
	margin: 10px;
}
tr.grey{
	background-color: #EBEBEB 
}
tr.white{
	background-color:#FFF
}
p.tabellfotnot {
	font-size: 0.75em;
	width: 400px;
}

/* ---- Main Content regler page ---*/

#mainContent ol {
	font-size: .9em;
}
#mainContent ol li {
	padding-bottom: 10px;
}
.smallCap {
	font-weight: bold;
	font-variant: small-caps;
}

/* ---- Main Content kartor page ---*/

#mainContent img#sverige {
	margin-left: 30px;
	padding: 10px;
	border-color:#FFF;
}
#mainContent img#blekinge {
	padding: 10px;
	border-color:#FFF;
}
#mainContent img#området {
	border: thin solid #000;
	margin-bottom: 20px;
}

/* ---- Main Content boende page ---*/

.bildtextvandrarhem {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	margin: 0px;
	padding-left: 225px;
	
}
.bildtextkakelugn {
	font-size: .75em;
	margin: 0px;
	padding-left: 225px;
}
#mainContent img#ebbaBruk {
	padding-left: 225px;
	border-color: #FFF;
	margin-bottom: 15px;
	margin: auto;
}
#mainContent img#vandrarhem {
	border-color:#FFF;
	padding-left: 225px;
	margin-top: 0px;
}
#mainContent img#kakelugn {
	border-color:#FFF;
	padding-left: 225px;
	margin: auto;
}
/* ---- Main Content bokning ---*/

#mainContent #bokningstabell {
	font-size: 0.6em;
	float: right;
	padding: 0px;
	width: 300px;
	border: 1px ridge #999;
	margin: 0px -10px 0px 0px;
}
#mainContent form {
	background: #EBEBEB;
	font-size: 0.7em;
	width: 400px;
	margin: 0px;
	border: thin solid #999;
}
.obligatorisk {
	font-size: 0.7em;
}
caption {
	font-size: 1.2em;
	font-weight: bold;
}
tr.grey{
	background-color: #EBEBEB 
}
tr.white{
	background-color:#FFF
}

#villkor{
	font-size: 0.8em;
	padding-right: 20px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
}
#red {
	font-size: 16px;
	color: #F00;
}
/* ---- Main Content Nyheter ---*/
.thumbnail
{
float: left;
width: 180px;
margin: 0 15px 15px 0;
padding: 5px;
}

.clearboth { clear: both; }

/* ---- Main Content general ---*/

#mainContent h2 {
	color: #006;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
}
#mainContent p {

}
.closerh2 {
	margin-top: -10px;
}
.fetStil {
	font-weight: bold;
	color: #006;
}
.h2centrering {
	text-decoration: none;
}
#laxdamen {
	float: left;
	margin-right: 10px;
}

.lankarmaincontent {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
.indragvideo {
	margin-left: 130px;
}

/* ---- Main Content index page sidebar---*/

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f0f0f0; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
#sidebar1 h3 {
	font-size: 1em;
	color: #006;
}
#sidebar1 p {
	font-size:.9em;
}
#sidebar1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sidebar1 ul {
	margin: 0;
	padding: 0;
	list-style:none;
	font-size: 0.9em;
}
#sidebar1 h4 {
	font-size: 12px;
	color: #cc6600;
	text-decoration: none;
}

/* Foton på indexsidan */

/*#container #indexfoto {
	margin-right: 100px;
}*/

#sidebar1 ul li {
	margin:0;
	padding:0;
}
#sidebar1 ul a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color:#003366;
	text-decoration:none;
	line-height:30px;
	margin:0;
	display:block;
	width: 170px;
	padding-left:30px;
	font-weight: bold;
}	
#sidebar ul li {
	margin: 0 0 0 10px;
}

#news {
	font-variant: normal;
	text-decoration: underline;
}
.lankSidabar {
	font-size: 0.9em;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

/* ---- Maincontent, fotogalleri ---*/
#mainContent #pic1 {
	padding-left: 150px;
	border: hidden;
}
#mainContent #pic2 {
	padding-left: 20px;
	border: hidden;
}
#mainContent #pic9 {
	padding-left: 20px;
	border: hidden;
}
#mainContent #pic11 {
	padding-left: 20px;
	border: hidden;
}
#mainContent #pic3 {
	padding-left: 20px;
	border: hidden;
}
#mainContent #pic4 {
	padding-left: 20px;
	border: hidden;
}
#mainContent #pic5 {
	padding-left: 150px;
	border: hidden;
}
#mainContent #pic6 {
	padding-left: 150px;
	border: hidden;
}
#mainContent #pic7 {
	padding-left: 70px;
	padding-bottom: 20px;
	border: hidden;
}
#mainContent #pic8 {
	padding-bottom: 20px;
	border: hidden;
}
#mainContent #pic13 {
	padding-left: 20px;
	border: hidden;
}
#mainContent #pic15 {
	padding-left: 20px;
	border: hidden;
}
#mainContent #pic17 {
	padding-left: 20px;
	border: hidden;
}
#mainContent #pic19 {
	padding-left: 20px;
	border: hidden;
}
#mainContent #pic21 {
	padding-left: 20px;
	border: hidden;
}
#bildspel2007 {
	padding-left: 20px;
}
#bildspel2010 {
	padding-left: 20px;
}
/* ---- Maincontent, videos ---*/

.video {
	padding-left: 130px;
}
#mainContent h3 {
	text-align: center;
}

/* ---- Maincontent, fångstjournal 2010 ---*/

#mainContent #tabell {
	margin-right: auto;
	margin-left: auto;
	border-width: 1px;
	font-size: 0.8em;
}
tr.grey{
	background-color: #EBEBEB 
}
tr.white{
	background-color:#FFF
}
/* ---- Footer, general ---*/

.twoColFixLtHdr #footer, .oneColFixCtrHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#EFEFEF;
} 

.twoColFixLtHdr #footer p, .oneColFixCtrHdr #footer p{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 1em;
	text-align: center;
	color: #006;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]


