/* ÅÄÖ (to make it utf8) */

html, body {
	width: 100%;
	height: 100%;
}

body {
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, "Trebuchet MS";
}

img {
	vertical-align: middle;
	border:0;
}

h1, h2, h3 {
	padding:0;
	margin:0;
}

div#superwrapper {
	width: 100%; 
	min-height: 100%; 
	background-color: #c9c9c9; 
	background-image: url(/img/bg-white.png); 
	background-repeat: repeat-y; 
	background-position: center;	
}

textarea {
	font-family: Helvetica, Arial, "Trebuchet MS";
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
}

#footer {
	background-image: url(/img/bg_footer.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 62px;
	width: 100%;
	padding-top:10px;
	margin: 20px auto 10px auto;
	float: left;
}

div.logo { 
	width: 250px;
	float: left;
	margin-top: 19px;
}

#menu {
	width: 744px;
	float: right;
	height: 58px;
}

#searchbox {
	float: right; 
	text-align: right;
	width: 200px; 
	height: 20px;
	margin: 0px 0px 5px 0px;
}

#searchbox input[type=text] {
	width: 100px;
	height: 13px;
	border: 1px solid #0d4e7c;
}

#searchbox input[type=image] {
	border:0;
	color: #fff;
	font-size: 9px;
	margin: 1px 0px 0px 7px;
	line-height: 9px;
	vertical-align: top;
	height: 18px;
	width: 45px;
	
}

#sitemenu {
	float: left;
	clear: both;
	width: 100%;
	color: #c5c5c5;
	font-size: 9px;
	padding-top: 2px;
	margin-top: 4px;
}

#sitemenu strong {
	color: #203885;
}

#sitemenu a {
	color: #c5c5c5;
	text-decoration: none;
}

#sitemenu img {
	margin: -2px 5px 0px 5px;	
}

#leftmenu {
	background-image: url(/img/menu_left.png);	
	background-repeat: no-repeat;
	float: right;
	height:	58px;
	width: 3px;
	display: block;
}

#rightmenu {
	background-image: url(/img/menu_right.png);
	background-repeat: no-repeat;
	float: right;
	height: 58px;
	width: 3px;
	display: block;
	/*margin-right: 40px;*/
}

div#menu div.menuitem {
	background-image: url(/img/menu_main.png);
	background-repeat: repeat-x;
	float: right;
	height:	58px;
	width: 143px;
	text-align:	center;
	font-weight: bolder;
}

div#menu div.menuitem div.head {
	cursor: pointer;
}

div#menu div.selected {
	background-image: url(/img/selected_current.png);
}

div#top div#menu div.selected div.head a {
	color: #fff;
}

div#menu div.menuitem div.whitelink a {
	color: #fff;	
}

div#menu div.menuitem a {
	color: #000;
	font-size: 12px;
	text-decoration: none;
}

div#menu div.submenu {
	/*background-image: url(/img/submenu_bg.png);*/
	background-position: top;
	background-color: #0062a6;
	background-repeat: repeat-x;
	border: 1px solid #336d96;
	border-top:0;
	display: none;
	position: relative;
	text-align: center;
}

div#menu div.submenu_big {
	/*background-image: url(/img/submenu_bg.png);*/
	background-position: top;
	background-color: #0062a6;
	background-repeat: repeat-x;
	border: 1px solid #336d96;
	border-top:0;
	display: none;
	position: relative;
	text-align: left;
	width: 180px;
}

div#menu div.menuitem div.submenu div {
	height: 24px;
	font-size: 11px;
	font-weight: normal;
	padding: 5px 0px 0px 0px;
	cursor: pointer;
}

div#menu div.menuitem div.submenu_big div {
	height: 24px;
	font-size: 11px;
	font-weight: normal;
	padding: 5px 0px 0px 10px;
	cursor: pointer;
}


div#menu div.menuitem div.submenu div a, div#menu div.menuitem div.submenu_big div a {
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}

div#menu div.menuitem div.submenu div a:hover, div#menu div.menuitem div.submenu_big div a:hover {
	color: #fff;
}

div#menu div.menuitem div.submenu div.whitelink a, div#menu div.menuitem div.submenu_big div.whitelink a {
	color: #fff;	
}

div.head {
	margin-top: 2px;
	padding-top: 16px;
	height: 24px;
	width: 143px;
	font-size: 12px;
}

.clear {
	clear: both;	
}

#header {
	width: 1000px;	
}

#footbar {
	height:	46px;
	width: 1000px;
	margin: 20px auto 0px auto;
}

#leftfooter {
	height:	46px;
	width: 7px;
	background-image: url(/img/leftfooter.png);
	background-repeat: no-repeat;
	float: left;
}

#mainfooter {
	height:	46px;
	background-image: url(/img/mainfooter.png);
	background-repeat: repeat-x;
	width: 985px;
	float: left;
	text-align: center;
}

#countries {
	width: 32px;
	padding: 0;	
	float: right;
	margin: 10px 20px 0px 0px;
}

#countries img {
	float: left;
	cursor: pointer;
}

#rightfooter {
	height: 46px;
	width: 6px;
	background-image: url(/img/rightfooter.png);
	background-repeat: no-repeat;
	float: left;
	
}

#mainfooter .links a {
	padding: 0;	
	text-decoration: none;
	color: #666;
	font-size: 12px;
	padding-left: 10px;
	font-weight: bold;
}

#mainfooter .links a:hover {
	padding: 0;	
	text-decoration: underline;
	color: #666;
	font-size: 12px;
	padding-left: 10px;
	font-weight: bold;
}

#mainfooter .links img {
	padding-left: 20px;
	padding-right: 10px;
	margin: 0;
}

#content { 
	float: left;
	width: 1000px;
	margin-top: 20px;
}

