body {
	color:#fff; 
	font:12px "Arial", Helvetica, sans-serif;
	background-image: url('../img/body_bg.gif');
	background-repeat: repeat-x;
	background-color: #000;
}

h1	{
	font:16px "Arial", Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 20px 0;
}

h2 {
	font:14px "Arial", Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
 	text-align: center;
}
#wrapper {
	background-color: #000;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
	width: 930px;
}

img {
	border: 0px;
}



/* HEADER *************************************************/
#header {
	height: 115px;
	width: 830px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 49px;
}

.header_left {
	width: 171px;
	padding-right: 15px;
	margin-top: 11px;
	height: 87px;
	float: left;
	text-align: left;
}

.header_middle {
	width: 403px;
	height: 23px;
	float: left;
	text-align: left;
	margin-top: 59px;
}

.header_right {
	width: 212px;
	float: right;
	text-align: left;
}

.header_right_text {
	width: 212px;
	float: right;
	text-align: left;
	font-size: 11px;
	margin-top: 43px;
}

.header_right_en {
	width: 200px;
	float: right;
	text-align: left;
}

.header_right_text_en {
	width: 200px;
	float: right;
	text-align: left;
	font-size: 11px;
	margin-top: 43px;
}

.header_input {
	width: 157px;
	height: 16px;
	border: 1px #262626 solid; 
	float: left;
	margin-top: 4px;
	font-size: 11px;
}

.button_send_se {
	float: right;
	width: 43px;
	height: 22px;
	margin-top: 3px;
/*	margin-right: 10px; */
	border: 0px;
   background: url('../img/button_send_se.gif') no-repeat top left;
}

.button_send_se:hover {
	float: right;
	width: 43px;
	height: 22px;
	border: 0px;
	cursor: pointer;
   background: url('../img/button_send_se_on.gif') no-repeat top left;
}

.button_send_en {
	float: right;
	width: 31px;
	height: 22px;
	margin-top: 3px;
/*	margin-right: 22px; */
	border: 0px;
   background: url('../img/button_send_en.gif') no-repeat top left;
}

.button_send_en:hover {
	float: right;
	width: 31px;
	height: 22px;
	border: 0px;
	cursor: pointer;
   background: url('../img/button_send_en_on.gif') no-repeat top left;
}



/* INDICATOR *********************************************/
#indicator {
	height: 33px;
	width: 830px;
	padding-left: 50px;
	padding-right: 50px;
	background-image: url('../img/indicator_bg.gif');
	background-repeat: no-repeat;
	background-color: #000;
	font-size: 11px;
}

.indicator_left {
	width: 415px;
	margin-top:8px;
	float: left;
	text-align: left;
}

.indicator_right {
	width: 415px;
	margin-top:11px;
	float: right;
	text-align: right;
}

#indicator a {
	color: #fff;
	text-decoration: none;
}

#indicator a:hover {
	color: #fff;
	text-decoration: underline;
}



/* CONTENT *********************************************/
#content {
	width: 830px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;
	background: #000;
}

#content p {
	margin: 0px;
	line-height: 18px;
}



/* CONTENT - HOME **************************************/
.home_left {
	width: 390px;
	float: left;
	text-align: left;
	padding-bottom: 80px;
}

.home_right {
	width: 390px;
	float: right;
	padding-bottom: 80px;
}

.home_first_image_right {
	padding-bottom: 20px;
}

#home_swf {
	width: 390px;
	height: 290px;
}

#home_swf a {
	color: #fff;
	text-decoration: none;
}

#home_swf a:hover {
	color: #fff;
	text-decoration: underline;
}



/* ABOUT ***************************************************/
#about_left {
	width: 250px;
	float: left;
	text-align: left;
	padding-bottom: 80px;
}

#about_right {
	width: 540px;
	float: right;
	padding-bottom: 80px;
}

#about_left ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 250px;
}

#about_left li {
	text-align: left;
	padding: 2px 0px 2px 20px;
}

#about_left li:hover {
	background-color: #fff;
	color: #000;
}

#about_left a {
	background-color: inherit;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#about_left li:hover a {
	background-color: #fff;
	color: #000;
}

.active {
	background-color: #fff;
	color: #000; 
}

.about_first_image_right {
	padding-bottom: 20px;
}

#about_right a {
	color: #fff;
	text-decoration: none;
}

#about_right a:hover {
	color: #fff;
	text-decoration: underline;
}

#about_right a.pdf_se span {
	display: none;
}

#about_right a.pdf_se {
	margin: 0 0 0 0;
	padding: 0 0 0 25px;
	display: block;
	background: url(../img/pdf_icon.gif) 0 0 no-repeat;
	height: 19px;
	width: 135px;
}

#about_right a.pdf_se:hover {
	margin: 0 0 0 0;
	background: url(../img/pdf_icon_on.gif) 0 0 no-repeat;
	height: 19px;
}

#about_right a.pdf_en span {
	display: none;
}

#about_right a.pdf_en {
	margin: 0 0 0 0;
	padding: 0 0 0 25px;
	display: block;
	background: url(../img/pdf_icon.gif) 0 0 no-repeat;
	height: 19px;
	width: 137px;
}

