* { margin: 0; padding: 0; }
a img { border: none; }

body {
	font-size:				62.5%;
	font-family:			Arial, sans-serif;
	color:					#000;
	text-align:				center;
}

h1 {
	background:				url(../pix/logga.jpg) no-repeat;
	width:					260px;
	height:					68px;
	float:					left;
	margin-top:				10px;
	margin-left:			0;
}
h1 a {
	display:				block;
	text-indent:			-9000px;
	width:					100%;
	height:					100%;
	overflow:				hidden;
}

a { text-decoration: none; color: #1D6296; }
a:hover { text-decoration: underline; }

.clear { clear: both; }

/*==============================MAIN DIVS==============================*/

#container 
{
	text-align:				left;
	margin:					0 auto;
	width:					906px;
	background:				url(../pix/backgrounds/container.gif) repeat-y #fff;
}

#header 
{
	width:					100%;
	height:					130px;
	margin-left:			15px;
	background:				url(../pix/header.jpg) bottom left no-repeat;
}

#menu 
{
	width:					220px;
	margin-left:			15px;
	float:					left;
}

#content 
{
	width:					630px;
	float:					left;
	margin-top:				25px;
}

#sidebar 
{
	width:					205px;
	float:					left;
	margin-top:				25px;
	margin-left:			20px;
}

#footer 
{
	width:					906px;
	margin:					0 auto;
	background:				url(../pix/backgrounds/footer.jpg) no-repeat top left;
}

/*==============================MENU==============================*/

#menu ul 
{
	margin-top:				20px;
	margin-left:			5px;
}

#menu li 
{
	margin-bottom:			7px;
	list-style-type:		none;
}
#menu li.sub
{
	margin-left:			17px;
	margin-bottom:			5px;
}
#menu li.sub2
{
	margin-left:			31px;
	margin-bottom:			5px;
}

#menu li a 
{
	font-size:				1.1em;
	font-weight:			bold;
	color:					#1D6296;
}
#menu li.sub a, #menu li.sub2 a 
{
	color:					#1D6296;
	font-weight:			normal;
}
#menu li.sub a:hover, #menu li.sub2 a:hover 
{
	color:					#1D6296;
}

#menu li a.active, #menu li.sub a.active, #menu li.sub2 a.active 
{
	text-decoration:		underline;
}
#menu li.sub a.active:hover , #menu li.sub2 a.active:hover 
{
	color:					#ff6b08;
}

/*==============================CONTENT==============================*/

#content p 
{
	font-size:				1.2em;
	margin-bottom:			15px;
}
#content table 
{
	font-size:				1.2em;
}

/*==============================SIDEBAR==============================*/

#sidebar p 
{
	font-size:				1.2em;
}

/*==============================FOOTER==============================*/

#footer p 
{
	font-size:				1.2em;
	padding-top:				20px;
}
