/*
RÖD #ed1c25
GRÅ #676767
*/

body
	{
	background-image: url('../images/bg_body.gif');
	background-repeat: repeat-x;
	background-color: #ffffff;
	text-align:center;
	font-family:trebuchet MS, verdana, arial;
	font-size:13px;
	line-height:18px;
	color: #000;
	margin: 20px;
	}
h1
	{
	color: #ed1c25;
	font-size:18px;
	margin:15;
	margin-bottom:15px;
	}
h2
	{
	font-size:15px;
	margin:0;
	}
h3
	{
	font-size:13px;
	margin:0;
	}
.red
	{
	color: #ed1c25;
	}
p
	{
	margin-top: 0px;
	}
a, a:visited, a:active
	{
	color:#ed1c25;
	text-decoration:underline;
	}

a:hover
	{
	color:#000;
	text-decoration:none;	
	}


#container
	{
	width:946px;
	margin:0 auto;
	background:#FFFFFF;
	}

#top
	{
	width:946px;
	height: 142px;
	background: url('../images/bg_top.gif') no-repeat;
	text-align:left;
	}

#header_logo
	{
	float:left;
	width:241px;
	height:81px;
	margin-top:40px;
	margin-left:19px;
	}

#header_image
	{
	float:right;
	width:361px;
	height:136px;
	margin-top:6px;
	margin-right:6px;
	}

#menucontainer
	{
	width:946px;
	height:33px;
	margin:0;
	background: #ffffff url('../images/bg_menu.gif') no-repeat;
	text-align:left;
	}

#menu
	{
	width:934px;
	height:33px;
	margin-left:6px;
	background: #ed1c25;
	text-align:left;
	}

#contentcontainer
	{
	width:946px;
	min-height:400px;
	background-color: #ffffff;
	background-image: url('../images/bg_middle1.gif');
	background-repeat:  repeat-y;
	display:table;
	}

#content
	{
	width:946px;
	min-height: 354px;
	height:auto !important;
	background: url('../images/bg_middle2.gif') no-repeat;
	text-align:left;
	display:table;
	}

#spalt1
	{
	width:570px;
	float:left;
	margin-left:25px;
	margin-top: 15px;
	margin-bottom: 60px;
	}

#spalt2
	{
	width:268px;
	float:left;
	margin-left:53px;
	margin-top: 25px;
	margin-bottom: 60px;
	}

#fullspalt
	{
	width:800px;
	margin-left:25px;
	margin-top: 25px;
	margin-bottom: 60px;
	}

#fullspaltsmalltext
	{
	font-size: 11px;
	width:800px;
	margin-left:25px;
	margin-top: 25px;
	margin-bottom: 60px;
	}

#footercontainer
	{
	width:946px;
	background: url('../images/bg_footer.gif') no-repeat;
	text-align:left;
	height:29px;
	}
#footer
	{
	width:922px;
	height:19px;
	margin-left:12px;
	background: #ed1c25;
	text-align:center;
	}

.whitefooter
	{
	font-size: 13px;
	color: #fff;
	}




/*------------MENYN--------------*/

.suckertreemenu {
padding-left: 13px;
padding-top: 3px;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
font-weight:bold;
font-size:12px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
/*width:112px; Width of top level menu link items*/
padding: 5px 7px;
border: 0px solid black;
border-left-width: 0;
text-decoration: none;
color: #FFF;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;

}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 130px; /*width of sub menu levels*/
color: #000;
text-decoration: none;
padding: 4px 15px;
border: 1px solid #ccc;
background:#FFF;
margin-top: -1px;
}

.suckertreemenu ul li a:hover{

color:#444;

}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{

}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

