body {
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #eee;
}

/* @group Rutorna */

#center {
	width: 840px;
	height: 490px;
	position: relative;
	margin: 0 auto;
	top: 50px;
}

#header {
	width: 840px;
	height: 100px;
	background: url(../_gfx/logo.gif) no-repeat 15px 5px;
	position: relative;
	z-index: 10;
}

#mainmenu {
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 10;
}

#container {
	width: 840px;
	height: 360px;
	position: absolute;
	/*display: box;*/
}

#shaddow {
	width: 894px;
	height: 425px;
	position: absolute;
	z-index: -10;
	top: -29px;
	left: -25px;
	background: url(_gfx/shaddow.png) no-repeat left top;
}
#submenu {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 5;
}

#left {
	width: 370px;
	height: 350px;
	float: left;
	overflow: hidden;
	position: absolute;
	left: 5px;
	bottom: 5px;
	/*display: box;*/
}

#left_spec {
	width: 370px;
	height: 350px;
	float: left;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 5px;
	/*display: box;*/
}

#right {
	width: 450px;
	min-height: 175px;
	height: expression( this.scrollHeight < 176 ? "175px" : "auto" );;
	max-height: 330px;
	overflow: auto;
	float: right;
	position: absolute;
	right: 5px;
	bottom: 5px;
	display: box;
}

#rightlong {
	width: 450px;
	height: 330px;
	overflow: auto;
	float: right;
	position: absolute;
	right: 5px;
	bottom: 5px;
	/*display: box;*/
}

#leftright {
	width: 840px;
	height: 360px;
	float: left;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#pic {
	width: 370px;
	height: 350px;
	float: left;
	overflow: hidden;
	position: absolute;
	z-index: 3;
	background-repeat: no-repeat;
	background-position: center center;
}

#copyright {
	text-align: center;
	font: 12px Helvetica, Sans-serif;
	position: absolute;
	bottom: 0px;
	width: 840px;
}



/* @end */

/* @group Meny */

ul.mainmenu, ul.submenu {
	margin: 0;
	padding: 0;
	font: 12px Helvetica, Sans-Serif;
}

ul.mainmenu li, ul.submenu li {
	display: inline;
}

ul.mainmenu a, ul.submenu a {
	text-decoration: none;
	color: black;
}

ul.mainmenu a:hover, ul.submenu a:hover {
	text-decoration: underline;
}

ul.mainmenu a.active, ul.submenu a.active {
	font-weight: bold;
}

ul.mainmenu a.active:hover, ul.submenu a.active:hover {
	text-decoration: none;
}

/* @end */

/* @group Text */

h1 {
	color: #c3a000;
	font-style: italic;
	font-size: 40px;
	margin: 0;
	padding: 0;
	display: none;
	position: relative;
	top: 50px;
	left: 5px;
}

h2 {
	margin-bottom: 3px;
	margin-top: 0px;
	font: bold 19px Helvetica, Sans-Serif;
}

h3 {
	margin-bottom: 3px;
	margin-top: 0px;
	font: bold 15px Helvetica, Sans-Serif;
}

#right p, #rightlong p, form{
	margin-bottom: 10px;
	margin-top: 0;
	font: 13px/130% Helvetica, Sans-Serif;	
}

#right p a, #rightlong p a {
	color: #00f;
	text-decoration: none;
}

#right p a:hover, #rightlong p a:hover {
	color: #f00;
	text-decoration: underline;
}

#copyright a {
	color: #333;
	text-decoration: none;
}

#copyright a:hover {
	color: #333;
	text-decoration: underline;
}

.products {
	line-height: 100%;
}

.quote {
	font-style: italic;
	position: relative;
	display: block;
	margin: 5px 0 5px 10px;
}

.fail {
	color: red;
	font-size: 170px;
	text-align:center;
	width: 360px;
	margin-top: 70px;
}

.t {
	width: 250px;
	display: block;
	margin-bottom: 10px;
	margin-left: 5px;
}

.td {
	width: 100px;
	display: block;
	float: right;
}

.th {
	width: 150px;
	display: block;
	float: left;
}

ul {
	margin-top: 0;
	margin-bottom: 10px;	
	padding-left: 20px;
	font: 13px/130% Helvetica, Sans-Serif;	

}

.center {
	width: 100%;
	display: block;
	text-align: center;
}

#right .center a {
	color: black;
}

#right .center a:hover {
	color: black;
}

.small {
	font-size: 80%;
}

/* @end */

.right {
	width: 49%;
	display: block;
	float: right;
	clear: right;
	padding-top: 5px;
}

.left {
	width: 49%;
	display: block;
	float: left;
	clear: left;
	padding-top: 5px;
}

.loggo {
	margin: 0 auto;
	display: block;
	border: 0;
	padding-bottom: 2px;
}
