@charset "utf-8";
/* CSS Document */

#wrapper {
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	
}
#wrapper #bottom {
	height: 45px;
	width: 840px;
	background-image: url(../bilder/bottom.jpg);
	background-repeat: no-repeat;
	color: #333;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
}

#wrapper #overdelen {
	height: 250px;
	width: 850px;
}
#wrapper #overdelen #banner {
	background-image: url(../bilder/banner2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
}
#wrapper #overdelen #meny {
	background-image: url(../bilder/meny.jpg);
	height: 50px;
	color: #68BBF1;
	background-position: top;
	text-align: center;
}
#wrapper #content {
	height: 500px;
	width: 850px;
	margin-top: 20px;
	background-color: #FFF;
}
#wrapper #overdelen #meny table {
	text-align: center;
}
#wrapper #bottom table tr td a:link {
	color: #333;
}
#wrapper #bottom table tr td a:visited {
	color: #333;
}
#wrapper #bottom table tr td a:hover {
	color: #FFF;
}
a.nav {
	color: #68BBF1;
	text-decoration: none;
}
a.nav:link {
	color: #68BBF1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
a.nav:visited {
	color: #68BBF1;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
a.nav:hover {
	color: #FFF;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
a.nav:active {
	color: #FFF;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.bild {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
