/*Hela sidan*/
body{
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/layout/bg_top.gif);
	background-repeat:repeat-x;
	background-position:center top;
	background-color: #fffcf3;
}


/*Wrapper för innehållet*/
#page{
	margin: 0 auto;
	margin-top: 20px;
	width: 860px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;

}

/*Toppbanner med logga etc.*/
#top{
	width: 860px;
	height: 170px;
	clear: both;
	background: url(../images/layout/topp.jpg);
	text-align:right;
}

#top ul{
	margin: 0px;
	padding: 0px;
	padding-top: 130px;
}

#top ul li{
	display: inline;
	list-style-type: none;
	padding-left: 14px;
}



/*Wrapper för de tre kolumnerna*/
#content{
	width: 860px;
	text-align: left;
	margin: 0px;
}

/*Vänsterkolumn*/
#left{
	position:relative;
	left: 10px;
	width: 235px;
	float: left;
}

#left ul{
margin: 0px;
padding: 0px;}

#left ul li{
list-style-type: none;
font-weight: bold;}



/*Kolumnen till höger*/
#right{
	position:relative;
	left: 45px;
	width: 560px;
	float: left;
}
#right ul li strong {
        display: block;
        width: 120px;
        margin-right: 10px;
        float:left;
}
#right li {
        width: 100%;
        border-bottom: 1px solid #ede6d2;
}
#right li:hover {
        background: #ede6d2;
}

#right .ostvin {
        display: block;
        margin-bottom: 10px;
        
        text-align:center;
}
.call {
        clear:both;
}
.cell {
        width: 275px;
        float: left;
        text-align:center;
        
}
.space {
        padding-top: 20px;
}
.tleft {
        text-align: left;
}

#wide{
	position:relative;
	left: 10px;
	width: 840px;
	float: left;
}

#col1{
	position:relative;
	left: 0px;
	width: 255px;
	float: left;}

#col2{
	position:relative;
	left: 30px;
	width: 235px;
	float: left;
	}

/*Sidfot*/
#footer{
	width: 860px;
	clear: both;
	text-align: left;
	height: 20px;
	background-color: #333333;
	color: #FFFFFF;
	padding-left: 10px;

}


/*FORMULÄR*/

form, fieldset, input, textarea, select{
	margin: 0px;
	padding: 0px;
}

fieldset{
	border: 0px;
}

/*ta bort ram runt länkade bilder*/

a img{
	border: 0px;
}