@import url("/css/menu.css");
@import url("/css/skjema.css");

body {
	background-color: #ececed;
	background-image: url("/gfx/bg.gif");
}

a {
	color: #b92a3c;
}

img {
	border: 0px;
}

form {
	display: inline;
}

div#pageContainer {
	width: 700px;
	margin: 10px auto;
	padding: 10px 10px;
	background-color: #ececed;
}

div#leftContainer {
	width: 212px;
	float: left;
	display: inline;
}

div#rightContainer {
	width: 485px;
	float: left;
	margin-left: 3px;
	display: inline;
}

div#logoContainer {
	background-color: white;
	height: 140px;
	text-align: Center;
	margin-bottom: 3px;
}

div#logoContainer img {
	margin-top: 65px;
}

div#menuContainer {
	background-color: #f5f5f5;
	background-image: url("/gfx/cornerGray.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	min-height: 200px;
	margin-bottom: 3px;
}

div#mainMenuContainer {
	display: none;
}

div#toolsContainer {
	width: 200px;
	float: right;
	height: 20px;
	line-height: 20px;
	text-align: right;
	margin: 5px 5px;
}

div#toolsContainer input {
	border: 1px solid #e2e3e3;
	width: 100px;
	font-size: 10px;
	color: #e2e3e3;
}

div#toolsContainer a {
	color: #c5c7c8;
}

div#colorContainer {
	height: 50px;
	margin-bottom: 3px;
	background-color: #296aad;
	background-image: url("/gfx/cornerBlue.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
}

body#body1 div#colorContainer {
	background-color: #b51c2f;
	background-image: url("/gfx/cornerRed.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
}

div#headerContainer {
	background-color: white;
	height: 139px;
	border-top: 1px solid white;
	margin-bottom: 3px;
	background-image: url("/gfx/topBedrift.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
}

body#body1 div#headerContainer {
	background-image: url("/gfx/topPrivat.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
}

div#contentContainer {
	background-color: white;
	background-image: url("/gfx/cornerWhite.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 200px;
	height: auto !important;
	min-height: 200px;
	margin-bottom: 3px;
	overflow: hidden;
}

div#contentInsideContainer {
	padding: 5px 10px;
}

div#imageContainer {
	height: 250px;
	margin-bottom: 3px;
	overflow: hidden;
	background-color: #a5a5a5;
}

div#footerContainer {
	background-color: white;
	margin-bottom: 3px;
	height: 18px;
	background-image: url("/gfx/footerbg.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
}
