/* 
----------------------------------------------------------------------------- 
GLOBAL RESET
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a{text-decoration:none;}


/* här följer den briljanta "ingen-extra-kod"-metoden för friläggning (clearing) som 
uppfunnits av Tony Aslett - www.csscreator.com */
/* lägg helt enkelt till klassen clearfix till den behållare som måste omge flytande element */
/* läs mer om hur och varför detta fungerar på http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";             /* punkten placeras på sidan som sista objekt innan div-elementet avslutas */
	display: block;         /* inline-element reagerar inte på egenskapen clear */ 
    height: 0;                /* ser till att punkten inte är synlig */
    clear: both;              /* får behållaren att frilägga punkten */
    visibility: hidden;	     	/* försäkrar ytterligare att punkten inte är synlig */
}

.clearfix {display: inline-block;}   /* en fix för IE Mac */

/* härnäst en fix för den fruktade Guillotine-buggen i IE6 */
/* Gömmer för IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Slut på gömning för IE-mac */
/* slut på "ingen-extra-kod"-metoden för friläggning (clearing) */

body {
	sbackground: #003366;
	font-family: Tahoma, Arial, Verdana, Helvetia, sans-serif;
	font-size: 12px;
}

#wrapper {
	padding: 26px;
	width: 774px;
	background: #FFFFFF;
	margin: 0px auto;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: auto;
	overflow: hidden;
}

#branding {
	width: 271px;
	height: 70px;
	background: url(../images/logo.jpg) no-repeat left top;
}
#head {
	height: 230px;
	padding-top: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background: #FFFFFF;
}
#head #mainnav {
	float: left;
	padding-right: 20px;
}
#head #headimg {
	height: 100px;
	margin: 0px;
	padding: 0px;
	width: 774px;
}
#head #mainnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	width: 750px;	
}
#head #mainnav ul li {
	background: url(../images/tab_right.gif) no-repeat right top;
	float: right;
	height: 20px;
}
#head #mainnav ul li a {
	display: block;
	padding: 0 1.em;
	font-size: 93%;
	background: url(../images/tab_left.gif) no-repeat left top;
	color: #FFFFFF;
	padding: 0 1.2em;
	line-height: 2.2em;
}

#head #mainnav ul li a:hover {
	color: #000000;
	
}
#content {
	background: #E9E9E9 url(../images/content_bottom.jpg) no-repeat center bottom;
	width: 773px;
	padding: 0px;
	margin: 0px;
	height: auto;
	overflow: hidden;
}
#content #contenttop {
	background: url(../images/content_top.jpg) no-repeat center top;
	height: 20px;
}
#content #contentmiddle {
	margin: 0px;
	padding: 0px;
}
#content #contentbottom {
	clear: both;
	height: 20px;
}
#content #leftcol {
	width: 700px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#content #leftcol .h2 {
	font-size: 1.7em;
	color: #006633;
	margin: 0px;
	padding: 0px 0px 5px;
}
#content #rightcol {
	padding: 0px 10px 0px 0px;
	width: 269px;
	float: right;
	height: auto;
	overflow: hidden;
}
#content #rightcol #top {
	width: 269px;
	background: #ECECEC url(../images/news_top.jpg) no-repeat center top;
	height: 44px;
}
#content #rightcol #middle {
	background: #FFFFFF;
	width: 269px;
}
#content #rightcol #bottom {
	height: 10px;
	width: 269px;
	background: #F0F0F0 url(../images/news_bottom.jpg) no-repeat center bottom;
	margin: 0px;
	padding: 0px;
}
#footer {
	height: 20px;
	margin: 10px 0px 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	clear: both;
	font: xx-small Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	padding-top: 5px;
}
#leftcol p {
	font-size: 11px;
	line-height: 1.8em;
	margin: 0px;
	text-align: left;
	display: block;
	color: #000000;
}
#footer p {
	font-size: 1em;
	color: #666666;
	display: block;
	float: none;
	padding: 5px 20px 0px 0px;
	margin: 0px;
	letter-spacing: 0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
}
#middle p {
	padding-left: 10px;
	padding-right: 10px;
	line-height: normal;
}
#rightcol #middle p {
	line-height: 1.6em;
	padding-bottom: 10px;
}
#content #rightcol .h2 {
	font-size: 1.7em;
	color: #006633;
	margin: 0px;
	padding: 0px;
	height: 26px;
}
#rightcol p {
	font-size: 11px;
	line-height: 1.em;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	display: block;
	color: #000000;
	line-height: 1.8em;
}
.name {
	font-family: Tahoma, Arial, Verdana, Helvetia, sans-serif;
	font-weight: bold;
}
#adress {
	width: 300px;
	float: left;
}
#adress2 {
	float: left;
	width: 300px;
}
#footer a {
	color: #999999;
}
.title {
	font-family: Tahoma, Arial, Verdana, Helvetia, sans-serif;
	font-weight: normal;
	font-style: italic;
}
