@charset "utf-8";
/* CSS Document */


body{
background-image:url(../bilder/bigBackground.jpg);
background-repeat:no-repeat;
background-position:Top Center;
background-attachment:fixed;
margin:0px 0px;
padding:0px;
width:100%;
text-align: center;
overflow:scroll;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
}


a:link {color: #000; text-decoration: none;outline: none;}
a:active {color: #000; text-decoration: none;outline: none;}
a:visited {color: #000;  text-decoration: none;outline: none;}
a:hover {color: #000;text-decoration: underline;outline: none;}
a:focus{outline-style:none;}

#center {
	float:left;
	width:100%;
	background-image:url(../bilder/bg.png);
	background-repeat:no-repeat;
	background-position:Top Center;
	left:0;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
}

#topbar{
	float:right;
	width:80px;
	height:500px;
	min-height:500px;
	position: relative;
}


#center2 {
	width:1000px;
	margin:0px auto;
	text-align:left;
	padding:0px;
}

#header {
	background-image:url(../bilder/header.png);
	background-repeat:no-repeat;
	width:1000px;
	height:281px;
	min-height:281px;
}
#menybottom {
	background-image:url(../bilder/meny_bottom.png);
	background-repeat:no-repeat;
	width:1000px;
	height:51px;
	min-height:51px;
}



#meny {
	width:1000px;
	height:38px;
	min-height:38px;
}


.meny2{
	float:left;
}


#content {
	background-image:url(../bilder/content_bg.png);
	background-repeat:repeat-y;
	width:1000px;
} 

#contentfix{
	width:150px;
	height:80px;
	min-height:80px;
	float:left;
}


#contentfixbio{
	width:99px;
	height:80px;
	min-height:80px;
	float:left;
}

#maincontent{
	float:left;
	width:700px;

}

#footer {
	background-image:url(../bilder/content_bottom.png);
	background-repeat:no-repeat;
	width:1000px;
	height:80px;
	min-height:80px;
	text-align:right;
	font-size:11px;
	padding-top:30px;
}












