/* SIGNWELL STYLE
--------------------------------------------------------- */
/* Eric Meyer reset: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
----------------------------------------------------------- */

html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, th { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

body
{
	color: #000000;
	background-color:#232a2d;
	font-family:Arial, Helvetica, sans-serif;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-size:12px;
	text-align:center;
}

a, a:visited
{
	color:#000000;
	text-decoration:underline;
}

a:hover
{
	text-decoration:none;
}

class.div_fix
{
	clear:both;
}

/* DIV styles */

#top
{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	margin-top:20px;
	height:280px;
}

#meny
{
	margin-left:auto;
	margin-right:auto;
	width:880px;
	padding:0px 10px 0px 10px;
	height:30px;
	background-image:url(../images/sm_meny.gif);
	background-repeat:repeat-x;
}

#meny_left
{
	float:left;
}

#meny_right
{
	float:right;
	line-height:30px;
	height:30px;
	padding:0px 10px 0px 10px;
	vertical-align:middle;
}


#main
{
	margin-left:auto;
	margin-right:auto;
	width:880px;
	background-color:#ffffff;
	padding:10px;
	display:inline-block;
	text-align:left;
}

#main_left
{
	float:left;
	width:540px;
	margin-right:10px;
}

#main_left_row1
{
	width:540px;
}

#main_left_row2
{
	width:540px;
}


#main_right
{
	float:left;
	width:320px;
}

#footer
{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	color:#cccccc;
	text-align:center;
	text-align:center;
	line-height:30px;
	font-size:10px;
}

/* Meny */

#meny
{
	position:relative;
	display:block;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#meny ul
{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}

#meny ul li
{
	display:block;
	float:left;
	margin:0 1px 0 0;
}

#meny ul li a
{
	display:block;
	float:left;
	color:#000000;
	text-decoration:none;
	line-height:30px;
	padding:0px 10px 0px 10px;
}

#meny ul li a:hover,#meny ul li.active a
{
	color:#ffffff;
	background-image:url(../images/sm_meny_over.gif);
	background-repeat:repeat-x;
}

/* contentheading*/

.article-content
{
	width:540px;
}

h2.contentheading
{
	line-height:25px;
	font-size:14px;
	border-bottom:solid 1px #cccccc;
	padding-left:5px;
	color:#000000;
	display:block;
	border-left:5px solid #cccccc;
}

/* moduletable */

.moduletable
{
	margin-bottom:5px;
	width:330px;
}

.moduletable h3
{
	line-height:25px;
	font-size:14px;
	border-bottom:solid 1px #2d59b0;
	padding-left:5px;
	color:#000000;
	border-left:5px solid #2d59b0;
}

/* Styles */

.bla_rubrik
{
	color:#0033CC;
	font-size:14px;

}

a.meny_lank, a.meny_lank:visited
{
	cursor:pointer;
}

a.meny_lank:hover
{
	text-decoration:none;
}