#about_right a.pdf_en:hover {
	margin: 0 0 0 0;
	background: url(../img/pdf_icon_on.gif) 0 0 no-repeat;
	height: 19px;
}

#about_right a.file_se span {
	display: none;
}

#about_right a.file_se {
	margin: 5px 0 0 0;
	padding: 0 0 0 25px;
	display: block;
	background: url(../img/file_icon.gif) 0 0 no-repeat;
	height: 19px;
	width: 145px;
}

#about_right a.file_se:hover {
	margin: 5px 0 0 0;
	background: url(../img/file_icon_on.gif) 0 0 no-repeat;
	height: 19px;
}

#about_right a.file_en span {
	display: none;
}

#about_right a.file_en {
	margin: 5px 0 0 0;
	padding: 0 0 0 25px;
	display: block;
	background: url(../img/file_icon.gif) 0 0 no-repeat;
	height: 19px;
	width: 180px;
}

#about_right a.file_en:hover {
	margin: 5px 0 0 0;
	background: url(../img/file_icon_on.gif) 0 0 no-repeat;
	height: 19px;
}

#about_right a.article_se span {
	display: none;
}

#about_right a.article_se {
	margin: 5px 0 0 0;
	padding: 0 0 0 25px;
	display: block;
	background: url(../img/article_icon.gif) 0 0 no-repeat;
	height: 19px;
	width: 80px;
}

#about_right a.article_se:hover {
	margin: 5px 0 0 0;
	background: url(../img/article_icon_on.gif) 0 0 no-repeat;
	height: 19px;
}

#about_right a.article_en span {
	display: none;
}

#about_right a.article_en {
	margin: 5px 0 0 0;
	padding: 0 0 0 25px;
	display: block;
	background: url(../img/article_icon.gif) 0 0 no-repeat;
	height: 19px;
	width: 155px;
}

#about_right a.article_en:hover {
	margin: 5px 0 0 0;
	background: url(../img/article_icon_on.gif) 0 0 no-repeat;
	height: 19px;
}

#divider_newspress {
	height: 61px;
	width: 540px;
   background: url('../img/divider_bg_material.gif') repeat-x top left;
	background-color: #000;
}



/* CONTENT - CONTACT **************************************/
#contact_left {
	width: 250px;
	float: left;
	text-align: left;
	padding-bottom: 80px;
}

#contact_right {
	width: 540px;
	float: right;
	padding-bottom: 80px;
}

#contact_right a {
	color: #fff;
	text-decoration: none;
}

#contact_right a:hover {
	color: #fff;
	text-decoration: underline;
}

.contact_right_left {
	width: 250px;
	float: left;
	text-align: left;
	margin-top: 40px;
}

.contact_right_right {
	width: 250px;
	float: right;
	text-align: left;
	margin-top: 40px;
}
 
.int_1 {
}

.int_2, .int_message {
	margin-top: 7px;
}

input.int_input {
	width: 250px;
	height: 18px;
	padding: 0px;
	border: 1px #262626 solid;
	font-size: 11px;
	margin-top: 2px;
}

textarea.int_textarea {
	width: 250px;
	height: 213px;
	border: 1px #262626 solid;
	font-size: 11px;
	margin-top: 2px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.button_contact_send_se {
	float: right;
	width: 43px;
	height: 22px;
	margin-top: 3px;
	border: 0px;
   background: url('../img/button_send_se.gif') no-repeat top left;
}

.button_contact_send_se:hover {
	float: right;
	width: 43px;
	height: 22px;
	border: 0px;
	cursor: pointer;
   background: url('../img/button_send_se_on.gif') no-repeat top left;
}

.button_contact_send_en {
	float: right;
	width: 31px;
	height: 22px;
	margin-top: 3px;
	border: 0px;
   background: url('../img/button_send_en.gif') no-repeat top left;
}

.button_contact_send_en:hover {
	float: right;
	width: 31px;
	height: 22px;
	border: 0px;
	cursor: pointer;
   background: url('../img/button_send_en_on.gif') no-repeat top left;
}

#popup a.tt {
    position:relative;
    z-index:24;
 	 font-weight:bold;
    text-decoration:none;
}

#popup a.tt span {
	display: none;
}

#popup a.tt:hover {
	z-index:25;
	color: #fff;
	background:;
	/*background:; ie hack, something must be changed in a for ie to execute it*/
   text-decoration:underline;
}

#popup a.tt:hover span.image1 {
	position:absolute;
	top:0px; left:0;
	text-align: center;
	display: block;
	margin-left: 158px;
	width: 90px; 
	height: 120px;
	border: 1px solid #fff;
	background: url(../images/contact/robertland.jpg) no-repeat top;
}

#popup a.tt:hover span.image2 {
	position:absolute;
	top:0px; left:0;
	text-align: center;
	display: block;
	margin-left: 158px;
	width: 90px; 
	height: 120px;
	border: 1px solid #fff;
	background: url(../images/contact/johanljoner.jpg) no-repeat top;
}

