/* STANDARD ELEMENTS */
body, div, h1, h2, h3, ul, li, a, p, img, span { margin: 0; padding:0 }

body {
	background: #ddd url(/System/Templates/Images/111/background.jpg) repeat-x;
	font-family: Arial;
	font-size: 62.5%;
}

table 
{
	font-size: inherit;
	font-size: 100%;
}

a, a:link
{
	color: #3333cc;
	text-decoration: none;
}

a:visited
{
	color: #3333cc;
}

a:hover
{
		text-decoration: underline;
}

img 
{
	border-style: none;
}

hr 
{
	height: 1px;
	margin: 0.5em 0 1em 0;
	color: gray;
	background-color: gray;
	clear: both;
}

ul,
ol 
{
	margin: 1.2em 0em 1.2em 2em;
	padding: 0;
}

ul li,
ol li 
{
	margin: 0.3em 0em 0em 0em;
	list-style-position: outside;
	line-height: 1em;
	padding: 0 0 0.5em 0;
}

ul 
{
	list-style: url() disc;
}

ol 
{
	list-style: decimal;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1em 0em 0em 0em
}

table td 
{
	vertical-align: top;
	padding: 0.2em 1em 0.2em 0.3em;

}

strong 
{
	font-weight: bold;
}

em 
{
	font-style: italic;
}

blockquote 
{
	margin: 0em 3em;
}

/* WRAPPERS */
#wrapper 
{
	margin: 10px auto 0 auto;
	width: 864px;
}

#content 
{
	
	display: inline;
	float: left;
	width: 824px;
	padding: 0 0 0 0;

}

.shadow 
{
	background: url(/System/Templates/Images/111/content_bg.jpg) repeat-y top left;
	padding: 0 8px 0 7px;
}

/* LANG NAVIGATION */
#lang_nav
{

	float: right;
	list-style-type: none;
	width: 20px;
	position: relative;
	left: -27px;
	top: 30px;
}

#lang_nav li a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 100%;
}

#lang_nav li.sv  {
	background: url(/System/Templates/Images/111/lang_nav_sv.jpg);
	height: 90px;
	width: 20px;
}

#lang_nav li.en  {
	background: url(/System/Templates/Images/111/lang_nav_en.jpg);
	height: 89px;
	width: 20px;
}

#lang_nav li.ru  {
	background: url(/System/Templates/Images/111/lang_nav_ru.jpg);
	height: 85px;
	width: 20px;
}

#lang_nav li.sv_current  {
	background: url(/System/Templates/Images/111/lang_nav_sv_active.jpg);
	height: 90px;
	width: 20px;
}

#lang_nav li.en_current  {
	background: url(/System/Templates/Images/111/lang_nav_en_active.jpg);
	height: 89px;
	width: 20px;
}

#lang_nav li.ru_current  {
	background: url(/System/Templates/Images/111/lang_nav_ru_active.jpg);
	height: 85px;
	width: 20px;
}

/* HEADER */
#header 
{
	background: url(/System/Templates/Images/111/header_bg.jpg) no-repeat;
	height: 204px;
}

#header h1#logo
{
	background: url(/System/Templates/Images/111/logo.jpg) no-repeat;
	height: 121px;
	margin: 0 0 0 50px;
	width: 171px;
}
#header h1#logo a
{
	display: block;
	text-indent: -999px;
	overflow: hidden;
	height: 100%;
}

#header h2#slogan
{
	background: url(/System/Templates/Images/111/slogan.gif) no-repeat top left;
	height: 30px;
	text-indent: -999px;
	overflow: hidden;
	width: 231px;
	margin: 0 0 0 70px; 	
}

#header h2#sloganEN
{
	background: url(/System/Templates/Images/111/slogan_eng.jpg) no-repeat top left;
	height: 30px;
	text-indent: -999px;
	overflow: hidden;
	width: 231px;
	margin: 0 0 0 70px; 	
}

#header h2#sloganRU
{
	background: url(/System/Templates/Images/111/slogan_ru.jpg) no-repeat top left;
	height: 30px;
	text-indent: -999px;
	overflow: hidden;
	width: 350px;
	margin: 0 0 0 70px; 	
}

