/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.menudiv ul{
 margin-top: 2px;
 margin-left: 0px;
 padding: 0;
list-style-type: none;
height: auto;
width: 178px; /* Width of Menu Items */
}

.menudiv ul li{
position: relative;
}

/*Sub level menu items
.menudiv ul li ul{
position: absolute;
width: 150px; /*sub menu width*
top: 0;
visibility: hidden;
}  */

/* Sub level menu links style */
.menudiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #cc00cc;
text-align: center;
font-family: "Times New Roman";
font-size: medium;
font-variant: normal;
text-decoration: none;
background-image: url(grafx/gomb1.jpg);
 padding: 6px;
/* border: 3px;*/
  font-weight: bold
}

.menudiv ul li a:visited{color: #cc00cc;}


.menudiv ul li a:hover{text-decoration: none; background-image: url(grafx/gomb2.jpg); color: #cc00cc;}

#aktualis {
 background-image: url(grafx/gomb2.jpg);
/* font-weight: bold;  */
 color:#cc00cc;
}


/* Holly Hack for IE \*/
* html .menudiv ul li { float: left; height: 1%; }
* html .menudiv ul li a { height: 1%; }
/* End */


