/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	padding: 0px;
	text-align: left;
}

span {

	margin : 0;
	padding : 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #999999;
	margin: 0px;
	padding: 0px;
	color: #000;
}

input, textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0px;
}

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #006cff;
	font-weight:normal;
	margin-left: 2px;
	padding-left:30px;
	margin-bottom: 10px;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight:bold;
	padding-left: 10px;
	padding-top: 20px;
}

h5{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #002e81;
	font-weight:normal;
	padding-left: 8px;
	padding-top: 30px;
}

hr {
	display: none;
}

#mainflash {
	float: left;
	height: auto;
	width: 1000px;
	margin-bottom: 3px;
	padding-left: 5px;
}

#main
{
	width: 1000px;
	padding-bottom: 20px;
	background-color: #000000;
	background-image: url(../images/Toppbanner_1000.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#main_bg{
	background-image: url(../images/main_bg_silver.gif);
	background-repeat: repeat-y;
	background-position: left;
}


/* Header */

#header {
	width: 1000px;
	float: left;
}

#logo {
	width: 1000px;
	height: 90px;
}

#logo h1, #logo p {
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 47px 0 0 20px;
	font-size: 24px;
	color: #ffffff;
}
#logo h2 {
	padding: 10px 0 0 20px;
	font-size: 10px;
	text-transform: uppercase;
	color: #ffffff;
}

#logo a {
	text-decoration: none;
	color: #ffffff;
}
/* old menu */
#menu {
	height: 47px;
	width: 100%;
	margin: 0 auto;
	background-image: url(../images/menu_svart.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#menu ul {
	margin: 0;
	list-style: none;
	padding-left: 75px;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 140px;
	height: 35px;
	text-decoration: none;
	text-align: center;
	padding-top: 8px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;

}

#menu a:hover {
	height: 35px;
	color: #77c0c9;
	background-image: url(../images/menuhover.gif);
	background-repeat: repeat-x;
}

/* slut oldmenu*/

/* ny meny */

#nymeny {
	height: Auto;
	width: 100%;
	margin: 0 auto;
	clear:left;
}

#nymeny .bg {
	background-image: url(../images/menu_1/button4.gif);
}

#nymeny .menu {
	margin:0;
	list-style:none;
	height:40px;
	background:#fff url(../images/menu_1/button1a.gif) repeat-x;
	position:relative;
	font-family:arial, verdana, sans-serif;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 70px;
}

#nymeny .menu li.top {
	display:block;
	float:left;
	position:relative;
}

#nymeny .menu li a.top_link {
	display:block;
	float:left;
	height:40px;
	line-height:33px;
	color:#bbb;
	font-size:16px;
	font-weight:bold;
	padding:0 0 0 12px;
	cursor:pointer;
}

#nymeny .menu li a.top_link span {
	float:left;
	font-weight:bold;
	display:block;
	padding:0 24px 0 12px;
	height:40px;
}

#nymeny .menu li a.top_link span.down {
	float:left;
	display:block;
	padding:0 24px 0 12px;
	height:40px;
	background:url(../images/menu_1/down.gif) no-repeat right top;
}

#nymeny .menu li a.top_link:hover {
	color:#000;
	background: url(../images/menu_1/button4.gif) no-repeat;
}
#nymeny .menu li a.top_link:hover span {
	background:url(../images/menu_1/button4.gif) no-repeat right top;
}

#nymeny .menu li a.top_link:hover span.down {
	background:url(../images/menu_1/button4a.gif) no-repeat right top;
}

#nymeny .menu li:hover > a.top_link {
	color:#000;
	background: url(../images/menu_1/button4.gif) no-repeat;
}

#nymeny .menu li:hover > a.top_link span {
background:url../images/menu_1/button4.gif) no-repeat right top
}

#nymeny .menu li:hover > a.top_link span.down {
	background:url(../images/menu_1/button4a.gif) no-repeat right top;
}

#nymeny .menu table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}

#nymeny .menu a:hover {
	visibility:visible;
	}
	
#nymeny .menu li:hover {
	position:relative; z-index:200;
	}

#nymeny .menu ul, 
#nymeny .menu :hover ul ul, 
#nymeny .menu :hover ul :hover ul ul,
#nymeny .menu :hover ul :hover ul :hover ul ul,
#nymeny .menu :hover ul :hover ul :hover ul :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}

#nymeny .menu :hover ul.sub {
	left:2px;
	top:40px;
	right:2px;
	border:1px solid #999999;
	white-space:nowrap;
	width:180px;
	height:auto;
	background-color: #900;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

