/* ############################ Top/Bottom Layout ################################# */

.tx-wecmap-pi1 {
	margin: 0 0 0 0;
	padding: 0px;
	background: url(img/contenttop_gallery_bg.png) repeat-x;
	height: 311px;
	width: 1000px;
	overflow: hidden;
}

.tx-wecmap-map {
	margin: -3px 0 0 -3px;
}

#flashmenu {
	position:absolute;
	height: 75px;
	width: 1000px;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 100;
}

#contentbox {
	position: relative;
	margin: auto;
	width: 1000px;
	padding: 75px 0 0 0;
	background: transparent url(img/nilsson_header_logo.png) no-repeat top center;
}
#contenttop {
  width: 100%;
	padding: 0px;
	margin: 0;
}
#contenttop .col-column {
	margin: 0 0 -11px 0;
}
#contentmain {
	width: 956px;
	padding: 18px 22px 0 22px;
}
#submenu {
	width: 100%;
	height: 30px;
	background: transparent url(img/submenu_bg.png) repeat-x;
}
#languagemenu {
	position: absolute;
	left: 783px;
	top: 33px;
	width: 16px;
	height: 14px;
	z-index: 101;
}
#mainmenu {
	float: right;
	width: 738px;
	height: 50px;
	background: url(img/main_menu_empty.gif) no-repeat;
}
#footer {
	padding-top: 13px;
	clear: both;
	font-size: 12px;
}
#footer h3 {
	font-size: 12px;
	margin-top: 15px;
}
#footer div {
	display: inline;
	background: url(img/footer_fade.png) repeat-x;
}
#footer div.left {
	padding-left: 22px;
	width: 778px;
	float: left;
}
#footer div.right {
	padding-right: 22px;
	padding-top: 0px;
	width: 178px;
	float: right;
	text-align: right;
}

/* ############################ Lines ################################# */

.col-horline1 {
	background: #dfdfdf;
}
.col-line1 {
	background: #dfdfdf;
}

/* ############################ 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") } */

.contenttop-gallery {
	position: relative;
	width: 1000px;
	height: 311px;
	background: url(img/contenttop_gallery_bg.png) repeat-x;
}
.contenttop-gallery .header-h1 {
	position: absolute;
	top: 35px;
	left: 50px;		
}

.contenttop-gallery .header-h2 {
	position: absolute;
	top: 35px;
	left: 50%;
	text-align: right;
	width: 454px;
}

.contenttop-gallery .text {
	position: absolute;
	top: 221px;
	left: 50px;
}
.contenttop-gallery .text2 {
	position: absolute;
	top: 221px;
	right: 50px;
	text-align: right;
}

.contenttop-gallery .cobj {
	padding-top: 80px;
}
/* Gallery menu */
#galNav {
	white-space: nowrap;
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
#galNav div.galMenuSpc {
	display: inline;
	padding: 0 7px 0 7px;
}
#galNav li {
	display: inline;
	list-style-image: none;
	list-style: none;
	padding: 0;
}
#galNav li.sel a {
	color: #1E1E1E;
	text-decoration: none !important;
}
#galNav li.no a {
	color: #003873;
	text-decoration: underline !important;
}
#galNav li.no a:hover {
	color: #1E1E1E;
	text-decoration: none !important;
}

#galNav li a {
	font-size: 130%;
}
#galNav li ul {
	color: #1E1E1E;
	position: absolute;
	display: inline;
	top: 30px;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
#galNav li ul li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
#galNav li ul li a {
	font-size: 100%;
	color: #003873;
}