/*
RÖD #c01414
BLÅ #0075bb
GRÅ #9c9c9c
*/

body
	{
	background-image: url('../img/bg_body.gif');
	background-repeat: repeat-x;
	background-color: #ffffff;
	text-align:center;
	font-family:trebuchet MS, verdana, arial;
	font-size:12px;
	line-height:16px;
	color: #000;
	margin: 0;
	}
h1
	{
	color: #0075bb;
	font-size:16px;
	}
h2
	{
	font-size:14px;
	margin:0;
	}
h3
	{
	font-size:12px;
	margin:0;
	}
p
	{
	margin-top: 0px;
	}

.red
	{
	font-weight:bold;
	color: #c01414;
	}
.blue
	{
	font-weight:bold;
	color: #0075bb;
	}
.gray
	{
	color: #9c9c9c;
	font-weight: bold;
	font-size:13px;
	}
a, a:visited, a:active
	{
	color:#c01414;
	text-decoration:none;
	}

a:hover
	{
	color: #00588c;
	text-decoration:none;	
	}

.menulink, .menulink:visited, .menulink:active
	{
	font-size: 14px;
	font-weight: bold;
	color:#0075bb;
	text-decoration:none;
	}

.menulink:hover
	{
	font-size: 14px;
	color:#823636;
	font-weight: bold;
	text-decoration:none;	
	}

#container
	{
	width:860px;
	margin:0 auto;
	background:#FFFFFF;
	}

#top
	{
	width:860px;
	height: 147px;
	background: url('../img/bg_topp.gif') no-repeat;
	text-align:left;
	}


#menu
	{
	width:860px;
	height:33px;
	text-align:left;
	margin-left: 20px;
	margin-right: 20px;
	}

#content
	{
	width:860px;
	min-height: 540px !important;
	height:auto !important;
	text-align:left;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
	display:table;
	}

#spalt1
	{
	width:460px;
	float:left;
	}

#spalt2
	{
	margin-top: 20px;
	margin-right: 20px;
	width:300px;
	float:right;
	}

#footer
	{
	width:840px;
	height:60px;
	margin-left: 20px;
	margin-right: 20px;
	text-align:left;
	border-top: 1px solid #c01414;
	}
#bottom
	{
	height: 36px;
	background: url('../img/bg_foot.gif') repeat-x;
	}

/*------------MENYN--------------*/

.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:14px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
/*width:112px; Width of top level menu link items*/
padding: 5px 0px;
border: 0px solid black;
border-left-width: 0;
text-decoration: none;
color: #0075bb;
}
	
/*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;
font-size: 12px;
width: 145px; /*width of sub menu levels*/
color: #c01414;
text-decoration: none;
padding: 4px 15px;
border: 1px solid #ccc;
background:#FFF;
margin-top: -1px;
}

.suckertreemenu ul li a:hover{

color: #823636;

}

.suckertreemenu ul li ul li a:hover{
color: #00588c;

}
/*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 */