#nymeny .menu :hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:200px;
}

#nymeny .menu :hover ul.sub li a {
	font-weight:bold;
	display:block;
	font-size:13px;
	height:20px;
	width:75px;
	line-height:25px;
	text-indent:5px;
	color:#FFF;
	text-decoration: none;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}

#nymeny .menu :hover ul.sub li a.fly {
	background:#fff url(../images/menu_1/arrow.gif) 80px 7px no-repeat;
}

#nymeny .menu :hover ul.sub li a:hover {
	color:#CCC;
}

#nymeny .menu :hover ul.sub li a.fly:hover {
	background:#999999 url(../images/menu_1/arrow_over.gif) 80px 7px no-repeat;
	color:#fff;
}

#nymeny .menu :hover ul li:hover > a.fly {
	background:#999999 url(../images/menu_1/arrow_over.gif) 80px 7px no-repeat;
	color:#fff;
} 

#nymeny .menu :hover ul :hover ul, #nymeny .menu :hover ul :hover ul :hover ul, #nymeny .menu :hover ul :hover ul :hover ul :hover ul,
#nymeny .menu :hover ul :hover ul :hover ul :hover ul :hover ul {
	left:90px;
	top:-4px;
	background: #fff;
	padding:3px 0;
	border:1px solid 999999;
	white-space:nowrap;
	width:93px;
	z-index:200;
	height:auto;
	}
	
/* slut nymeny */

/* meny kontaktsida */

#kontaktmenu {
	height: 47px;
	width: 730px;
	background-image: url(../images/menu_svart_720.gif);
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#kontaktmenu h1 {
	margin: 0;
	list-style: none;
	padding-left: 36%;
	font-size: 24px;
	color: #FFFFFF;
}



/* meny vinterförvaringssida */

#vfmenu {
	height: 47px;
	width: 730px;
	background-image: url(../images/menu_svart_720.gif);
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#vfmenu h1 {
	margin: 0;
	list-style: none;
	padding-left: 12%;
	font-size: 24px;
	color: #FFFFFF;
}

/* meny servicesida */

#servmenu {
	height: 47px;
	width: 730px;
	background-image: url(../images/menu_svart_720.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	clear: both;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
}

#servmenu h1 {
	margin: 0;
	list-style: none;
	padding-left: 25%;
	font-size: 24px;
	color: #FFFFFF;
	padding-top: 7px;
}


/* Banner */

#banner_1 {
	height: 47px;
	width: 100%;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top;
	clear: none;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	z-index:100;
}


/* Page */

#page {
	width: 994px;
	margin-left: 6px;
	padding-top: 6px;
	background-image: url(../images/pagetop_silver.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: left;
	margin-bottom: 10px;
}



/* Sidebars */



/* Right Sidebar */

.read{
	text-align:right;	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}

.read a{
	color: #6686c0;
	text-decoration: none;
}

.read a:hover{
	color: #6686c0;
	text-decoration:underline;
}

#conbot{
	width: 766px;
	height: 12px;
	clear: both;
	background-image: url(../images/conbot_silver.gif);
	background-repeat: no-repeat;
	background-position: top;
}
/* Footer */

#footer {
	clear: both;
	padding-top: 5px;
	height: 47px;
	width: 1000px;
	background-image: url(../images/footer_990_55.gif);
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
}

#footer h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	width: 500px;
	margin-left: 35%;
	font-weight: bold;
	position: relative;
	clear: left;
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	top: -15px;
}

#footer h3 a {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: none;
	height: auto;
	width: auto;
}


#footer p {
	font-size: 18px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	float: left;
	height: auto;
	width: auto;
	padding-left: 20%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	clear: left;
	position: relative;
}


#footer720 {
	clear: both;
	padding-top: 5px;
	height: 47px;
	width: 730px;
	background-image: url(../images/footer_720_55.gif);
	background-repeat: no-repeat;
	position: relative;
	float: left;
	padding-bottom: 0px;
	background-position: center;
}

#footer720 a {
	color: #FFFFFF;
}


#footer720 p {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	float: left;
	height: auto;
	width: 600px;
	padding-left: 15%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	position: relative;
	top: 0px;
	bottom: 0px;
	margin: 0px;
}

#footer720  h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 3px;
	clear: left;
	float: left;
	width: 500px;
	padding-left: 25%;
	font-weight: bold;
	height: auto;
}

