/* CSS Document */

/* menue - top */
#topmenu
{
	/* position:relative; top:2px; overlap */
	font-size:0.8em;
	background:#ffe3a9 url(../gui/bg_topmenu.jpg) left repeat-y;
	padding-bottom:0;
	}

#topmenu ul
{
	margin:0;
	padding-bottom:1px;
	padding-top:1px;
	border-bottom:1px solid red; /*richtiges rot!*/
	
	}

#topmenu ul li
{
	list-style-type:none;
	display:inline;
	/*background-color:#ff5;*/
	margin:0;
	padding:3px 0;
	line-height:1.4em;
	}

#topmenu a{
	padding:5px 7px;
	
	}


#topmenu a:link, #topmenu a:visited
{
	color: #000;
	text-decoration:none;
	}

#topmenu a:hover
{
	background: #fff;
	color: #000;
	text-decoration:underline;
	}

#topmenu a.active
{
	background: #fff;
	color: #000;
	font-weight:bold;
	background:#fff url(../gui/bg_topmenuelement.jpg) top left no-repeat;
	}

/************************************/

/* menu - side */

#sidemenu ul
{
	padding-left: 0;
	margin-left: 0;
	}

#sidemenu ul li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	}

#sidemenu ul ul
{
	padding-left: 2em;
	margin-left: 0;
	}

#sidemenu ul ul li
{
	list-style: circle;
	}

#sidemenu a { text-decoration: none; }
#sidemenu a:hover { text-decoration: underline; color:#f00; }
