/*-------------------------
Globalt
-------------------------*/
* {
	margin:0;
	padding:0;
	border:none;
	text-align:left;
	text-decoration:none;
	list-style-type:none;
}
html, body {
	width:100%;
	height:100%;
}
body {
	font-family:"MS Serif", "New York", serif;
	font-size:13px;
	background-color:#ffcc99;
}
img {
	vertical-align:bottom;
}
a {
	color:#666666;
}
a:hover {
	color:#990000;
}
/*-------------------------
Sidan
-------------------------*/
#wrap {
	width:560px;
	height:100%;
	margin:auto;
	background-color:#ffcc99;
}
#bg {
	width:100%;
	height:200px;
	margin-top:-200px;
	padding-left:0 !important;
	padding-left:10000px;
	position:absolute;
	right:0;
	background-color:#ffcc99;
	background-image:url(../img/bg.jpg);
}
#top {
	height:169px;
	background-color:#ffcc99;
	position:relative;
	z-index:1000;
	background-image:url(../img/top.jpg);
}
#top-nav {
	height:22px;
	background-color:#ffcc99;
	position:relative;
	z-index:1000;
	background-image:url(../img/top-nav.jpg);
}
#top-nav-shad {
	width:100%;
	height:74px;
	padding-top:221px;
	background-image:url(../img/top-nav-shad.jpg);
}
#mid {
	height:auto !important;
	height:100%;
	min-height:100%;
	margin-top:-221px;
	position:relative;
	z-index:500;
	background-color:#ffffff;
}
#bot {
	height:30px;
	background-color:#ffcc99;
	position:relative;
	z-index:100;
	clear:both;
	background-image:url(../img/bot.jpg);
}
#left-top {
	width:30px;
	height:30px;
	position:absolute;
	left:-30px;
	top:0;
	background-color:#ffcc99;
	background-image:url(../img/left-top.jpg);
}
#right-top {
	width:30px;
	height:30px;
	position:absolute;
	right:-30px;
	top:0;
	background-color:#ffcc99;
	background-image:url(../img/right-top.jpg);
}
#left-mid {
	width:30px;
	height:10000px;
	position:absolute;
	left:-30px;
	bottom:0;
	background-color:#ffcc99;
	background-image:url(../img/left-mid.jpg);
}
#right-mid {
	width:30px;
	height:10000px;
	position:absolute;
	right:-30px;
	bottom:0;
	background-color:#ffcc99;
	background-image:url(../img/right-mid.jpg);
}
#left-bot {
	width:30px;
	height:200px;
	position:absolute;
	left:-30px;
	top:-170px;
	background-color:#ffcc99;
	background-image:url(../img/left-bot.jpg);
}
#right-bot {
	width:30px;
	height:200px;
	position:absolute;
	right:-30px;
	top:-170px;
	background-color:#ffcc99;
	background-image:url(../img/right-bot.jpg);
}
/*-------------------------
Innehåll
-------------------------*/
#content {
	margin-top:-59px;
	padding-left:16px;
	padding-right:16px;
	padding-bottom:15px;
	position:relative;
	z-index:1000;
}
#left-col
{
margin-right:238px;
}
#right-col
{
width:238px;
float:right;
}
#top-nav li {
	width:70px;
	text-align:center;
	float:left;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
}
#top-nav a {
	color:#999999;
}
#top-nav a:hover {
	color:#990000;
}
p.text-small {
	font-size:10px;
	color:#666666;
}
p.text-normal {
	color:#666666;
}
p.heading-small {
	font-size:13px;
	font-weight:bold;
	color:#999999;
}
.align-center {
	text-align:center;
}
.align-left {
	text-align:left;
}
.align-right {
	text-align:right;
}
.margin-top-small {
	margin-top:4px;
}
.margin-top-medium {
	margin-top:8px;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

