@charset "utf-8";
/* CSS Document */


body{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
	background-position:top;
	margin:0px;
	background-color:#fff;
}


a img
{
	border-style: none;	
}

.logo
{
	float: left;
	margin-top: 25px;
	}
	
.slogan
{
	/* float:right; */
	font-size: 22px;
	color: #FFF;
	font-style: italic;
	padding-top: 40px;
	padding-left: 250px;
	}

.knapp
{
	width:276px;
	height:21px;
	background-image:url(img/knapp.jpg);
	text-align:center;
	}
	
.knapp a
{
	color: #009fe3 !important;
	text-decoration:none;
	line-height:21px;
	font-weight:bold;
	}
	
.knapp a:hover
{
	color: #fff !important;
	}

.block1
{
	width: 280px;
	float: left;
	padding-right: 30px;
	margin-top: 20px;
	}
	
.block2
{
	width: 280px;
	float: right;
	margin-top: 20px;
	}
	
.block3
{
	width: 110px;
	float: left;
	padding: 10px;
	color: #FFF;
	font-size: 14px;
	background-image: url(img/block.jpg);
	background-repeat: no-repeat;
	margin-right: 20px;
	height: 38px;
	line-height: 38px;
	}
	
.manual
{
	float: right;
	width: 600px;
	}
	
.manualblock
{
	width: 250px;
	float: right;
	padding: 10px;
	background-image: url(img/manualblock2.png);
	height: 38px;
	line-height: 38px;
	margin-bottom: 20px;
	margin-left: 20px;
	}
	
.manual a
{
	color: #FFF !important;
	font-size: 14px;
	text-decoration:none;
	}
	
.figur
{
	float:left;
	padding-right: 20px;
	}
	
.form
{
	background-image: url(img/form1.png);
	height: 24px;
	width: 208px;
	background-color: transparent;
	background-repeat: no-repeat;
	display: block;
	border: 0 none;
	padding-left: 10px;
	}
	
.skicka
{
	background-image: url(img/knapp3.png);
	height: 24px;
	width: 84px;
	background-color: transparent;
	background-repeat: no-repeat;
	display: block;
	border: 0 none;
	color: #FFF;
	}
	
#login
{
	float: right;
	height: 100px;
	width: 290px;
	background-image: url(img/loginbg.png);
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	padding: 30px;
	}
	
#hela
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#bildspel
{
	height: 300px;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 40px;
	}

#top
{
	width:100%;
	height: 120px;
	background-image: url(img/topbg.jpg);
}

#top2
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#meny
{
	height: 35px;
	background-image: url(img/menybg1.jpg);
	margin-top: 15px;
}

#meny a
{
	color:#000;
	text-decoration:none;
	line-height:35px;
	padding-left:18px;
	padding-right:18px;
	display:block;
	float:left;
	}

#meny a:hover, #meny .active
{
	color:#fff;
	background-image:url(img/menybg2.jpg);
}


#content
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
}
	
#text
{
	
}


#text a
{
	color:#000;
}

#text a:hover
{
	color:#ffa200;
}

#footer
{
	width: 100%;
	margin-top: 80px;
	padding-top: 20px;
	background-image: url(img/footerbg.jpg);
	color: #b7b7b7;
	text-align: center;
	height: 100px;
}

#footer a
{
	color: #b7b7b7;
	text-decoration:none;
	}
	
h1
{
	font-weight:bold;
	font-size:30px;
	margin-top:0px;
	color: #009fe3;
	}
	
h2
{
	font-weight:bold;
	font-size:24px;
	margin-top:0px;
	}
	
h3
{
	font-weight:normal;
	font-size:14px;
	margin:0px;
	color:#ffa200;
	}

	
.spacer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.spacer {
	zoom: 1;
	width: 95%;
}
