body {
	background-image: url(img/background_nolower.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
#toplogo {
	text-align: center;
	width: 800px;
	align:center;
	vertical-align: top;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 98px;
}
#underlogo {
	text-align: center;
	width: 800px;
	align:center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(img/topbild.jpg);
	height: 167px;
	top: 6px;
	position: relative;
}
#menu {
	text-align: center;
	width: 798px;
	align:center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 20px;
	position: relative;
	background-image: url(img/menu_bg.gif);
	z-index: 1;
	visibility: visible;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-top: 0px;
}
.suckertreemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	line-height: 16px;
	font-weight: bold;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	width: 90px;
	text-decoration: none;
	color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
	background-color: #F9F9F9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.suckertreemenu ul li ul li a{
	display: block;
	width: 90px;
	text-decoration: none;
	color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight:normal;
	font-size: 11px;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
	background-color: #F9F9F9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
	
/*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;
	font-weight: normal;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	float: none;
	text-align: left;
	text-indent: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	left: -1px;
}

/*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: #000000;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.suckertreemenu ul li a:hover{
	color: #2e3594;
	background-color: #FFFFFF;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
	background-repeat: no-repeat;
	background-position: right center;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
	background-position: right center;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li {
	float: left;
	height: 1%;
}
* html .suckertreemenu ul li a { height: 1%; }
/* End */
#innehall {
	text-align: left;
	width: 780px;
	align:center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	top: 25px;
	padding: 5px;
}
.sidrubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}

