/* body { background-color: #ffffff;} */
.cart { font-family: verdana, arial, sans-serif;
        font-size: 9;
        font-weight: bold;
        color: #000000;
        text-decoration: none;}
.text { font-family: verdana, arial, sans-serif;
        font-size: 11;} 
p { font-family: verdana, arial, sans-serif;
    font-size: 11;}
.ad { color: #7C003A;
      font-weight: bold;}


.whitetext { color: #ffffff;
           font-weight: normal;
           font-family: tahoma, verdana, arial;
           font-size: 11;}
.goldtext { color: #CEB673;
           font-weight: normal;
           font-family: tahoma, verdana, arial;
           font-size: 11;}
.whitelink { color: #ffffff;
           font-weight: normal;
           font-family: tahoma, verdana, arial;
		   text-decoration: none;
           font-size: 11;}
.goldlink { color: #CEB673;
           font-weight: normal;
           font-family: tahoma, verdana, arial;
		   text-decoration: underline;
           font-size: 11;}
.blacktext { color: #000000;
           font-weight: normal;
           font-family: tahoma, verdana, arial;
           font-size: 11;}



.link { color:#004A00;
        font-weight: bold;}
.navigation { font-weight: bold;
              color: #004A00;
              font-family: verdana, arial, sans-serif;
              font-size: 11;}
.calendar { color: #004A00;
            font-size: 13;
            font-variant: small-caps;
            font-weight: bold;}
.user { font-weight: bold;
        color: #7C003A;
        font-family: verdana, arial, sans-serif;
        font-size: 11;}
.title { color: #64963C;
         font-weight: bold;
         font-family: verdana, arial, sans-serif;
         font-size: 11;
         text-decoration:none;}
.top { font-family: verdana, arial, sans-serif;
       font-size: 10px;
       color: #004A00;
       text-decoration: none;}
#foldinglist { list-style-image:url(podpunkt.gif);}


#td {
font-family: verdana, arial, sans-serif;
font-size: 11px;
color:#3B3909;
font-weight: bold;
}

/* tooltips*/
.tt{cursor:default}
.tt:hover{
position:relative;
display:inline;
text-decoration:none;
}
.tt dfn{
display:none;
top:5px;
left:15px;
}
.tt:hover dfn{
position:absolute;
display:block;
background: lightyellow;
color:black;
font-family: Arial,Verdana;
font-style:normal;
border:1px solid #60bd00;
padding:5px;margin:1px;
text-align:left;
font-weight:normal;
}
.tt dfn span{display:block;white-space:nowrap;font-size:11px;line-height:120%;font-weight:normal}
.tt img{vertical-align:middle;}