/* Start of CMSMS style sheet 'aktuality' */
/********************
aktulity
*********************/
.aktuality {
   padding-left: 0;
   margin-left: 1em;
   width: 170px;
}

/* menu li block */
.aktuality li {
   list-style: none;
   margin: 0;
   display: block;
   padding-top: 20px;
}

div.aktuality h3 {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   margin: 0.0em 0.0em 0.0em 0.0em; /* some air for it */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

div.aktuality p {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   margin: -1.0em 0.0em 0.0em 2.0em; /* some air for it */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

div.aktuality a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.4em 0.5em 0.4em 1.5em; /* some air for it */
   margin: -1em 0 0 0;
   color: #18507C; /* this will be link color for all levels */
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   line-height: 1.2;
}

/* hover state for all links */
div.aktuality a:hover {
   background-color: #C3D4DF;
}

/* End of 'aktuality' */

