/* general	*/
/* ########################################################## */

body 			{ background:#f7faf7 url(../img/bg.gif) repeat-y top center; color:#000; margin:0px; padding:0px; font:12px arial, helvetica, sans-serif; text-align:center; }
td				{color:#000; margin:0px; padding:0px; font:12px arial, helvetica, sans-serif;}

html, body		{ height:100%; }

a				{ background:transparent; text-decoration:none; }
a:link 			{ color:#3d6683; font-weight: normal; !important }
a:visited 		{ color:#3d6683; font-weight: normal; !important }
a:visited:hover { color:#91223b; text-decoration:underline; }
a:hover 		{ color:#91223b; text-decoration:underline; }
a:active 		{ color:#3d6683; }

hr 				{ clear:both; border:0px; color:#e5e5e5; background-color:#e5e5e5; height:1px; }
table			{ font-size: 90%; }

.pdf			{ background:url(f../img/pdf.gif) no-repeat 0px 4px; padding:4px 0px 4px 20px; margin:0px; }

/* lists */

menu.ul			{ margin:0px; padding:0px; list-style:none; }
menu.ul li		{ margin:0px; padding:0px; }

/* typography */

h1				{ margin:0px 0px 16px 0px; font:bold 140% arial; color:#3d6683; }
h2				{ margin:5px 0px 10px; font:normal 18px arial; color:#3d6683; }
h3				{ margin:0px 0px 10px 0px; font:bold 100% arial; color:#3d6683; }
h4				{ margin:0px 0px 8px 0px; font:bold 90% arial; color:#3d6683; }
h5				{ margin:0px 0px 8px 0px; font:bold 85% arial; color:#3d6683; }

p				{ margin:0px 0px 8px 0px; }

/* forms		*/

form			{ margin:0px; padding:0px; }


/* layout */
/* ########################################################## */

#center			{ width:960px; margin:0px auto; text-align:left; height:100%; position:relative; height:100%; }
#page			{ margin:0px auto;	position:relative;
	height:100%;
	width: 960px;
}

#top 		{
	padding:0px;
	width: 960px;
	height: 200px;
	background: #ccc url(../img/header.jpg) no-repeat left top;
}
#top div	{ float:left; }

#main		{
	margin-bottom:36px;
	float: left;
	width: 960px;
	overflow: hidden;
} /* kopplat till ie-footer */

.col1		{ width:160px; float:left; margin-right:20px; }
.col2		{
	width:500px;
	margin-right:20px;
	padding-top:14px;
	overflow: hidden;
	float: left;
}
.col3		{
	width:250px;
	float:right;
}



/* meny */
/* ########################################################## */

.menu		{
	margin:0px;
	padding:0px;
	list-style:none;
	font-weight:bold;
}
.menu li	{
	margin:0px;
	padding:13px 0px 0px 12px;
	background:url(../img/bgmenu1.gif) no-repeat bottom left;
	border-bottom:1px solid #e5e5e5;
	width:148px;
	height:26px;
}

.menu a					{
	background:transparent;
	text-decoration:none;
	font-weight: bold;
}
.menu a:link 			{ color:#3d6683; }
.menu a:visited 		{ color:#3d6683; }
.menu a:visited:hover 	{ color:#91223b; }
.menu a:hover 			{ color:#9223b; text-decoration:underline; }
.menu a:active 			{ color:#3d6683; }

.menu li.current 		{ background:url(../img/bgmenu2.gif) no-repeat bottom left; }

.menu li.current a:link, .menu li.current a:visited
						{ color:#fff; }

/* högerspalt */
/* ########################################################## */

.col3 h3		{
	margin:0px 0px 5px;
	background:url(../img/bgright.gif) no-repeat 0px 3px;
	border-bottom:1px solid #e5e5e5;
	border-top:1px solid #e5e5e5;
	width:230px;
	height:28px;
	font:bold 100% arial;
	padding-top: 15px;
	padding-left: 20px;
}

.col3 ul		{ margin:0px; padding:0px; list-style:none; }
.col3 ul li		{ margin:14px 6px 0px 19px; padding:0px; }
.date			{ display:block; font-weight:bold; }


/* footer */
/* ########################################################## */

#footer		{
	position:fixed;
	bottom:0px;
	background:url(../img/bgfooter.gif) repeat-x;
	width:960px;
	margin:0px;
	padding:7px 0px;
	font-size:12px;
	color:#fff;
	text-align: center;
}

* html #footer		{ position:absolute; bottom:0px; left:0px; }
