/* CSS Document */

img {
	border:none;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../pict/bg/bakgrundjagor.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin:85px auto;
	width:100%;
	height:100%;
}
a:link{
	color:#333333;
	text-decoration:none;
}
a:visited{
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#999999;
	text-decoration:none;
}
a:active{
	color:#333333;
	text-decoration:none;
}
#container{
	width:800px;
	font-size: 11px;
	margin:auto;
}
#logo{
	width:800px;
	height:119px;
}
#content{
	width:800px;
	height:198px;
}
#meny{
	width:800px;
	font-size:10px;
	margin-top:42px;
	text-align:center;
}
#meny a{
	margin-left:30px;
}
#border img{
	border:1px solid #000000;
}
#footer {width:800px; position:absolute; bottom:20px; text-align:center; }
#footer a { color:#999999; text-align:center; }
#footer a:hover { color: #ffffff;}