@charset "UTF-8";
/* CSS Document */

#container {
	width:1000px;
	padding:0px;
	border:0px;
	margin:0px auto 0px auto;
	}
	
#botten {
	text-align:center;
	width:1000px;
	border:0px;
	margin:0px auto 0px auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	}
	
#contact{
	position:fixed;
	bottom:3px;
	height:20px;
	width:100%;
}
	
#botten a {
	text-decoration:none;
	color:#000000;
	text-decoration:underline;
	}
	
#botten a:visited {
	text-decoration:underline;
	color:#000000;
	}
	
#botten a:hover{
	text-decoration:none;
	color:#000000;
	}
	
.rubrik {
	font-size:14px;
	font-weight:bold;
	}
	