/***** GRAND SPA *****/

body {
	
}
html, body{
	background: #FFFFFF url(../img/bg4.jpg);
	background-repeat: repeat-x;
	height: 100%;
	font: normal 11px georgia;
color: #5e5e5e;
line-height: 16px;
}
/*ALLA ELLEMENT*/
*{
	margin: 0px;
	padding: 0px;
}
h1{
	font: bold 11px georgia;
	color: #cda749;
}

a{
	color: #75a4ca;
	text-decoration: none;
	font-weight: bold;
	
}

a:hover{ 
	color: #75a4ca;
	text-decoration: underline;
	font-weight: bold;

}

#pageHolder{
	position:relative; /*f?r footer position*/
	margin:0 auto; /*centrera, inte IE5 */
	width: 790px;
	background: #fff;
	height: auto !important; /*Stanna f?r inneh?ll i content f?r firefox*/
	height:100%; /*IE6 tar height som min-height*/
	min-height:100%; /*firefox och andra bra browsers */
	padding: 0px 10px 0px 10px;
}
#top{
	height: 112px;
	background: url(/img/topp.gif) no-repeat;
}

#meny{
	height: 49px;
}
#content{
	padding: 0px 0px 50px 0px; /*bottom-paddingen ska vara lika h?g som bottom f?r att bottom ska stanna r?tt*/	 

}
#bottom{
	position: absolute;
	/*bottom: 0; /*Sitt vid bottom */
	background: #fff;
	height: 90px;
	width: 790px;
	padding: 0 10px 10px 10px;
	margin-left: -10px;
}

#bottom img{
	border: none;
}

address{
	text-align: left; 
	font: normal 11px georgia;
	color: #5e5e5e;
	padding: 10px 0px 10px 7px;
}

address a{
}

address a:hover{
}

table li {
	margin-left: 15px;
	list-style: url(../img/bullet.gif); 
}

table a {
	background: url(../img/pil.gif) no-repeat left;
	padding-left: 10px;
}

a.flagga {
	float: right;
	padding-top: 3px; 
	padding-left: 3px;
	text-align: right;
}

.vanster {
	margin: 0 10px 0 0;
}

.hoger {
	margin: 5px 0 0 10px;
}

.special {
	font-size: 10px;
}
