/* CSS Document */
html{
	height: 100%;	
}

#content a {
	color: #00487E;
	text-decoration: underline;
}
#content a:hover {
	color: #0080DD;
	text-decoration: none;
}
h2 {
	color: #0D5C9D;
}
body{
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;	
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #444;
}
#wrapper {
	width: 800px;
	margin: 0 auto 0 auto;	
}
/* TOP SLIDE */
#top_slide_left {
	width: 200px;
	display: inline;	
	margin:0px;
	padding:0px;	
}
#top_slide_left .img_border {
	border: 4px solid #364155;	
}
#top_slide_right {
	width: 500px;
	margin:0px;
	padding:0px;	
	display: inline;
}
/* END TOP SLIDE*/
#nav {
	 background: #222935  url(../global_elements/dark_bg.png);
	 margin : 0;
	 padding: 0;
	 color: #fff;	
}
#nav ul {
	list-style: none;	
	color: #433E33;
}
#nav li{
	border: 4px solid #364155;
	background: #fff;
	margin-bottom: 2px;
	line-height: 14px;
	font-size: 12px;
	padding: 0px;
	padding-left: 10px;
	width: 150px;
}
#nav .products {
	border: 0px solid #364155;
	border-left: 4px solid #364155;
	background: #222935;
	margin-bottom: 2px;
	line-height: 14px;
	font-size: 12px;
	padding: 0px;
	padding-left: 10px;
	margin-left: 20px;
	width: 300px;
}
#nav li:hover {
	border: 4px solid #546585;
}
#nav a {		
	color: #7E8FB9;
	text-decoration:none;
}
#nav a:hover {
	color: #fff;
}
#nav a:focus {
	border: 0px solid #fff;
	outline: none;
}

#nav img {
	border: 0px solid #364155;
}
#nav2_wrapper {
	width: 800px;
	margin: 0 auto 0 auto;
}
#nav2 {
	 background: #fff;
	 padding: 0 100px 0 0;
	 padding-left: 5px;
	 margin: 0;
	 text-align: left;
	 border-top: 0px solid #222935;
	 font-size: 1em;
	 color: #000;
	 height: 45px;
}
#nav_divider {
	background: #222935;
	border-top: 4px solid #222935;	
	margin: 0;
	padding:0;
	min-height: 6px;
	height: 6px;
}
#nav2 .button {
	color: #fff;
	background: #fff;
	width: 166px;
	text-align:center;
	padding: 0px;
	margin:0px;
	margin-left: 300px;
	line-height: 12px;
	h: expression(onmouseover=new Function("this.style.cursor='hand';"));		
}
#nav2 .button:hover {
	color: #fff;
	cursor: pointer;
}
#nav_inner {
	 background-color: transparent;
	 padding: 8px 12px 0 20px;
	 margin: 0;
	 font-size: 11px;
}
#content h1 {
	color: #333;
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 15px 0;
	padding: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #bbb;
}

#content h2 {
	 background-color: transparent;
	 border-bottom: 1px solid #D0D0D0;
	 color: #333;
	 font-size: 16px;
	 font-weight: bold;
	 margin: 24px 0 2px 0;
	 padding: 5px 0 6px 0;
}

#content h3 {
	 background-color: transparent;
	 border-bottom: 1px solid #d0d0d0;
	 color: #333;
	 font-size: 14px;
	 font-weight: bold;
	 margin: 22px 0 12px 0;
	 padding: 0 0 0 0;
}

#content h4 {
	 background-color: transparent;
	 border-bottom: 1px solid #D0D0D0;
	 color: #333;
	 font-size: 13px;
	 font-weight: bold;
	 margin: 22px 0 12px 0;
	 padding: 0 0 0 0;
}

#content h5 {
	color: #333;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 15px 0;
	padding: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #bbb;
}

#footer {
	background:  url(../global_elements/dark_bg_2.png);
	border: 1px solid #1A1F28 ;
	border-top: 2px solid #1A1F28 ;
	line-height: 16px;
	color: #fff;
	font-size: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 30px;
	display: block;
	height: 50px;
}
/** html #footer { padding-bottom:40px; }*/
#footer .column {	
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 5px;
}
#footer a { 
	color: #fff; 
	text-decoration: none;
}
#footer a:hover { 
	color: #bbb;	
}
#footer strong { font-size: 12px; }