#header h3 
{
	font-size: 1.1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
	margin: 0 0 0 70px;
}

#header #map a 
{
	display: block;
	position: absolute;
	left: 50%;
	text-indent: -999px;
	overflow: hidden;
}

#header #map a#karlshamn
{
	top: 99px;	
	margin: 0 0 0 105px;
	width: 42px;
	height: 15px;
}

#header #map a#liepaja
{
	top: 90px;	
	margin: 0 0 0 150px;
	width: 28px;
	height: 20px;
}

#header #map a#kaliningrad
{
	top: 112px;	
	margin: 0 0 0 145px;
	width: 45px;
	height: 17px;
}

#header #map a#moskva
{
	top: 88px;	
	margin: 0 0 0 205px;
	width: 42px;
	height: 17px;
}

/* TOP NAVIGATION */
#nav ul
{
	background: url(/System/Templates/Images/111/nav_bg.jpg) repeat-x;
	width: 100%;
	border-bottom: 1px solid #fff;
		font-family: Verdana;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#nav ul li
{
	background: url(/System/Templates/Images/111/nav_separator.jpg) no-repeat top left;
	display: inline;
	float: left;
	padding: 0 33px;
	line-height: 20px;
	margin: 0;
}

#nav ul li.first
{
	background: none;
}

#nav ul li a 
{
	color: #fff;
	text-decoration: none;
}

#nav ul li a:hover
{
	color: yellow;
	text-decoration: none;
}

/* RUSSION MENU */
#nav ul.RU li
{
	padding: 0 26px 0 26px;
}

/* ENGLISH MENU */
#nav ul.EN li
{
	padding: 0 30px 0 30px;
}

/* CENTER IMAGES */
#center 
{
	clear: both;
	float: none;
}

#center img 
{
	display: block;
	margin: 0 0 1px 0;
}
.start_center 
{
	background: url(/System/Templates/Images/111/start_center_bg.jpg) no-repeat;
	height: 134px;
	padding: 30px 0 0 50px;
}

#center h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: normal;
}

#center ul#news 
{
	color: #ccc;
	list-style-type: none;	
	/*margin: 20px 0 0 0;*/
	font-size: 1.1em;
	width: 200px;
}

#center ul#news li span
{
	display: block;
	margin: 10px 0 0 0;
	color: silver;
}

#center ul#news li 
{
	margin: 0 0 10px 0;
}

#center ul#news li a
{
	color: #fff;
}

/* MAIN CONTENT */
#main-content
{
	clear: both;
	float: none;
	background: url(/System/Templates/Images/111/subnav_bottom_bg.jpg) repeat-x top left;
	padding: 20px 0 20px 0;
}

/* SUB NAVIGATION */
#main-content #menu_holder
{
	background: url(/System/Templates/Images/111/subnav_top_bg.jpg) repeat-x top left;
	float: left;
	margin: 0 50px 0 0;
	width: 261px;
	padding: 7px 0 0 0;
}

#main-content #menu_holder ul
{
	background: url(/System/Templates/Images/111/subnav_bottom_bg.jpg) repeat-x bottom left;
	list-style: none;
	font-size: 1.1em;
	padding: 0 0 6px 0;
	margin: 0;
	width: 100%;
}

#main-content #menu_holder ul li
{
	background: url(/System/Templates/Images/111/subnav_bg.jpg) repeat-x top left;
	line-height: 20px;
	margin: 0 0 1px 0;
	padding: 0 0 0 0;
}

#main-content #menu_holder ul li a
{
	color: #fff;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	text-decoration: none;
}

#main-content #menu_holder ul li a:hover
{
	background: url(/System/Templates/Images/111/arrow_white.gif) no-repeat center left;

}

#main-content #menu_holder ul li ul
{
	margin: 0;
	padding: 0;
	background: none;
	display: none;
	font-size: 1em;
}

