@charset "utf-8";

.kont {
	position:relative;
	left:60px;
	top:50px;
	border: 1px solid #FF0000;
}

.glossymenu{
	padding-top: 80px;
	margin-right: 0;
	/*margin-bottom: 5px;*/
	margin-bottom: 50px;
	margin-left: 0;
	width:180px;
}
.glossymenu a.menuitem{
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 10px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 2px;
	text-decoration:none;
	color:#3faed2;
	font-size:14px;
	font-weight:bold;
}
a.menuitem2 {
	display: block;
	padding:0 0 5px 5px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	background:none;
}

/*
.accordsuffix {
padding-left:10px;
}
.accordprefix {
padding-left:10px;
}
*/
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	left: -5px;
	border: none;
}
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: #fff1df;
	padding-left:10px;
	width:175px;
}
/*--------------------------------*/
ul.lev_3 {
padding-left:10px;
list-style-type:none;
font-size:11px;
padding-bottom:6px;
}
ul.lev_3 li {
font-weight:normal;
}

#level_2_aktiv {
color:#0c7b9f;
font-weight:bold;
text-decoration:none;!important;
}
#level_3_aktiv a {
	background-color:#0c7b9f;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding: 3px 2px 3px 5px;
	margin-left:-4px;
}
.passiv_lev_1 {
	display:inline;
	background-image: url(bgr_im/blue_dotter.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.level_2_pass {
border-bottom: 1px dashed #000000;
}
.level_3_pass a {
	display:block;
	color:#000000;
	padding:3px 0 3px 0;
}



