body
{
	background: #eee;
	color: #000;
	font: 9pt/1.5 Helvetica, Verdana, Arial, sans-serif;
	
}

/*
	Ramverket på sidan
*/

div.mainframe
{
	width: 995px;
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
}

div.bannerframe
{
	width: 260px;
	float: right;
}

div.leftmainframe
{
	width: 730px;
	float: left;
}

div.topframe
{
	min-height: 100px;
}

div.leftframe
{
	width: 260px;
	float: left;
}

div.rightframe
{
	width: 465px;
	float: right;
}

/*
	BB-Code
*/

img.bb_pic
{
	max-height: 155px;
	max-width: 155px;
	float: right;
	position: relative;
	margin: 0px 0px 7px 7px;
	display: inline-block;
	clear: right;
	border: 1px solid #CCC;
}

/*
	Topp-menyn på sidan
*/

div.topmenu
{
	height: 33px;
	margin-bottom: 5px;
	padding-top: 5px;
	position: relative;
	background: #4376a6 url(../images/system/big_blue.png) repeat;
	color: #fff;
	text-align: right;
}

#topmenu a
{
	color: inherit;
	text-decoration: inherit;
}

div.topmenuitem
{
	display: inline-block;
	margin-right: 22px;
}

div.topmenutitle
{
	display: inline-block;
	margin-left: 22px;
	float: left;
}

/*
	Lådorna på sidan
*/

div.box
{
	width: 100%;
	margin-bottom: 5px;
}

.boxtop
{
	height: 18px;
	padding-left: 5px;
	color: #fff;
	font-size: 0.8em;
	background: #4376a6 url(../images/system/big_light_blue.png) repeat;
}

div.boxcontent
{
	background-color: #fff;
	padding: 10px;
}

div.arrow
{
	display: inline-block;
	cursor: pointer;
	cursor: hand;
	opacity: 0.5;
	margin-right: 5px;
	position: relative;
	top: 1px;
}

/*
	Diverse detaljer på sidan
*/

div.popbar
{
	height: 0px;
	margin: 5px 0px;
	border-top: 3px solid #b9c9da;
}

#article .head
{
	font-weight: bold;
	font-size: 2.5em;
	color: #000;
	margin: 15px 0px 15px 0px;
	line-height: 1;
}

#article div.leftcol
{
	float: left;
	width: 95px;
	padding: 0px 5px 5px 0px;
	height: 100%;
}

#article div.rightcol
{
	float: right;
	width: 345px;
}

/*
	Länkar
*/

a
{
	color: #4a7caa;
	text-decoration: none;
}

/*
	Småjusteringar på sidan
*/

.oddline
{
	background: rgba(67,118,166,0.11);
}

hr
{
	border: 0px;
	width: 100%;
	border-bottom: 2px dotted #eee;
	margin: 10px 0px;
}

#list li
{
	margin-top: 5px;
}

#list li.first
{
	margin: 0px;
}

p.caption
{
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 1;
	padding: 5px 0px 5px 0px;
	text-indent: 5px;
	float: left;
}

.blue
{
	color: #4a7caa;
}

.grey
{
	color: #999;
}

.transparent
{
	opacity: 0.6;
}

.vertmid
{
	position: relative;
	top: 16%;
}

.hidden
{
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
}

