html
{
	height: 100%;
}

div
{
	margin: auto;
}


body
{
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	background-color: #fff;
	color: #000;
}


h1
{
	font-family:'trebuchet ms',arial,sans-serif;
	font-size: 18px;
	color: #284577;
	margin: 0px;
}

h2
{
	font-family:'trebuchet ms',arial,sans-serif;
	font-size: 16px;
	color: #284577;
	margin: 0px;
}
#block1 li
{
	font-size: 14px;
	font-family:'trebuchet ms',verdana, arial,sans-serif;
	line-height: 110%;
	color: #000;
	margin:0px;
	Padding:0px;
	margin-bottom:10px;
}

#contentblock li
{
	font-size: 14px;
	font-family:'trebuchet ms',verdana, arial,sans-serif;
	line-height: 110%;
	color: #000;
	margin:0px;
	Padding:0px;
	margin-bottom:10px;
}

p
{
	font-size: 14px;
	font-family:'trebuchet ms',verdana, arial,sans-serif;
	line-height: 130%;
	color: #000;
	margin:0px;
	Padding:0px;
	margin-bottom:16px;
}

p.news
{
	margin: 0px;
	padding: 0px 10px 10px 10px;
}

a:link
{
	color: #4aa6c0;
	text-decoration: none;
}


a:visited
{
	color: #4aa6c0;
	text-decoration: none;
}


a:hover
{
	color: #4aa6c0;
	text-decoration: underline;
}


img
{
	border: 0px;
	behavior: url(iepngfix.htc);
}


hr
{
	color: #e4e4e4;
	height: 1px;
}

/* ######## Grund ######## */

#maincontainer
{
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	height: 100%;
}

#container
{
	text-align: center;
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
}

#content
{
	text-align: center;
	margin: 0 auto;
	width: 880px;
	background-color: #fff;
}

#top
{
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	background: url(../img/bg_top_blue.gif) repeat-x;
	height: 132px;
}


#footer
{
	clear: both;
	padding-top: 15px;
	margin: auto;
	min-height: 51px;
	height: 51px;
	background: url(../img/bg_bottom.gif) repeat-x;
	background-color: #515355;
	text-align: center;
}

#footwrp
{
	margin: auto;
	text-align: center;
	width: 880px;
}

#clear
{
	clear: both;
}

#contentblock
{
	float: left;
	width: 800px;
	margin: auto;
	padding: 10px;
	padding-left: 40px;
	text-align: left;
}


/* ######## Vänsterspalt ######## */


#block1
{
	float: left;
	width: 440px;
	margin: auto;
	text-align: left;
}




/* ######## Högerspalt ######## */

#block2
{
	float: right;
	width: 420px;
	margin: auto;
}

#intro
{
	float: left;
	background-image: url(../img/bg_inforuta.gif);
	background-repeat: no-repeat;

	padding: 15px;
	width: 387px;
	_width: 387px;
	min-height: 185px;
	text-align: left;
}

#news
{
	text-align: left;
	margin: 0 auto;
}

/* ######## Navigering ######## */

#navcontainer
{
	text-align:center;
	min-height: 36px;
	height: 36px;
	line-height: 36px;
   	background: url(../img/bg_nav_.gif) repeat-x;
}

#nav
{

	margin: 0 auto;
	text-align: left;
	width: 820px;
	height: 22px;
}
#nav ul 
{ /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}


#nav li 
{ /* all list items */
	float: left;
	position: relative;
	padding: 0;
}


#nav li ul 
{ /* second-level lists */
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	background: #000;
	padding: 5px;
	border: 1px solid #fff;
	width: 130px;
}

#nav li>ul 
{ /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}


#nav li:hover ul, li.over ul 
{ /* lists nested under hovered list items */
	display: block;
}

A.menyrad 
{
	float: left;
	display: block;
	font-family:'trebuchet ms',verdana,sans-serif;    
	text-decoration: none;
	font-size: 14px;
	line-height: 36px;
   	color: #6c6c6c;   	
	background: url(../img/bg_nav_.gif) repeat-x;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #e4e4e4;
	border-top: 0px;
	border-left: 1px solid #efefef;
	border-bottom: 0px;
}

A.menyrad:link
{
	color: #000;
	text-decoration: none;

}

A.menyrad:active
{
	color: #000;
	text-decoration: none;
}

A.menyrad:visited
{
	color: #000;
	text-decoration: none;
}

A.menyrad:hover
{
	background-image: url();
	background-color: #0a4657;
	color: #fff;
	text-decoration: none;
}

A.umeny
{
	font-family:'trebuchet ms',verdana,helvetica;
  	font-size: 11px;
  	font-weight: bold;
   	color: #fff;
	background: #000;
   	text-decoration: none;
	width:130px;
}


/* Text */

.bolditalic
{
	font-weight: bold;
	font-style: italic;
}
