/* ############################ Top/Bottom Layout ################################# */
body {
	background: url(img/bjorholmen_bg.png) top center no-repeat;
}
#contentbox {
	margin: auto;
	width: 927px;
	padding: 0px;
	margin-top: 0px;
	padding-top: 30px;
}
#topcontent {
	width: 927px;
	margin-top: 100px;
}
#contenttop {
	float: left;
	width: 927px;
	margin-bottom: 6px;
}
#contentmain {
	float: left;
	padding: 0;
	width: 927px;
	margin-top: 20px;
}
#logo {
	float: left;
	width: 543px;
}
#logo img {
	display: block;
	float: right;
}
#searchfield {
	float: right;
	width: 300px;
	height: 30px;
	text-align: right;
	padding: 38px 0 0 0;
}
#menu {
	float: left;
	width: 927px;
	text-align: center;
	padding: 16px 0px 11px 0px;
}
#footer {
	clear: both;
}


.col-horline1 {
	background: #000000;
}

#submenu {
	display: inline;
	width: 927px;
	float: left;
	margin: 4px 0 0 0;
}
/*
#boka {
	display: inline;
	width: 77px;
	float: right;
	margin: 2px 0 0 0;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
*/
/* ############################ Lines ################################# */

.col-horline1 {
	background: #000000;
}
.col-line1 {
	background: #000000;
}

/* ############################ Forms ################################# */

form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
label {
	margin-top: -1px;
	margin-bottom: 1px;
	line-height: 17px;
	display: block;
	padding: 2px 8px 0 0;
}
input {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 6px;
}
.csc-mailform-submit {
	height: 30px;
	margin-top: 10px;
	margin-bottom: 15px;
	float: right;
	border: none;
	width: 137px;
	background: url(submit_button.png);
	color: #ffffff;
}
.formbutton {
	height: 20px;
	width: 20px;
	background: url(search_button.gif);
	border: none;
	margin-left: 0px;
}
textarea {
	font-size: 11px;
	line-height: 18px;
	overflow: auto;
	width: 99%;
	padding-left: 0;
	padding-right: 0;
}
.keywordbg {
	background: url(search_textbg.gif);
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;	
	margin-bottom: 3px;
	margin-right: 0px;
	font-family: arial;
	font-size: 12px;	
	color: #21333b;	
}

/* ############################ Other ################################# */

/* img, #typo3login { behavior: url("iepngfix.htc") } */
