body {
	margin: 0px;
	color: #7c7878;
}

div#pageContainer {
	width: 981px;
}

td#left {
	background-image: url("/gfx/temp/leftbg.jpg");
	background-repeat: no-repeat;
	background-position: right 132px;
}
td#right {
	background-image: url("/gfx/temp/rightbg.jpg");
	background-repeat: no-repeat;
	background-position: left 364px;
}

div#contentContainer {
	width: 961px;
	float: left;
	height: 687px;
	background-color: white;
	background-image: url("/gfx/temp/contentbg.jpg");
	background-repeat: no-repeat;
	overflow: hidden;
}

div#contentInsideContainer {
	background-image: url("/gfx/temp/bodybg.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 687px;
}

div#textContainer {

	width: 461px;
	float: left;
	margin-top: 180px;
	height: 507px;
	background-image: url("/gfx/temp/textbg.jpg");
	background-repeat: no-repeat;
	background-position: 35px 150px;

}

div#formContainer {
	float: right;
	width: 480px;
	height: 687px;
}

.imp {
	border: 1px solid #949494;
	background-color: #f5fbff;
	width: 400px;
}

.Overskrift {
	font-size: 20px;
	font-weight: bold;
	line-height: 125%;
}
.Normal {
	font-size: 14px;
	font-weight: Normal;
	line-height: 125%;
}

div#stillingContainer {
	display: none;
	border: 1px solid #000;
	padding: 0px 10px;
	position: absolute;
	top: 50px;
	height: 650px;
	background-color: #FFF;
	width: 850px;
	overflow: auto;
}
