body
{
    background: #909ead url(img/bg.gif);
}

h1, h2, h3, h4
{
    padding: 0;
    margin: 0;
}

p
{
    margin-top: 0;
    margin-bottom: 7px;
}

.rss
{
}

#head
{
    background-color: #eee;
}
.langContent
{
	position:relative;
	float:left;
	width:300px;
	
}
#ctl00_langflags
{
	left:695px;
	top:100px;
	position:absolute;
	height:43px;
	width:270px;
	background-color:#fff;
}
#foot
{
    /*	background-image: url(img/foot.jpg); 	width:879px; 	height:93px; 	position: relative; 	color: #FFF; 	line-height: 20px;*/
    height: 1px;
}

#foot a, #foot2 a
{
    text-decoration: none;
    color: #FFF;
    font-weight: normal;
}



#content
{
    background-color: #fff;
    padding: 14px;
}

#entrance
{
    background-color: #eaeaea;
    padding: 14px;
}

#mainmenu
{
    background-image: url(img/bar.gif);
    height: 29px;
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}

#mainmenu li
{
    float: left;
    height: 29px;
}

#mainmenu li.selected
{
    background-image: url(img/selectedBar.gif);
    height: 29px;
}

#mainmenu li:hover
{
    background-image: url(img/selectedBar.gif);
}

/*#mainmenu .home */
.home
{
    background-image: url(img/home.jpg);
    height: 29px;
    width: 71px;
    cursor: pointer;
}
.hem
{
    background-image: url(img/hem.gif);
    height: 29px;
    width: 71px;
    cursor: pointer;
}


h3
{
    display: block;
    background: transparent url(img/bar.gif) repeat-x top;
    height: 26px;
    margin: 0px;
    padding: 0px;
    padding-left: 62px;
    padding-top: 3px;
    font-weight: normal;
    position: relative;
    text-align: center;
}

.small
{
    background-color: #fff;
    width: 210px;
    float: left;
    padding: 3px;
}

.innehall
{
    width: 640px;
    background-color: #FFFFFF;
    float: right;
    padding: 3px;
    border-left: 1px solid #ccc;
    min-height:320px;
}

.leftColumn
{
    float: left;
    width: 216px;
}

.h1
{
    width: 412px;
    background-color: #fff;
    padding: 3px;
    float: left;
}

.h1small
{
    width: 199px;
    background-color: #fff;
    padding: 3px;
    float: left;
}

.h2
{
    width: 452px;
    float: left;
    background-color: #fff;
}

.mr
{
    margin-right: 8px;
}

.fh
{
    height: 355px;
    overflow: hidden;
}

.sfh
{
    height: 84px;
    overflow: hidden;
}

.vaderImage
{
    margin: 3px;
    margin-right: 0px;
    float: right;
}

.vaderText
{
    margin: 5px;
    float: left;
    width: 123px;
}

.boxText
{
    margin: 5px;
}

.h3pil
{
    display: block;
    width: 62px;
    height: 29px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.keepRight
{
    float: right;
    width: 199px;
}

/* --------------- fckEditor fix ---------------------------------*/
body.fckEdit
{
    background-image: none;
    background-color: transparent;
    height: auto;
}
:first-child + html body.fckEdit
{
    background-color: #FFFFFF;
    background-image: none;
}
/* ---------------------------------------------------------------*/

/************** FSMENU ***************/

/* HORIZONTAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul
{
    background-image: url(img/bar.gif);
    height: 29px;
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul
{
    display: none;
    position: absolute;
    width: 200px;
    padding: 0px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li
{
    float: left;
    display: block;
    position: relative;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li
{
    float: none;
    width: 200px;
    height: 26px;
}


/* Links inside the menu */
.menulist a
{
    display: block;
    padding: 0px;
    text-decoration: none;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind
{
    display: none;
}
.menulist ul a .subind
{
    display: block;
    float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a
{
    float: left;
}
.menulist ul a
{
    float: none;
}
/* \*/
.menulist a
{
    float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child + html .menulist ul li
{
    float: left;
    width: 100%;
}

* html .menulist ul li
{
    float: left;
    height: 1%;
}
* html .menulist ul a
{
    height: 1%;
}
/* End Hacks */

.col1
{
    float: left;
    width: 320px;
    border-right: solid 1px #ccc;
    padding-right: 9px;
    margin-right: 10px;
}

.col2
{
    float: left;
    width: 280px;
}

.col2 img
{
    margin-left: 10px;
    margin-bottom: 6px;
}

.sokRuta
{
    background-image: url(../Images/Sokruta.gif);
    width: 210px;
    height: 34px;
}

.sokRuta input
{
    height: 15px;
    width: 148px;
    margin: 9px 0 0 47px;
    border: 0;
}

.searchBox
{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 10px;
}

#foot2
{
    background-color: #616161;
    height: 55px;
}

#anlaggningar
{
    border-bottom: 2px #fff solid;
}

#stugWrapper
{
    width: 567px;
    margin: 0 auto;
    background-color: #fff;
}

.stugLeft
{
    width: 300px;
    float: left;
}

.stugRight
{
    width: 220px;
    margin-left: 7px;
    float: left;
}

.stugName
{
    color: #FFF;
    background-color: #1E439B;
    padding-left: 10px;
    margin-top: 0;
}

.erbjudanden
{
    height: 55px;
    overflow: hidden;
}

ul.boende
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.boendeBox
{
    float: left;
    height: 157px;
    width: 190px;
    border: 1px solid #CCC;
    margin-right: 10px;
    margin-top: 10px;
    background-image: url(img/boendeBg.gif);
}

.boendeCol1
{
    float: left;
    width: 50px;
}

.boendeCol2
{
    float: left;
    margin-left: 10px;
    width: 95px;
}

#calendar
{
    margin: 0 auto;
    width: 165px;
}

.anlImage1
{
    float: left;
}

.anlImage2
{
    float: left;
    margin-left: 5px;
}

.tomte .col1
{
    overflow: auto;
    height: 400px;
    width: 410px;
}

.tomte .col2
{
    width: 190px;
}
/**** WEBSHOP *********************/
.Product
{
    float: left;
    height: 170px;
    margin-bottom: 10px;
    width: 198px;
}
#ProdList
{
    margin:0px;
    padding:0px;
}
#ProdList li
{
    list-style:none;
}
.cart
{
    display:block;
    width: 600px;
}
.List input,.prodInfo #ctl00_cph1_art_exNoi
{
    width:20px;
    
    
}
.Cart th
{
    text-align:left;
}