body{
	background: #EBE9EC;
	font-family: "Times New Roman";
}

img{
	border: 0px;
}

h1{
	display: block;
	font-size: 22px;
	font-weight: normal;
}

h2{
	display: block;
	font-size: 20px;
	font-weight: bold;
}

.a2{
	color: #000;
	text-decoration: none;
}

.a2:hover{
	text-decoration: none;
	border-bottom: 1px dotted;
}

.nasta {
	display: inline-block;
	border-radius: 4px;
	background-color: #063f08;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 22px;
	padding: 20px;
	width: 180px;
	transition: all 0s;
	cursor: pointer;
	margin: 5px;
}

.nasta span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.nasta span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.nasta:hover span {
	padding-right: 25px;
}

.nasta:hover span:after {
	opacity: 1;
	right: 0;
}

#tableall{
	font-size: 20px;
	width: 400px;
}

#tabletop{
	font-size: 20px;
}

#tableinfo{
	font-size: 20px;
	padding: 15px;
}

#vatskaform{
	width: 70px;
	height: 50px;
	font-size: 20px;
	text-align: center;
	box-sizing: border-box;
	border: 2px solid #a7a7a7;
}

#valjantal{
	width: 70px;
	height: 70px;
	padding: 0px 12px;
	font-size: 22px;
	box-sizing: border-box;
	border: 2px solid #a7a7a7;
	text-align: center;
}

#logga{
	background-image:url(/img/logga.png);
	width: 454px;
	height: 46px;
	margin: auto;
	display: block;
}

#ad{
	margin: auto;
	display: block;
}

#ad2{
	height: 600px;
	width: 160px;
	float: left;
}

#hela{
	width: 1120px;
	height: 930px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#sida{
	background: #fff;
	color: #000;
	width: 720px;
	height: 830px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px;
	top: 20px;
	box-shadow: 0px 2px 4px 0px #ccc;
	border-radius: 15px 15px 0px 0px;
}

#text{
	font-size: 16px;
}

#svar{
	font-size: 18px;
}

#fel{
	font-size: 20px;
}

#footer{
	font-size: 18px;
	color: #a7a7a7;
	text-align: center;
}