#main-content #menu_holder ul li.current ul
{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#main-content #menu_holder ul li ul li
{
	background: url(/System/Templates/Images/111/subnav_level2_bg.jpg) no-repeat top left;
	margin: 0 0 1px 0;
	padding: 0 0 0 10px;
}

#main-content #menu_holder ul li ul li a
{
	color: #000;
}

#main-content #menu_holder ul li ul li a:hover
{
	background: url(/System/Templates/Images/111/arrow_black.gif) no-repeat center left;
}

#main-content #content-right
{
	color: #666;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 10px 0 0 0;
	width: 450px;
}

/* START PAGE PUFFS */
#main-content .puff a
{
	color: #666;
	text-decoration: none;
}

#main-content .puff a:hover
{
	text-decoration: underline;
}

#main-content .puff1 
{
	color: #666;
	display: inline;
	background: url(/System/Templates/Images/111/puff1_bg.jpg) no-repeat;
	float: left;
	height: 65px;
	margin: 0 5px 0 30px;
	padding: 100px 20px 0 30px;
	width: 183px;
}

#main-content .EN1
{
	background: url(/System/Templates/Images/111/puff1_bg_en.jpg) no-repeat;
}
#main-content .RU1
{
	background: url(/System/Templates/Images/111/puff1_bg_ru.jpg) no-repeat;
}
#main-content .puff2
{
	color: #666;
	display: inline;
	background: url(/System/Templates/Images/111/puff2_bg.jpg) no-repeat;
	float: left;
	height: 65px;
	margin: 0 5px 0 5px;
	padding: 100px 35px 0 30px;
	width: 181px;
}
#main-content .EN2
{
	background: url(/System/Templates/Images/111/puff2_bg_en.jpg) no-repeat;
}
#main-content .RU2
{
	background: url(/System/Templates/Images/111/puff2_bg_ru.jpg) no-repeat;
}
#main-content .puff3 
{
	color: #666;
	display: inline;
	background: url(/System/Templates/Images/111/puff3_bg.jpg) no-repeat;
	float: left;
	height: 64px;
	margin: 0 20px 0 5px;
	padding: 100px 20px 0 30px;
	width: 181px;
}
#main-content .EN3
{
	background: url(/System/Templates/Images/111/puff3_bg_en.jpg) no-repeat;
}
#main-content .RU3
{
	background: url(/System/Templates/Images/111/puff3_bg_ru.jpg) no-repeat;
}
/* NEWS ARCIVE */
h3
{
	font-size: 1.2em;	
}
ul.news 
{
	color: #333;
	list-style-type: none;	
	font-size: 1em;
}

ul.news li span
{
	
	margin: 10px 0 0 0;
	color: #666;
}

ul.news li 
{
	margin: 0 0 10px 0;
}

ul.news li a
{

}

#news-article
{
	margin-bottom: 10px;
}

/* FOOTER */
#footer 
{
	clear: both;
	background: #ddd url(/System/Templates/Images/111/bottom_bg.jpg) no-repeat top left;
	padding: 40px 0 0 20px;
	font-size: 1.1em;	
	color: #666;
}

#footer img
{
	float: right;
} 

#footer span
{
	float: left;
	margin: 10px 10px 0 0;
} 

#footer span a
{
	color: #666;
}

#footer span.name
{
	font-weight: bold;
} 

/* OFFERT FORM */
form#offertForm {
	margin: 20px 0 0 0;
	width: 310px;
}

form#offertForm div {
	margin: 0 0 10px 0;
}

form#offertForm label {
	float: left;
	display: block;
	line-height: 20px;
	width: 150px;
}

form#offertForm input
{
	float: left;
	display: block;
	width: 150px;
}

form#offertForm textarea {
	float: left;
	display: block;
	width: 150px;
	height: 100px;
}

form#offertForm select {
	float: left;
	display: block;
	width: 150px;
}

/* HEADLINES */


.headline1 /* Rubrik */
{
	color: #3366cc;
	font-size: 17px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
	font-weight: bold;
}

.headline2	/* Mellanrubrik */
{
	font-size: 13px;
	color: #666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
	font-weight: normal;
}

.headline3  /* Underrubrik */
{
	font-family: arial, verdana, helvetica, sans-serif;
	color: #00447d;
	font-weight: bold;
	font-size: 10px;
}

.bordtext 	/* Normal */
{
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* CUSTOM */
.clear 
{
	clear: both;
	visibility: hidden;
	height: 0;
}
.clearfix:after,
form#offertForm div:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix, form#offertForm div {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix, form#offertForm div {height: 1%;}
/* End hide from IE-mac */
