/* @override http://localhost:9000/css/master.css */

body {
	background: #8c9395 url(/gfx/bg-header.jpg) repeat-x 0 0;
	margin: 0;
	min-width: 774px;
	text-align: center;
	font-family: Arial,Verdana;
	font-size: small;
	color: #fff;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 0.5em 0;
}

h1 {
	font-style: italic;
	color: #333;
	font-size: 180%;
	text-shadow: 2px 2px 2px #999;
	font-family: Georgia, Arial;
}

#home h1 {
	color: #3c96ec;
}

h2 {
	margin-bottom: 0.8em;
	color: #3c96ec;
	text-shadow: 2px 2px 2px #ccc;
}

h3 {
	font-size: 115%;
}

img, form, blockquote {
	border: 0;
	margin: 0;
}

a {
	color: #ee3b3d;
	text-decoration: none;
}

p,blockquote {
	margin: 0 0 1.6em 0;
	line-height: 1.6em;
}

li {
	line-height: 1.6em;
}

.continue_link {
	text-align: right;
	font-weight: bold;
}

.img_left {
	float: left;
	display: inline;
	margin: 5px 20px 10px 0;
}

.img_right {
	float: right;
	display: inline;
	margin: 5px 20px 0 10px;
}

#wrapper {
	width: 774px;
	margin: 0 auto;
	text-align: left;
	font-size: 95%;
	color: #454545;
}

#pageheader {
	margin: 0 7px;
	height: 129px;
}

#logo {
	float: left;
	display: inline;
	margin: 7px 0 0 0;
}



#pageheader {
	background: url(/gfx/bg-pageheader.png) no-repeat top right;
	_background: none;
	_background-repeat: no-repeat;
	_background-position: 0 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/bg-pageheader_ie.png',sizingMethod='image');
	
}

/* @group menu */
#menu {
	position: absolute;
	width: 557px;
	list-style: none;
	padding: 0;
	margin: 51px 0 0 35px;
	display: inline;
}

#menu li {
	float: left;
	display: inline;
	height: 48px;
	margin: 0 16px;
}

#menu span {
	display: none;
}

#menu a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	color: #fff;
}

#menu a:hover {
	background-position: left center;
	color: #ee3b3d;
}

#home #m_home a,
#about #m_about a,
#products #m_products a,
#providers #m_providers a,
#contact #m_contact a,
#news #m_news a,
#in_english #m_in_english a
{
	background-position: left bottom;
}

#m_home a {
	width: 25px;
	background-image: url(/gfx/menu/home.gif);
}
#m_about a {
	width: 38px;
	background-image: url(/gfx/menu/about.gif);
}
#m_products a {
	width: 56px;
	background-image: url(/gfx/menu/products.gif);
}
#m_providers a {
	width: 72px;
	background-image: url(/gfx/menu/providers.gif);
}
#m_contact a {
	width: 44px;
	background-image: url(/gfx/menu/contact.gif);
}
#m_news a {
	width: 44px;
	background-image: url(/gfx/menu/news.gif);
}
#m_in_english a {
	width: 54px;
	background-image: url(/gfx/menu/in_english.gif);
}

/* @end */

#pageheader h3 {
	float: right;
	display: inline;
	width: 253px;
	height: 28px;
	background: url(/gfx/tagline.gif) no-repeat 0 0;
	margin: 11px 0 0 0;
}

#pageheader h3 em {
	display: none;
}

#main_content {
	clear: both;
	float: left;
	width: 760px;
	padding: 0 7px;
	/*width: 720px;
	padding: 20px 27px;*/
	background: #8c9395 url(/gfx/bg-main_content.gif) repeat-y 0 0;
}

#home #main_content {
	background-image: url(/gfx/bg-main_content-no_side_col.gif);	
}

#left_col {
	width: 330px;
	float: left;
	display: inline;
	margin: 20px 0 0 20px;
}

#right_col {
	width: 375px;
	float: right;
}


#side_col {
	float: left;
	min-height: 400px;
	width: 160px;
	padding: 15px;
	margin-bottom: 20px;
}

#main_col {
	float: right;
	width: 529px;
	padding: 20px;
}

#sub_menu,
#sub_menu ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

#sub_menu ul {
	margin: 0;
}

#sub_menu li a {
	display: block;
	padding: 0.5em 0;
	text-align: right;
	font-size: 105%;
	
}

#sub_menu.tight li a {
	padding: 0.3em 0;
	font-size: 100%;
}

