html
{
	height: 100%;
}

div
{
	margin: auto;
}


body
{
	margin: auto;
	text-align: center;
	background-color: #b5b5b5;
	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: 11px;
	font-family:'trebuchet ms',verdana, arial,sans-serif;
	line-height: 110%;
	color: #000;
	margin:0px;
	Padding:0px;
	margin-bottom:10px;
}

p
{
	font-size: 11px;
	font-family:'trebuchet ms',verdana, arial,sans-serif;
	line-height: 130%;
	color: #000;
	margin:0px;
	Padding:0px;
	margin-bottom:16px;
}
p.flyg
{
	font-size: 13px;
	font-family:'trebuchet ms',verdana, arial,sans-serif;
	line-height: 130%;
	color: #000;
	margin:0px;
	Padding:0px;
	margin-bottom:16px;
}
p.news
{
	background: url(../img/bg_newsflik.gif) right bottom;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 10px 10px 10px;
}

a:link
{
	color: #e2001a;
	text-decoration: none;
}


a:visited
{
		color: #e2001a;
	text-decoration: none;
}


a:hover
{
	color: #e2001a;
	text-decoration: underline;
}


img
{
	border: 0px;
	behavior: url(../iepngfix.htc);
}


hr
{
	color: #e4e4e4;
}

/* ######## Grund ######## */

#shadow1
{
	width: 836px;
	background: #ede7de;
	color: #000;
}


#maincontainer
{
	margin: 0 auto;
	padding: 0px;
	width: 100%;
}


#container
{
	text-align: center;
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
}

#content
{
	/*border: 1px solid red;*/
	text-align: center;
	margin: 0 auto;
	width: 770px;
	_width: 740px;
	padding: 15px;
	background: url(../img/bg_content.gif) no-repeat;
	background-color: #fff;
}

#top
{
	text-align: center;
	margin: 0 auto;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	background: url(../img/bg_top.gif) repeat-x;
	height: 126px;
}

#logo
{
	text-align: left;
	padding-top: 9px;
	width: 770px;
	_width: 770px;
	height: 87px;
}

#footer
{
	border-top: 1px solid #e4e4e4;
	clear: both;
	padding-top: 15px;
	margin: auto;
	min-height: 120px;
	height: 120px;
	background: url(../img/bg_bottom.gif) repeat-x;
	background-color: #b5b5b5;
	text-align: center;
}

#footwrp
{
	margin: auto;
	text-align: center;
	width: 770px;
}

#clear
{
	clear: both;
}

/* ######## Navigering ######## */

#nav
{

	margin: 0 auto;
	text-align: left;
	width: 800px;
	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: 12px;
	line-height: 22px;
   	font-weight: bold;
   	background: url(../img/bg_nav.gif) repeat-x;
	padding: 0px 15px 0px 15px;
	border-left: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	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: url(../img/bg_nav_h.gif) repeat-x;
	background-color: #345388;
	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;
}


/* ######## Vänsterspalt ######## */


#block1
{
	float: left;
	width: 530px;
	margin: auto;
	text-align: left;
}




/* ######## Högerspalt ######## */

#block2
{
	float: right;
	width: 235px;
	_width: 205px;
	margin: auto;
	text-align: right;
}

#news
{
	text-align: left;
	margin: 0 auto;
	background-color: #f5f5f5;
}

#newsend
{
	background: url(../img/news_end.gif) bottom right;
	min-height: 43px;
}

/* Text */

.bolditalic
{
	font-weight: bold;
	font-style: italic;
}