.mini_wrapper {
	margin: 0 auto 0 auto;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#language_div a img {
	display: inline; 
	vertical-align:text-top; 
	border: 0px;
}
#language_div a:hover {
	border-top: 2px solid #aaa;
}
#content_wrapper {
	 display: inline;
	 margin: 0;
	 padding:0;
	 width: 800px;
	 clear: both;
}
#content_left {
	border: 0px solid #000;
	float: left;
	margin:0;
	margin-left: 10px;
	width: 460px;
}
#content_left_produkt a {
	color: #fff;
	font-weight: bold;
}
#content_left_produkt a:hover {
	color: #ddd;
}
#content_left_org {
	border: 0px solid #000;
	float: none;
	margin:0;
	text-align:justify;
	width: 100%;
}
#content_left_org .chart {
	text-align: center;
}
#content_right {
	border: 0px solid #000;
	float: right;
	margin:0;
	margin-right: 10px;
	width: 290px;
	padding-left: 20px;	
}
#content_right em {
	color: #999;
}
#content_full {
	border: 0px solid #000;
	margin:0;
	width: 100%;
}
.clear {
	clear: both;
}
.comment {
	font-style: italic;
	color: #394559;
}
.comment p {
	background: url(../global_elements/quote.png) no-repeat;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

/* .......... */

#koncernen {
	font-size: 10px;
	line-height: 11px;	
	margin: 0px;
	padding: 0px;
	background: #222935 url(../global_elements/dark_bg.png);	
	border: 0px solid #181D25;
	border-right: 0px solid #181D25;
}

#koncernen img {
	border-bottom: 0px solid #141A21;
}

#koncernen .company_wrap {
	padding: 5px;
}
/* IE Hover */
#koncernen .company_wrap { h:expression(onmouseover=new Function("this.style.background='#344161';"), onmouseout=new Function("this.style.background='';")); }
/* */
#koncernen .company_wrap:hover {
	background: #344161;
}
#koncernen .company {
	font-size: 12px;
	font-weight: bold;
}
#koncernen .description {
	font-weight: normal;
}
#koncernen .product {
	font-weight: normal;
}
#koncernen .tdb {
	border: 0px solid #687B9F;
	background: #fff;
}
#links {
	margin-top: 10px;
}
#links a {
	color: #222935;
	font-weight: bold;
	letter-spacing: 0.3px;
	text-decoration: underline;
}
#links a:hover {
	text-decoration: underline;
}
/* ///////////////////////////////////// */
/* Navigator 
/* ///////////////////////////////////// */
#navigator {
	 background: #222935 url(../global_elements/dark_bg.png);
	 margin : 0;
	 padding: 0;
	 color: #fff;	
}
#navigator_mini_wrapper {
	margin: 0 auto 0 auto;
	width: 800px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#navigator_section_container {
	margin: 0 auto 0 auto;
	width: 766px;
	width: 800px;
}
#navigator_section_1 {
	text-align:center; 
	background: #181D25;
	border: 4px solid  #323A4B;
	float: left;
	width: 289px;
	margin:0;
	margin-top: 25px;
	margin-left: 0px;
	margin-right: 7px;
	padding:0;
}
*html #navigator_section_1 {
	margin-left: -2px;
}
#navigator_section_1 .product_img {
	margin: 15px;
	margin-top: 5px;
	text-align: center;
	border: 2px solid #222935;
}
#navigator_section_1 .design_img {
	text-align: center;	
	margin-left: 2px;
	margin-top: 2px;
	border-bottom: 0px solid #181D25;
}
#navigator_section_1 .title {
	font-size: 140%;
	padding-bottom: 5px;
	border-bottom: 3px solid #272E3B;
	margin-bottom: 0;
}
#navigator_section_1 a {
	color: #7E8FB9;	
	text-decoration: none;
}
#navigator_section_1 a:hover {
	color: #fff;
	text-decoration: underline;
}
#navigator_section_2 {	
	float: left;
	display: block;
	width: 460px;
	margin:0;
	padding:0;
	margin-left: 3px;
	margin-right: 3px;
	line-height: 10px;
}
* html #navigator_section_2 {	
	line-height: 9px;
}
#navigator_section_2 .company { 
	float: left;
	display: block;
	padding-bottom: 1px;
	margin-right: 10px;
}
* html #navigator_section_2 .company { 

}
#navigator_section_2 .company_products {
	font-size: 10px; 
	line-height: 10px;
}
#navigator_section_2 a {
	color: #7E8FB9;	
	text-decoration: none;
}
#navigator_section_2 a:hover {
	color: #fff;
	text-decoration: underline;
}
#navigator_section_2 a:focus {
	border: 0;
	outline: 0;
}
#navigator_section_3 {
	text-align:center;
	float: left;
	width: 300px;
	margin:0;
	margin-top: 49px;
	padding:0;	
	margin-left: 17px;	
}

#navigator_section_1 .image { border: 1px solid #000; }
.more_margin { margin-top: 40px; }
#navigator_section_2 img {	border: 0px; }
#navigator_section_3 img { border: 1px solid #000; margin-top: 92px; }
/*  */

#content_left_contact {
	border: 0px solid #000;
	float: left;
	margin:0;
	text-align:justify;
	width: 420px;
}
#content_right_contact {
	border: 0px solid #000;
	float: right;
	margin:0;
	width: 330px;
	padding-left: 20px;
}
#developedBy {
	width: 100%;
	text-align: right;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
#developedBy a {
	color: #00487E;
	text-decoration: none;	
}
#developedBy a:hover {
	color: #0080DD;
	text-decoration: underline;
}