#sub_menu ul li a {
	font-size: 90%;
	padding: 0.5em 0;
	border-right: 1px solid #ccc;
	padding-right: 10px;
	text-align: left;
}

#sub_menu li {
	border-bottom: 1px solid #ccc;
	line-height: 1.0em;		
}

#sub_menu ul li {
	border: none;
}

#sub_menu li a:hover {
	background: url(/gfx/bg-submenu_hover.gif) no-repeat 0 0;
}

#sub_menu .current a,
#sub_menu.tight .current a,
#sub_menu .current a:hover {
	background: url(/gfx/submenu_marker.gif) no-repeat center right;
	padding-right: 20px;
	color: #666;
}

#sub_menu .current ul a,
#sub_menu .current ul a:hover {
	background: none;
	padding-right: 10px;
}

#sub_menu ul .current a {
	font-weight: bold;
	color: #666;
}

#footer {
	clear: both;
	background: url(/gfx/bg-main_content_bottom.gif) no-repeat 0 0;
	height: 10px;
	/*font-size: 90%;*/
	text-align: center;
	color: #fff;
	padding-top: 8px;
	margin-bottom: 20px;
}
#footer span {
	padding: 0 5px;
}

#footer a {
	color: #fff;
}

/* @group pages */

/* @group contact */

#contact #main_col .employee {
	float: left;
	width: 100%;
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#contact #main_col div div {
	float: right;
	width: 80%;
	border: none;
}

#contact #main_col div img {
	float: left;
}

/* @end */

/* @group news */
#query {
	width: 100%;
	font-size: 110%;
}

#submit_search {
	float: right;
	margin-top: 10px;
}

#hit_info {
	text-align: right;
	margin: 0;
}

#hit_list,
#hit_list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#hit_list h3 {
	margin: 0;
}

#hit_list .date {
	margin: 0.3em 0;
}

#hit_list a {
	color: #666;
}

#hit_list a:hover {
	color: #333;
}

#list_nav,
#list_nav li {
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 0;
	list-style: none;
}

#list_nav li {
	float: left;
	width: 50%;
	border: none;
	padding-top: 0.5em;
}

#list_nav .next {
	text-align: right;
}

/* @end */

/* @group leverantörer */

#providers .start #main_col {
	width: 553px;
	padding: 20px 8px;
}

#providers .start #main_col p {
	margin-left: 12px;
	margin-right: 12px;	
}

#provider_logos {
	list-style: none;
	margin: 0;
	padding: 0;	
}

#provider_logos li {
	width: 110px;
	height: 110px;
	line-height: 110px;
	font-size: 100px;
	_display: inline;
	float: left;
	margin: 0 13px;
	margin-bottom: 14px;
	padding: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	text-align: center;
}

#provider_logos li img {
	margin: 0 auto;
	vertical-align: middle;
}

/* @end */

/* @group start */

#about_us {
	background: url(/gfx/symbol-info.gif) no-repeat top right;
	margin-top: 25px;
}

#about_us h2 {
	background: url(/gfx/bg-h2_line.gif) no-repeat bottom left;
	color: #3c96ec;
	padding-bottom: 0.3em;
}

#about_us p {
	font-family: "Lucida Grande", Arial;
	font-size: 92%;
	line-height: 1.9em;
	margin-right: 22%;
}

#campain_frame {
	float: left;
	width: 345px;
	padding: 15px;
	margin-bottom: 10px;
	background: url(/gfx/bg-campain_frame.gif) no-repeat left bottom;
}

#campain_frame blockquote {
	color: #669933;
	font-size: 125%;
	font-style: italic;
	margin: 0;
}

#campain_frame p {
	margin: 0.5em 0 0 0;
	
}

#news_list {
	clear: both;
	margin: 12px 0 20px;
}

#news_list a {
	color: inherit;
	display: block;
	padding: 10px 20px 10px 15px;
	border: 1px solid #fff;
	border-bottom-color: #dcdcdc;
	border-right: none;
}

#news_list a:hover {
	background-color: #def;
	border-color: #3c96ec;
	display: block;
}

#news_list .continue_link {
	margin: 20px 20px 0 0;
}

#news_list .continue_link a {
	color: #ee3b3d;
	border: none;
	display: inline;
	padding: 0;
}



#news_list .continue_link a:hover {
	background-color: #fff;
}

#news_list h3 span {
	color: #3c96ec;
}

#news_list a p {
	margin-bottom: 0;
	color: #666;
}
/* @end */

/* @end */