* {
	margin: 0;
	padding: 0;
}

html {overflow: scroll;}


/*textformatering*/

h1 {
	color: #dd7209;
	font-family: "Lucida Bright", "Lucida Sans Unicode", Garamond, "Trebuchet MS";
	font-variant: small-caps;
	font-size: 35px;
	padding-left: 25px;

}

h2 {
	color: #dd7209;
	font-family: "Lucida Bright", "Lucida Sans Unicode", Garamond, "Trebuchet MS";
	font-variant: small-caps;
	font-size: 18px;
	padding-top: 15px;
}

h3, th {
	color: #dd7209;
	font-family: "Lucida Bright", "Lucida Sans Unicode", Garamond, "sTrebuchet MS";
	font-size: 12px;
	padding: 10px 0 2px 10px;
	text-align: left;
}

p, td, dt, dd {
	color: #656060;
	font-family: "Trebuchet MS", "Lucida Console", Arial;
	margin-top: 5px;
	padding: 0 0 0 8px;
	font-size: 14px;
}

.small {
	font-size: 12px;
}

.klubb a, .klubb dt, .startarea a {
	color: #656060;
	font-family: "Trebuchet MS", "Lucida Console", Arial;
	font-size: 14px;
}

.adress li {
	color: #656060;
	font-family: "Trebuchet MS", "Lucida Console", Arial;
	padding: 2px 2px;
	font-size: 14px;
}

.tabell {
	color: #656060;
	font-family: "Trebuchet MS", "Lucida Console", Arial;
	padding: 0 0 3px 0;
	font-size: 12px;
	margin-top: 2px;
	}
	
p.des{
	font-size: 11px;
	padding-top: 5px;
	color: #dd7209;
}

.pris, dd {
	color: #dd7209;
	padding-top:0px;
	margin-top: 3px;
}



.klubb {
	margin-left: 10px;
}   

/*länkar*/
a {
	text-decoration: underline;

}

#main_right a, .des a {
		color: #dd7209;
}



/*Layout*/

body {
	background: url(../image/Bg.jpg) repeat-x;
	
}

#content {
	margin:auto;
	position:relative;
	width: 940px;
	}

#header {
	height: 100px;
	padding-top: 10px;
}

#designfield {
	height: 85px;	

}

#main {
	padding-top: 25px;	
}


.leftside {
	width: 545px;
	float: left;
	padding-right: 20px;

}

.rightside {
	float: left;
	width:370px;

}


#main_left {
	width: 525px;
	float: left;
	padding-top: 70px;
	padding-right: 25px;
	padding-left: 25px;
	
}

#main_right {
	float: left;
	width: 348px;

}

#main_last {
	float: left;
	width: 4px;

}

#footer {
	float: left;
	width: 940px;
	padding-left: 25px;
	margin-top: 15px;
}

/*meny*/

#meny {
	list-style-image:none;
	list-style-type:none;
	padding-left: 25px;
}

#meny li {
	display:inline;
}

#meny li a {
	font-family: "Trebuchet MS", "Lucida Console", Arial;
	border-top: 2px solid #ccc;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	color: #FFFFFF;
	padding: 6px 7px 61px 7px;
	text-decoration: none;
	background-image: url(../image/bg_meny_1.jpg);
	background-repeat: repeat-x;
	font-variant: small-caps;
	margin-right: 3px;
}


#meny a:hover, #meny a.aktuell {
	background-image: url(../image/bg_meny_2.jpg);
	background-repeat: repeat-x;
}

/*adressfältet i headern*/

.rightside ul {
	list-style-type: none;
	list-style-image: none;	


}
	
.rightside li {
	text-align: center;
}

/*bilder*/

.devide {
	float: left;

}

.headpic {
	margin-left: 582px;
}

.pic {
	float: left;
	width: 346px;
	padding-top: 43px;

}

/*korpen-resultat*/

.korp {
	padding-left: 30px;
	padding-top: 70px;
}


.korp table {
	width: 300px;
	border: none;

}

table {
	border: none;
	width: 400px;
	margin-top: 10px;
}