#popup a.tt:hover span.image3 {
	position:absolute;
	top:0px; left:0;
	text-align: center;
	display: block;
	margin-left: 158px;
	width: 90px; 
	height: 120px;
	border: 1px solid #fff;
	background: url(../images/contact/johangollnert.jpg) no-repeat top;
}

#popup a.tt:hover span.image4 {
	position:absolute;
	top:0px; left:0;
	text-align: center;
	display: block;
	margin-left: 158px;
	width: 90px; 
	height: 120px;
	border: 1px solid #fff;
	background: url(../images/contact/larshektor.jpg) no-repeat top;
}

#popup a.tt:hover span.image5 {
	position:absolute;
	top:0px; left:0;
	text-align: center;
	display: block;
	margin-left: 158px;
	width: 90px; 
	height: 120px;
	border: 1px solid #fff;
	background: url(../images/contact/johannaakerblom.jpg) no-repeat top;
}

#popup a.tt:hover span.image6 {
	position:absolute;
	top:0px; left:0;
	text-align: center;
	display: block;
	margin-left: 158px;
	width: 90px; 
	height: 120px;
	border: 1px solid #fff;
	background: url(../images/contact/jorgenpalm.jpg) no-repeat top;
}

.small p {
	margin: 0;
	padding: 0;
	font-size: 11px;
}



/* CLIENTS ************************************************/
#clients_left {
	width: 250px;
	float: left;
	text-align: left;
	padding-bottom: 80px;
}

#clients_right {
	width: 540px;
	float: right;
	padding-bottom: 80px;
}

#clients_left ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 250px;
}

#clients_left li {
	text-align: left;
	padding: 2px 0px 2px 20px;
}

#clients_left li:hover {
	background-color: #fff;
	color: #000;
}

#clients_left a {
	background-color: inherit;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#clients_left li:hover a {
	background-color: #fff;
	color: #000;
}

.client_list{
  /*  width: 0 auto; */ 
  width: 540px; /* SAFARI 2.0.04 FIX */
  background-color: #000000; 
  padding: 0px; 
  float: left;
}

.client_list .imageSingle {
  float: left; 
  margin: 3px; 
  width:100px; 
  text-align:center; 
}

.client_list .imageSingle .image {
  width:100px; 
  height:75px; 
  margin:0px;
}



/* PORTFOLIO ************************************************/
#portfolio_left {
	width: 250px;
	float: left;
	text-align: left;
	padding-bottom: 80px;
}

#portfolio_main_image {
	width: 524px;
	height: 400px;
	margin-left: 3px;
	margin-bottom: 20px;
}

#portfolio_right {
	width: 540px;
	float: right;
	padding-bottom: 80px;
}

#portfolio_left ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 250px;
}

#portfolio_left li {
	text-align: left;
	padding: 2px 0px 2px 20px;
}

#portfolio_left li:hover {
	background-color: #fff;
	color: #000;
}

#portfolio_left a {
	background-color: inherit;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#portfolio_left li:hover a {
	background-color: #fff;
	color: #000;
}

.active {
	background-color: #fff;
	color: #000; 
}

.portfolio_list{
  /*  width: 0 auto; */ 
  width: 540px; /* SAFARI 2.0.04 FIX */
  background-color: #000; 
  padding: 0px; 
  float: left;
}

.portfolio_list .imageSingle {
  margin: 3px; 
  width: 100px; 
  text-align: center; 
  float: left; 
}

.portfolio_list .imageSingle .image {
  width: 100px; 
  height: 75px; 
  margin: 0px;
}

#material_left {
	width: 250px;
/*	float: left; */
	text-align: left;
	padding-bottom: 0px;
	clear: right;
}

#material_left ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 250px;
}

#material_left li {
	text-align: left;
	padding: 2px 0px 2px 20px;
}

#material_left li:hover {
	background-color: #fff;
	color: #000;
}

#material_left a {
	background-color: inherit;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#material_left li:hover a {
	background-color: #fff;
	color: #000;
}

#material_divider {
	height: 61px;
	width: 250px;
   background: url('../img/divider_bg_material.gif') repeat top left;
	background-color: #000;
}



/* FOOTER *************************************************/
#footer {
	height: 40px;
	width: 830px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 8px;
	background-image: url('../img/divider_bg.gif');
	background-repeat: no-repeat;
	background-color: #000;
	font-size: 11px;
	clear: both;
}

.footer_left {
	width: 430px;
	float: left;
	text-align: left;
}

.footer_right {
	width: 400px;
	float: right;
	text-align: right;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}



/* WEBMAIL *************************************************/
.button_loggain {
	float: right;
	width: 53px;
	height: 22px;
	margin-top: 4px;
	margin-right: 0px;
	border: 0px;
   background: url('../img/button_loggain.gif') no-repeat top left;
}

.button_loggain:hover {
	float: right;
	width: 53px;
	height: 22px;
	border: 0px;
	cursor: pointer;
   background: url('../img/button_loggain_on.gif') no-repeat top left;
}
