body {
	font-family: Times, serif;
	font-size:13px;
	margin: 0;
	color: #000000;
	text-align: center;
	position: relative;
}
#page {
	margin: 0 auto;
	background: #fff url('../images/Solrix-bakgrunn.jpg') top center;
	text-align: left;
	width: 100%;
	height: 100%;
}

#inner {
	position: absolute;
	margin-top: 80px;
	width: 700px;
	min-height:520px;
	background: white;
	margin-left: -350px;
	left: 50%;
	padding-bottom: 20px;
	
}

#heading {
	height:150px;
	background-image: url(../images/Logo.jpg);
	background-repeat: no-repeat;
	margin-left: 18px;
	margin-top: 52px;
}
#linker {
	width: 195px;
	float:left;
	height: 400px;
}
#maintext {
	width: 460px;
	float:left;
	color: #6868686;
}
#mainlink {
	width: 100%;
	height: 40px;
	font-size:26px;
	margin-left: 195px;
	margin-top: 177px;
}
ul {
	padding: none;
	margin-top: 0;
}
li {
	list-style-type: none;
	margin-bottom: 11px;
	margin-left: 10px;
	
}
a {
	text-decoration: none;
	font-weight:600;
	border-bottom: 2px solid #BFCBE0;
	color: #002E83;
}
#mainlink a {
	border-bottom: 2px solid #4360A2;
}

a img { border: 2px solid white; }
a img:hover { border: 2px solid green; }


form {
display: block;
text-align: right;
width: 500px;
position: relative;
}

form input,textarea {
margin-top: 10px;
margin-left: 10px;
}