/* author: Marc Pentermann              */
/* visit:  http://marc-pentermann.de    */

@namespace url(http://www.w3.org/1999/xhtml);

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document 
	domain("www.cosmiq.de") {


/* suggestions overview - no changes! */
.mySuggestions ul.moduleNavi {
}

/* list of suggested questions and links */
.myQuestions .selector ul.moduleNavi,
.myLinks .selector ul.moduleNavi {
	position: fixed !important;
	bottom: 0px !important;
	background-color: #FAFAFA !important;
	/* height: 45px !important; */
	width: 99% !important;
	z-index: 999 !important;
	padding: 15px 0 10px 65px !important;
}


}