* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
	border: none;
	outline: none;
	}

html {
	padding: 0px;
	margin: 0px;
	height: 100%;
	}
	
body {
	color: #111;
	width: 100%;
	height: 100%;
	font: normal 12px/1.7em Arial, Helvetica, _sans;
	background: url(imgs/lottasaas_hg.jpg) 50% 50% no-repeat;
	}
	
a {
	color: #999;
	}
	
	
a:hover, .aktiv a {
	color: #000;
	}
	
.linie {
	float: left;
	width: 100%;
	display: block;
	clear: both;
	height: 1px;
/*	background: #666;	*/
	border-top: 1px solid #ccc;
	}
	
.linie_bold {
	float: left;
	width: 100%;
	display: block;
	clear: both;
	height: 1px;
/*	background: #666;	*/
	border-top: 1px solid #ccc;
	}
	
.spacer_50 {
	float: left;
	width: 100%;
	display: block;
	clear: both;
	height: 50px;
	}
	
.spacer_10 {
	float: left;
	width: 100%;
	display: block;
	clear: both;
	height: 10px;
	}
	
.spacer_30 {
	float: left;
	width: 100%;
	display: block;
	clear: both;
	height: 30px;
	}
	
#mainbox {
	position: absolute;
	top: 100px;
	left: 50%;
	width: 80%;
	margin: 0 -40%;
	padding-bottom: 40px;
	}
	
#navibox {
	float: left;
	/*	width: 300px;	*/
	width: 100%;
	margin: 0 40px 0 0;
	}
	
#navibox ul {
	float: left;
	width: 100%;
	margin: 15px 0; 
	}
	
#navibox li {
	line-height: 17px;
	margin: 0 2px;
	}
	
.lottasaas {
	display: block;
	width: 225px;
	height: 23px;
	margin-left: -1px;
	background: url(imgs/lottasaas.gif) 0px 0px no-repeat;
	text-indent: -9000px;
	}

h2{
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  margin-bottom: 12px;
}
	
p {	
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	margin-bottom: 12px;
	}
	
.titel {
	font-weight: bold;
	}

.marginal {
	font: normal 9px/1.3em Verdana, Arial, sans-serif;
	color: #666;
	}
