html {
	height: 100%;				/* Sätt till 100% så att vi får hela viewporten att leka med */
	xbackground-color: blue;
}

body {
	padding: 0px;
	margin: 0px;
	overflow: hidden;			/* Vi vill inte ha någon scrollbar i huvudbrowsern */
	width: 100%;
	height: 100%;
	background-color: rgb(192,203,189);
}

body, td {
	font-family: verdana;
	font-size: 10px;
}

#wrapper {
	position: relative;
	background-color: white;
	background-image: url(../images/navbar.gif);
	background-repeat: repeat-y;
	border: 1px solid black;
	padding: 0px;
	top: 5%;
	width: 90%;
	height: 90%;
	max-width: 1024px;			/* Vi sätter en max bredd tillsammans med */
	margin-left: auto;			/* margin-left/right till auto, vilket    */
	margin-right: auto;			/* både Firefox och Opera begriper sig på */
}

* html #wrapper {
	xleft: 10%;					/* Vi låter IE växa tills det spyr... */
	left: 50%;
	margin-left: -45%;
}

a#print span,
a#home span {
	display: none;
}

a#print {
	background-image: url(../images/printoff.jpg);
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	top: 72px;
	right: 12px;
	width: 28px;
	height: 23px;
	z-index: 40;
}

a#print:hover {
	background-image: url(../images/printon.jpg);
}

a#home {
	background-image: url(../images/homeoff.jpg);
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	top: 73px;
	left: 12px;
	width: 22px;
	height: 22px;
	z-index: 40;
}

a#home:hover {
	background-image: url(../images/homeon.jpg);
}

#top {
	z-index: 2;
	position: relative;
	background-color: rgb(84,98,64);
	width: 100%;
	height: 71px;
}

#top2 {
	z-index: 1;
	position: relative;
	background-color: rgb(151,177,115);
	width: 100%;
	height: 22px;
}

#flags {
	position: absolute;
	display: block;
	text-align: center;
	xbackground: gray;
	height: 20px;
	width: 150px;
	left: 50%;
	top: 72px;
	margin-left: -75px;
	z-index: 20;
}

#flags a span {
	display: none;
}
#flagswe {
	display: block;
	float: left;
	width: 29px;
	height: 18px;
	border: 1px solid white;
	background-image: url(../images/flagswe.gif);
	background-repeat: no-repeat;
	margin-right: 1em;
}
#flageng {
	display: block;
	float: left;
	width: 38px;
	height: 18px;
	border: 1px solid white;
	background-image: url(../images/flageng.gif);
	background-repeat: no-repeat;
	margin-right: 1em;
}
#flagdeu {
	display: block;
	float: left;
	width: 32px;
	height: 18px;
	border: 1px solid white;
	background-image: url(../images/flagdeu.gif);
	background-repeat: no-repeat;
}

* html #flagswe,
* html #flageng,
* html #flagdeu {
	height: 20px;
}

* html #flagswe { width: 31px; }
* html #flageng { width: 40px; }
* html #flagdeu { width: 34px; }

#horbar {
	z-index: 2;
	position: relative;
	width: 100%;
	height: 25px;
	background-image: url(../images/horbar.gif);
	background-repeat: repeat-x;
}

#blendbar {
	position: relative;
	width: 157px;
	height: 18px;
	background-image: url(../images/blendbars.gif);
	background-repeat: no-repeat;
	top: -18px;
	z-index: 4;
}

#navbar {
	padding-left: 0px;
	padding-right: 25px;
	width: 121px;
}

* html #navbar {
	xborder: 1px solid red;
	padding: 0px;
	width: 140px;
}

#bottomphoto {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 140px;
	height: 207px;
	background-image: url(../images/bottomphoto.jpg);
	background-repeat: no-repeat;
}

#topleft {
	position: absolute;
	top: 4px;
	left: 8px;
	width: 271px;
	height: 93px;
	background-image: url(../images/topleft.jpg);
	background-repeat: no-repeat;
}


#topright {
	position: absolute;
	top: -35px;
	right: 0px;
	width: 521px;
	height: 135px;
	background-image: url(../images/topright.jpg);
	background-repeat: no-repeat;
}

#ctable {
	position: absolute;
	top: 0px;
	right: 0px;
}

* html #ctable {
	left: 0px;
	width: 100%;
	height: 99%;
}

div.subnav {
	margin-bottom: 1.2em;
	font-family: verdana;
}


div.subnav hr {
	margin-left: 10px;
	margin-right: -10px;
	color: rgb(84,98,64);
}

* html div.subnav hr {
	margin-right: 10px;
	margin-left: 10px;
}

div.subnav a {
	padding-left: 10px;
	margin-right: -19px;
	margin-left: 0px;
	display: block;
	color: rgb(84,98,64);
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
}

* html div.subnav a {
	xpadding: 0px;
	xpadding-left: 10px;
	margin: 0px;
	margin-left: -1px;
}

* html #ctable {
	xborder: 1px solid blue;
}

div.subnav a:hover {
	xtext-decoration: underline;
	text-decoration: none;
	xcolor: rgb(126,93,139);
	color: white;
	xbackground: blue;
	background: rgb(84,98,64);
	background-image: url(../images/menubg.gif);
	background-repeat: repeat-y;
}

div.snhead {
	color: rgb(84,98,64);
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid rgb(126,93,139);
	margin-bottom: 3px;
}

#cframe {
	padding: 4px;
}

#cxframe {
	border: none;
	z-index: 10;
}

#shadel,
#shader,
#shadet,
#shadeb,
#shadetl,
#shadetr,
#shadebl,
#shadebr,
#shadebr2 {
	font-size: 1px;
	position: absolute;
}

#shadetl,
#shadetr,
#shadebl,
#shadebr,
#shadebr2 {
	width: 40px;
	height: 40px;
	z-index: 3;
}

#shadetl {
	top: -21px;
	left: -21px;
	background-image: url(../images/shadetl.gif);
}

#shadetr {
	top: -21px;
	right: -21px;
	background-image: url(../images/shadetr.gif);
}

#shadebl {
	bottom: -21px;
	left: -21px;
	background-image: url(../images/shadebl.gif);
}

#shadebr {
	bottom: -21px;
	right: -21px;
	background-image: url(../images/shadebr.gif);
	background-position: 20px 0px;
	width: 20px;
}

#shadebr2 {
	bottom: -21px;
	right: -21px;
	background-image: url(../images/shadebr.gif);
	background-position: 0px 20px;
	height: 20px;
}

#shadel {
	top: -4px;
	left: -13px;
	background-image: url(../images/shadel.gif);
	width: 12px;
	height: 102%;
}

#shader {
	top: -4px;
	right: -15px;
	background-image: url(../images/shader.gif);
	width: 14px;
	height: 102%;
}

#shadet {
	top: -13px;
	left: -4px;
	background-image: url(../images/shadet.gif);
	width: 101%;
	height: 12px;
}

#shadeb {
	bottom: -15px;
	left: -4px;
	background-image: url(../images/shadeb.gif);
	width: 101%;
	height: 14px;
}

#footer {
	color: rgb(84,98,64);
	font-size: 9px;
	line-height: 11px;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -26px;
}

* html #footer {
	bottom: -27px;				/* Justera med 1 pixel för IE */
}

#footer a.footerlink {
	color: rgb(84,98,64);
}

