@charset "utf-8";
a:link {
	text-decoration: none;
	color: #999;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	
}

/* CSS Document */

#bakgrund {
	background-image: url(../images/sidobjekt/Bakgrund/natfl352.gif);
	height: auto;
	width: auto;
	background-repeat: repeat;
	font-family: Tahoma, Geneva, sans-serif;
	color: #CCC;
}
#navcontainer {
	height: 30px;
	width: 850px;
	font-family: Tahoma, Geneva, sans-serif;
	width: 90%;
	border-bottom: 1px solid #ddd;
	margin-top: 2;
	margin-right: auto;
	margin-bottom: 2;
	margin-left: auto;
}
#navlist {
	width: 60%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    text-indent: 0;
    list-style-type: none;
}
#navlist li {
	padding: 0;
    margin: 0;
    text-indent: 0;
    display: inline;
}
#navlist li a {
	letter-spacing: -1px;
    text-decoration: none;
    color: #ccc;
    font-size: 1em;
    padding: 0 2px;
    border-top: .5em solid #eee;
}
#navlist li a:hover, #navlist a#current {
	color: #999;
	border-top: none;
	font-size: 1.5em;
}
#navlist a#current {
	color: #fc6;
}
#storbox {
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	border: medium double #666;
	background-color: #dfdfdf;
	text-align: center;
	background-image: url(../images/sidobjekt/Bakgrund/wallpaper_dark.jpg);
	background-repeat: repeat;
}
#top {
	height: 215px;
	width: 850px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: xx-large;
	text-align: center;
}
#main {
	height: auto;
	width: 725px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 20px;
	font-size: 14px;
}
#fot {
	height: 20px;
	width: 840px;
	text-align: right;
	padding: 5px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#bakgrund #storbox #main table {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

