@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana, Arial, Serif;
	font-size: 75%;
	color: #333333;
}

.clear {
	clear: both;
}

a, a:visited, a:active {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a:active, a:hover {
	color: #ffdd7e;
}

p {
	margin-top: 0px;
	margin-bottom: 8px;
}

img {
	border: none;
}

h1, h2, h3, h4 {
	margin-bottom: 5px;
	margin-top: 0px;
	font-weight: normal;
}

#MainContainer {
	margin-top: 80px;
	width: 918px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("/gfx/ContainerRepeat.jpg");
	background-repeat: repeat-y;
}

#Top {
	background-image: url("/gfx/ContainerTop.jpg");
	background-repeat: no-repeat;
	background-position: top;
	height: 36px;
}
#Bottom {
	background-image: url("/gfx/ContainerBottom.jpg");
	background-repeat: no-repeat;
	background-position: top;
	height: 29px;
}

#MenuColumn {
	width: 205px;
	margin-right: 30px;
	margin-top: 60px;
	margin-bottom: 60px;

	float: left;
	border-top: 1px solid #d2d3d5;
	border-bottom: 1px solid #d2d3d5;
	background-color: #FFFFFF;
}

#MenuColumn ul {
	margin: 0px;
	padding: 0px 00px 0px 10px;
	background-color: #ffffff;
	list-style-type: none;
	list-style-image: url(../gfx/MenuButton.jpg);
	list-style-position:inside;
}


#MenuColumn li {
	margin: 0px;
	height: 36px;
	background-color: #FFFFFF;
	padding: 20px 0px 0px 0px;
	border-bottom: 1px solid #d2d3d5;
}
#MenuColumn li.LastItem {
	border-bottom: none;
}

#MenuColumn ul li span {
	padding-left: 10px;
}
#MenuColumn ul li a {
	text-decoration: none;
}

#LeftRightColumn {
	padding-top: 45px;
}

#LeftColumn {
	width: 330px;
	padding-right: 10px;
	float: left;
}
#RightColumn {
	float: left;
	padding-left: 10px;

	width: 330px;
}

#StartPageLogoContainer {
	text-align:center;
}
#SmallLogo {
	text-align:right;
	clear: both;
	padding-right: 20px;
}

#FooterText {
	padding-top: 18px;
	text-align: center;
}

.Person {
	padding-right: 10px;
	margin-bottom: 20px;
}
.PersonImage {
	float: right;
	margin-left: 8px;
	
}

.ReadMore {
	text-align: right;
	width: 230px;
}

.Padding {
	padding-left: 10px;
	padding-right: 10px;
}

.Step {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.Step h2 {
	font-size: 90%;
	font-weight: bold;
}

#TestaSjalv {
	background-color: #eaeaea;
	border: 1px solid #dadada;
	padding: 10px;
}

#TestaSjalv input {
	border: none;
	height: 22px;
	vertical-align: middle;
	padding-left: 4px;
	padding-top: 6px;
}

.result {
	font-weight: bold;
	color: #000000;
}

.Center {
	text-align:center;
}
