body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color: #564b47;
	background-image: url(../images/background.jpg);
	padding: 0;
	margin: 0;
}

p {
	color: #000;
	font-size: 0.9em;
	line-height: 1.4;
	margin-right: 20px;
}

h1 {
	color: #000;
	font-size: 1.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: -1px;
}

h2 {
	color: #000;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: -1px;
}

li {
	color: #000;
	font-size: 0.9em;
	line-height: 1.4;
}

#container {
	position: absolute;
	height: 525px;
	width: 780px;
	margin: -253px 0 0 -390px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0;
	overflow: hidden;
	border-style: none;
}

#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: 260px 0;
	text-align: center;
	height: 80px;
}

#footer {
	background-image: url(../images/krusesmithlogo.png);
	background-repeat: no-repeat;
	background-position: 310px 0;
	text-align: center;
	height: 75px;
	margin-top: 10px;
}

#footer p {
	color: #fff;
	font-size: 0.7em;
	text-align: center;
	padding-top: 20px;
}

#content {
	background-color: #bee1f9;
	height: 370px;
	padding: 5px;
}

#left {
	font-size: 10px;
	width: 200px;
	float: left;
	position: relative;
	height: 370px;
	overflow: none;
}

#left img {
	overflow: hidden;
}

#left p {
	padding-top: 5px;
	margin-top: 0;
}

#right {
	background-color: #bee1f9;
	width: 210px;
	height: 350px;
	float: right;
	padding-top: 20px;
	padding-left: 20px;
}

#center {
	background-color: #fff;
	width: 290px;
	height: 340px;
	overflow: auto;
	float: left;
	padding: 20px 10px 10px 40px;
}

#centerprosjekt {
	background-color: #fff;
	width: 315px;
	height: 340px;
	overflow: auto;
	float: left;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 25px;
}

#right img {
	text-decoration: none;
	float: none;
	margin-bottom: 8px;
	border-style: none;
}

#center a:link {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #000;
}

#center a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #000;
}

#center a:hover {
	color: #cc071e;
	text-decoration: none;
	border-bottom: 2px solid #cc071e;
}

#leftforside {
	background-color: #bee1f9;
	width: 540px;
	float: left;
	position: relative;
	height: 370px;
}

#leftforside img {
	
}

.input1 {
	font-size: 0.9em;
	position: relative;
	top: -15px;
	left: 20px;
	width: 170px;
	padding: 3px;
	border: dashed 1px #3b3b3b;
}

.input1 activ {
	background-color: #3b3b3b;
}

.input2 {
	background-color: #bee1f9;
	position: relative;
	top: -15px;
	left: 60px;
	width: 179px;
	border: dashed 1px #3b3b3b;
}

.input1:focus, input:hover {
	background-color: #bee1f9;
}

.tekst {
	color: #000;
	font-size: 0.9em;
}

a:link img,
a:visited img {
	border-style: none;
}

#center img {
	position: relative;
	top: 8px;
}

ul#prosjektnavigation,
ul#prosjektnavigation li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

.prosektsmabild {
	width: 80px;
	height: 80px !important;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 24px !important;
	opacity: 0.6;
}

li.current .prosektsmabild,
.prosektsmabild:hover {
	opacity: 1;
}

.prosjektoversikt #left p {
	padding-left: 10px;
}

.whitetop {
	background-color: #fff;
	position: absolute;
	width: 325px;
	height: 20px;
	float: none;
	margin-left: 200px;
	display: block;
}

.whitebottom {
	background-color: #fff;
	position: absolute;
	bottom: 70px;
	width: 325px;
	height: 20px;
	margin-left: 200px;
	display: block;
}

#movie {
	position: relative;
	top: 0;
	margin-left: -25px;
}

.form_error {
	color: red
}