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

body{
	margin:0;
	background-color: #336699;
	background-image: url(index_images/backblue1.jpg);
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#wrapper{
	width:auto;
	height:auto;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}
#container {
	position:relative;
	top:0px;
	width:700px;
	height:auto;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000;
	border-left-color: #000000;
}

#head {
	position:relative;
	left:0px;
	top:0px;
	width:700px;
	height:156px;
	z-index:1;
}
#index_cont {
	position:relative;
	width:700px;
	height:auto;
	background-color: #FFFFFF;
	background-image: url(index_images/fishes.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 10px;
	background-position: 30px;
}
.loggor {
	position:relative;
	width:300px;
	height:auto;
	float: left;
	margin-right: 10px;
	padding-left:30px;
	padding-top:10px;
	color: #000;
}
.stil3 {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#textbox_center {
	position:relative;
	width:700px;
	height:auto;
	z-index:2;
	padding-top: 20px;
	padding-bottom: 60px;
	top: 20px;
	text-align: center;
}
#textbox_center_liten {
	position:relative;
	width:700px;
	height:auto;
	z-index:2;
	padding-top: 0px;
	padding-bottom: 20px;
	top: 20px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	background-color: #000;
	margin-bottom: 10px;
}
#links {
	position:relative;
	left:0px;
	width:700px;
	height:20px;
	z-index:1;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 2px;
	clear: both;
}
.spacer {
	clear:both;
}

