/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-size:78%; font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	
}
#startpage{
	background-image: url(../bilder/bg_start.jpg); background-repeat:no-repeat;
	width:950px;
	height:712px;
}
#page{
	margin:0px;
	background-image: url(../bilder/bg_sidor.jpg); background-repeat:no-repeat;
	position:absolute; left:0px; top:0px;
	width:950px;
	height:712px;
}
#menu ul{
	color:#fff;
	font-size:1em;
	width:200px;
	list-style:none;
	position:absolute; top:310px; left:1px;
	text-align:right;text-decoration:none;
	padding-bottom:3px;
} 
ul{
	margin:0px;
	padding:0px;
	
}
li { padding-bottom:5px;
}
#startanim{
	width:709px;
	height:392px;
	position:relative; left:232px; top:250px;
	border:0px;
}
#content{
	width:709px;
	height:392px;
	position:relative; left:232px; top:175px;
	padding-bottom:3px;
	padding-left:5px;
	margin:6px;
}
#content-table{
	width:709px;
	height:392px;
	position:relative; left:216px; top:160px;
	padding-bottom:3px;
	padding-left:0px;
	margin:6px;
}
#text {
	position:relative; left:120px;top:10px;
	width:400px;
	float:left;
	z-index:2;
}
#strategiskt {
	position:absolute; left:0px; top:90px;
	width:284px;
	font-size:0.9em;
}
#heda {
	text-align:center;
	font-size:0.9em;
}

#inredning {
	position:relative; top:10px;
	width:310px;
	float:left;
}
#info {
	position:relative; top:10px;
	width:300px;
	float:left;
}
h1 {
	font-size:1.1em;
}
h2 {
	font-size:0.9em;
}
img.luft {
	margin-bottom:3px;
}
img {
	border:0px;
}
#map {
	position:relative; left:70px;
	float:left;
	z-index:1;
}
#bild_footer {
	position:absolute; left:253px; top:590px;
}
#info td {
	font-size:0.8em;
	
}
td {
	vertical-align:top;
/*	font-size:0.8em;*/
}
p{
	/*margin:6px;*/
	font-size:0.8em;
	
}
/* links */
a {
	color:#fff;
	text-decoration:none;
}
a.blue {
	color:#00f;
}
#active {
	color:#ff0;
}
a:hover {
	color:#ff0;
	text-decoration:underline;
	
}
a.blue:hover {
	color:#00f;
	text-decoration:underline;

}

