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

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #609;
	background-attachment: scroll;
	background-image: url(../bilder/bckgrnd.png);
	background-repeat: repeat;
	background-position: left top;
}

#logo {
	background-image: url(../bilder/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	width: 500px;
	background-attachment: scroll;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}

#text {
	font-size: 16px;
	text-align: center;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

#galerie {
	font-size: 16px;
	text-align: center;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

#galerie img {
	padding: 15px;
}

#navikastl {
	height: 50px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 50px;
}

a:link, a:visited {
	font-size: 14px;
	color: #390;
	text-decoration: none;
}

a:hover {
	font-size: 14px;
	color: #396;
}