.links {
	float: left;	
	text-align: center;
	padding-top: 10px;
	margin-left: 30px;
}

div.text_left {
	float: left;
	clear: left;
	width: 320px;
	text-align: justify;
}

div.text_full {
	float: left;
	clear: left;
	width: 100%;
	text-align: justify;
}

div.right div.text_full p, div.text_full p {
	width: 100%;	
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.text_left a, div.text_right a, div.text_full a {
	color: #0d4e7c;
	text-decoration: none;
	text-align: left;
}

div.text_right {
	float: right;
	clear: right;
	width: 320px;
	text-align: justify;
}

div.text_left img, div.text_right img {
	max-width: 320px;
	margin:0;
}

div.right div.margin {
	margin-top: 10px;	
}

div.text_left h3, div.text_right h3, div.text_full h3 {
	float: left;
	clear: both;
	width: 100%;
	font-size: 12px;
	color: #0d4e7c;
}

div.text_left h3 a, div.text_right h3 a, div.text_full h3 a {
	font-size: 12px;
	color: #0d4e7c;
}

div.text_left, div.text_right, div.text_full {
	font-size: 12px;
	line-height: 20px;
}

div.right div.text_left p.margin, div.right div.text_right p.margin, div.right div.text_left h3, div.right div.text_right h3 {
	margin-top: 15px;
}

div#content div.left {
	background-position: bottom;
	background-color: #fbfbfb;
}

div#content div.left hr.head {
	color: #d2d2d2;
	padding: 0;
	margin: 5px 0px;
}

div#content div.left ul li.head {
	list-style-image: url(/img/square_light_normal.png);
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 2px;
	margin-top: -2px;
}

div#content div.left ul li.header {
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;	
}

div#content div.left ul {
	list-style: none;
}

div#content div.left div.head {
	color: #f67302;	
	font-weight: bolder;
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	font-size: 12px;
	float: left;
	clear: both;
	height: 16px;
	padding: 3px 0px 3px 0px;
	width: 100%;
}

div#content div.left ul.head {
	clear: both;	
	margin:0;
}

div#content div.left ul li.dot {
	list-style-image: url(/img/square_light_normal.png);
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 2px;
	margin-top: -2px;
}

div#content div.left ul li.current {
	list-style-image: url(/img/square_dark_normal.png);
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 5px;
}

div#pageProductList li.current {
	font-weight: bolder;
}

div#pageProductList li.current a {
	color: #0d4e7c;
}

div.left_new {
	background-image: url(/img/left_bg.png);
	background-repeat: no-repeat;
	float: left;
	clear: left;
	padding: 10px 20px 10px 5px;
	width: 208px;
	background-color: #FBFBFB;
	background-position: center bottom;
}

div.left_new ul {
	margin:0;
	padding:0;
}

div.left_new ul.head {
	margin-left: 20px;	
}

div.left_new ul li {
	margin-left: 5px;	
	list-style: none;
	padding: 3px 0px 3px 0px;
}

div.left_new ul li ul {
	list-style: none;
	margin-left: 10px;
	margin-top: -5px;
}

div.left_new ul li.nopad ul {
	margin-top: 0px;	
}

div.left_new ul hr {
	color: #d2d2d2;	
	background-color: #d2d2d2;
	/*border-color: #d2d2d2;*/
	border:0;
	margin:0;
	padding:0;
}

div.left_new ul li.head {
	color: #0d4e7c;	
	font-size: 12px;
	/*border-bottom: 1px solid #d2d2d2;*/
	list-style-image: url(/img/square_light_normal.png);
	margin-left: 5px;
}

div.left_new ul li.head a, div.left_new ul li.dot ul li.head a  {
	color: #0d4e7c;
	text-decoration: none;
	font-weight: bolder;
}

div.left_new ul li.dot ul.head  {
	margin-top: 5px;
	
}

div.left_new ul li.head hr {
	margin-top: 3px;	
}

div.left_new ul li.current hr {
	margin-top: 3px;
}

div.left_new h1 {
	color: #0d4e7c;	
	font-size: 12px;
}

div.left_new ul li.header {
	color: #0d4e7c;	
	font-size: 12px;
	list-style: none;
	/*border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;*/
}

div.left_new ul li.header a {
	color: #0d4e7c;
	text-decoration: none;
	font-weight: bolder;
}

div.left_new ul li.dot {
	list-style-image: url(/img/square_light_normal.png);
	line-height: 13px;
	/*border-bottom: 1px solid #d2d2d2;*/
}

div.left_new ul li.dot hr {
	margin-bottom: -3px;
	margin-top: 3px;
}

div.left_new ul li.dot hr.special {
	margin: 3px 0px 3px 0px;
}

div.left_new ul.lessmargin {
	margin-left: 10px;	
}

div.left_new ul li.current {
	list-style-image: url(/img/square_dark_normal.png);
	margin-left: 5px;
	line-height:13px;
	/*border-bottom: 1px solid #d2d2d2;*/
}

/*
div.left_new ul li ul li.current {
	margin-left: 10px;	
}
*/

div.left_new ul li.current a {
	color: #1F2B80;
	font-weight: bolder;
	text-decoration: none;
	font-size: 11px;
}

div.left_new ul li.dot a {
	color: #1F2B80;
	text-decoration: none;
	font-size: 11px;
}

div.left_new ul li.selected {
	list-style-image: url(/img/square_dark_normal.png);
}

div.left_new div.head {
	color: #f67302;	
	font-weight: bolder;
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	font-size: 12px;
	height: 16px;
	padding: 3px 0px 3px 0px;
	width: 100%;
}

div.left_new div.head a {
	color: #0d4e7c;	
	text-decoration: none;
}

div.left_new div.moremargin {
	margin-left: 5px;	
}