body{
	background-image: url("../images/style/bg.JPG");
	background-attachment: fixed;
	background-repeat: no-repeat;
}

h1{
	margin: 0px;
}

#akcio{
	transition: 0.2s all;
	text-align: center;
	position: absolute;
	left: 700px;
	width: 200px;
	height: 100px;
	background-color: red;
	color: white;
	border-radius: 25px;
}

#akcio:hover{
	background-color: white;
}

#header{
	height: 240px;
	width: 610px;
	background-image: url("../images/style/header.png");
	background-repeat: no-repeat;
}

#links{
	background-image: url("../images/style/content.png");
	background-repeat: no-repeat;
	height: 40px;
}

#links{
	background-image: url("../images/style/content.png");
	background-repeat: no-repeat;
	height: 40px;
}

#links ul{
	margin: -1px;
}

#links ul li{
	margin-left: 10px;
	float: left;
	list-style-type: none;

}

#links ul li a{
	transition:all 0.2s;
	color: white;
	text-shadow:
		-1px 1px black,
		1px -1px black,
		-1px -1px black,
		1px 1px black
		;
	text-decoration: none;
	padding: 2px;
	border-radius: 5px;
}

#links ul li a:hover{
	text-shadow:
		-1px 1px white,
		1px -1px white,
		-1px -1px white,
		1px 1px white
		;
	color: black;
	background-color: white;
	box-shadow: 2px 3px 2px black;
}

#links ul li ul {
	position: absolute;
	z-index: 2;
}


#links ul li ul li{
	width: 150px;
	position: relative;
	right: 105px;
	top: 2px;
	text-align: center;
	float: none;
	display: none;
	padding: 2px;
	background-color: #2138BF;
}



#links ul li ul li:last-child{
	margin-bottom: 10px;
}
#links ul li:hover ul li{
	display: block;
}

#content{
	position: relative;
	z-index: 1;
	width: 609px;
	background-image: url("../images/style/content.png");
	background-repeat: repeat-y;
	padding-left:60px; 
}

#content img{
	width: 100px;
	height: 100px;
	margin: 2px;
}

#content #text{
	position: relative;
	z-index: 1;
	color: white;
	width: 495px;
}

.kalkularor{
	margin-right: 20px;
	width: 180px;
	min-height: 200px;
	border: 1px solid white;
	border-radius: 15px;
}

#content form:first-child .kalkularor{
	float: left;
}

#footer{
	width: 609px;
	height: 266px;
	background-image: url("../images/style/footer.png");
	background-repeat: no-repeat;
	padding-top: 120px;
	font-size: 0.6em;
	text-align: center;
}

#footer span{
	text-shadow: 2px 2px 2px black;
	color: darkgrey;
	position: relative;
	right: 80px;

}

.allink{
	opacity: 1!important;
}

