@charset "utf-8";
body {
	background-image: url(images/bakgrunn.jpg);
	background-repeat: repeat;
	scrollbar-base-color: #b9a254; 
	scrollbar-track-color: #b9a254;

}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	border: 6px solid #b9a254;
}
/* CSS Document */

#top {
	float: left;
	width: 950px;
	height: 80px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #b9a254;
}
#menu {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #b9a254;

}
#main {
	float: left;
	width: 950px;
	height: 470px;
}
#textfield {
	float: left;
	width: 360px;
	border: thin solid #b5a454;
	margin-top: 20px;
	margin-left: 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #375265;
	padding: 5px;

}
#picture {
	float: right;
	height: 439px;
	width: 502px;
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	scrollbar-base-color: #b9a254; 
	scrollbar-track-color: #b9a254;

}

#frame3 {
	float: left;
	margin-left: 10px;
	width: 100px;
	margin-top: 2px;
	background-color: #999999;
}
#frame4 {
	float: right;
	width: 210px;
	margin-right: 5px;
	margin-top: 2px;
	height: 200px;
	background-color: #CCCCCC;
}
#bottom {
	width: 950px;
	clear: both;
	height: 10px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 1px;
}
.update {
	background-color: #b9a254;
	color: #375265;
}
.formfield {
	background-color: #e7eec4;
}
.submit {
	border: 1px solid #e7eec4;
	background-color: #b9a254;
}
.Caption {
	font-family: Arial;
	font-weight: bold;
	color:      #b9a254;
}
