/*##############################################################################*/
/*### MENU ####################################################################*/
/*############################################################################*/

#menu{
	float:left;
	clear:both;
	width:234px;
}

#mainmenu{
	float:left;
	height:431px;
	width:100%;
}

#bottom_menu{
	float:left;
	clear:both;
	width:100%;
}

#mainmenu a, #bottom_menu a  {
	font-size:12px;
	color:#999; 
	text-decoration:none;
	display:block;
	font-weight:bold;
}


#menu a.akt, #menu a:hover {
	color:#444; 
}

/* Hauptmenu Item */
.mmenu, .bmenu{	
	float:left;
	clear:both;
	margin-bottom:14px;
	width:234px;
}
/* Bottommenu Item */
.bmenu{	
	margin-bottom:0px;
}

/* Submenu Item */
.smenu{	float:left;
	clear:both;
	margin-left:36px;
	width:198px;
}



/*##############################################################################*/
/*### Scrollbar ###############################################################*/
/*############################################################################*/

/* hide from incapable browsers */
div#scrollbar { 
    display:none;
	border-top: 1px solid #9c9c9c;
	margin-left:-12px;
	margin-top:-3px;
}

/* below in external file */
div#wn{ 
    position:relative; 
    width:100%; height:100%; 
    overflow:hidden;
	
}
div#scrollbar { 
    position:relative; 
    width:646px; height:14px;
    display:block;
    font-size:1px; 
}

div#track { 
    position:absolute; 
	left:12px; 
	top:1px;
    width:622px; 
	height:13px; 
    background: #fff;
}
div#dragBar {
    position:absolute; left:1px; top:0px;
    width:20px; height:10px; 
    background-color:#ceced6;
}  
div#left { position:absolute; left:0; top:0; }  
div#right { position:absolute; right:0; top:0;  }

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#left, div#right {
    -moz-user-select: none;
    -khtml-user-select: none;
}

div#scrollbar img {
    display:block; 
} 
