* { margin: 0; padding: 0; }
a img { border: none; }

body {
	font-size:				62.5%;
	background:				#fff;
	font-family:			Garamond, Arial, Georgia, sans-serif;
	color:					#5E5E5E;
	text-align:				center;
}

h1 {
	background:				url(../img/logos/main.gif) no-repeat;
	width:					468px;
	height:					81px;
	margin-left:			9px;
}
h1 a {
	display:				block;
	text-indent:			-9000px;
	width:					100%;
	height:					100%;
	overflow:				hidden;
}

a { text-decoration: none; color: #1A85D0; }
a:hover { text-decoration: underline; }

.clear { clear: both; }

/*==============================MAIN DIVS==============================*/

#header 
{
	width:					980px;
	margin:					0 auto;
	text-align:				left;
}

#menu 
{
	height:					103px;
	background:				url(../img/backgrounds/menu.gif) repeat-x;
	text-align:				left;
}

#container 
{
	width:					980px;
	margin:					0 auto;
	text-align:				left;
}

#left_menu 
{
	width:					160px;
	float:					left;
}
#content_index 
{
	width:					690px;
	float:					left;
	font-size:				14px;
	background:				url(../img/backgrounds/content.gif) right top no-repeat;
}
#content 
{
	width:					58%;
	/* Fixar IE5 och IE6s oförmåga att hantera min-height. Tycks fungera okej i alla browsrar...men man vet aldrig. */
	min-height:				280px;
	height:					auto !important;
	height:					280px;
	/* End */
	float:					left;
	font-size:				14px;
	background:				url(../img/backgrounds/content.gif) right top no-repeat;
}

#sidebar 
{
	width:					232px;
	float:					right;
}

#footer 
{
	margin-top:				10px;
	background:				url(../img/backgrounds/footer.gif) repeat-x;
	padding-top:			8px;
	clear:					both;
}

/*==============================MENU==============================*/

#menu ul 
{
	width:					980px;
	height:					100%;
	margin:					0 auto;
	list-style-type:		none;
	background:				url(../img/backgrounds/menu_ul.gif) no-repeat;
}
#menu li 
{
	display:				inline;
	
}
#menu li.active 
{
	
}
#menu li a 
{
	color:					#fff;
	font-size:				2em;
	padding:				0 23px;
	height:					1.6em;
	display:				block;
	float:					left;
	margin-right:			8px;
	line-height:			1.6em;
}
#menu li.active a 
{
	background:				url(../img/menu/active_left.gif) no-repeat left bottom #fff;
	color:					#000;
	position:				relative;
}
#menu li.active span 
{
	width:					10px;
	height:					32px;
	display:				block;
	background:				url(../img/menu/active_right.gif) no-repeat right bottom;
	position:				absolute;
	right:					0;
	bottom:					0;
}

/*==============================CONTAINER==============================*/

#container img.index_top
{
	margin-right:			40px;
	margin-top:				14px;
	margin-bottom:			5px;
}
#container img.index_top_last 
{
	margin-right:			0;
	margin-top:				14px;
	margin-bottom:			5px;
}

/*==============================LEFT_MENU==============================*/

#left_menu ul 
{
	border-right:			1px solid #1A85D0;
	list-style-type:		none;
	margin-right:			13px;
	text-align:				right;
	padding-right:			10px;
}
#left_menu li 
{
	margin-bottom:			10px;
}
#left_menu li a 
{
	font-size:				1.4em;
	font-weight:			bold;
}
#left_menu li.active a 
{
	text-decoration:		underline;
}

/*==============================CONTENT==============================*/

#content h2, #content_index h2 
{
	font-size:				24px;
	margin-bottom:			12px;
}
#content p, #content_index p 
{
	margin-bottom:			12px;
}
#content h3, #content_index h3 
{
	font-size:				18px;
	font-weight:			normal;
}
#content ul, #content ol
{
	margin-left:			30px;
	margin-bottom:			12px;
}

/*==============================SIDEBAR==============================*/

#sidebar h2 
{
	font-style:				italic;
	font-size:				2.4em;
	font-weight:			normal;
	text-transform:			lowercase;
	text-align:				center;
	background:				url(../img/backgrounds/sidebar_h2.gif) no-repeat bottom #fff;
	height:					1.4em;
	margin:					0 -1px;
}
#sidebar #news p 
{
	border-left:			1px solid #B0B0B0;
	border-right:			1px solid #B0B0B0;
	padding:				0 14px;
	padding-bottom:			15px;
	font-size:				1.4em;
}
#sidebar p strong 
{
	display:				block;
}
#sidebar p a 
{
	display:				block;
	text-align:				right;
}
#sidebar #news 
{
	background:				url(../img/backgrounds/sidebar_bottom.gif) no-repeat bottom left;
	padding-bottom:			28px;
}
#sidebar #news_footer 
{
	width:					234px;
	height:					31px;
	
	margin-left:			-1px;
}

#sidebar img 
{
	display:				block;
	margin-bottom:			20px;
}

/*==============================FOOTER==============================*/

#footer p 
{
	width:					980px;
	margin:					3px auto;
	text-align:				right;
}
