@charset "UTF-8";
/* CSS Document */
		
@font-face {
	font-family:'Betty Noir';
	src: url(../typsnitt/bettynoir.ttf);
}

body {
	background:#0a0d10;
	overflow:hidden;
}

a, a:visited {
	color:#1d0902;
	background:none;
	text-decoration:underline;
}

#index {
	left:140px;
	bottom:10px;
	z-index:11;
	position:fixed;
}

.text {
	width:100%;
	text-align:center;
	font-family:'Betty Noir', Verdana, Helvetica;
	font-weight:bold;
	color: #0a0d10;
	font-size:25px;
}

.foot {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:197px;
	z-index:10;
	background:url(../bilder/footer.jpg) #0093c2;
	background-repeat:no-repeat;
}

.latest {
	margin-top:25px;
	float:left;
	/*position:absolute;*/
}

.latest img {
	width:150px;
	margin-right:10px;
	border-left:6px solid #0093c2;
	/*border-left:1px solid #e2f4ff;*/
}

.latestText {
	margin-left:94px;
	margin-top:25px;
	float:left;
}