
/*
 * kursstyle.css
 */

/*
 * Outgoing search form
 */
td.outgoing
{
   font-weight: bold;
}


/* 
 * Alphabetic search 
 */
a.alpha, span.alpha
{
   font-size: 1.8em;
   font-weight: bold;
   margin: 3px;
}

td.alpha
{
   text-align: center;
}

/*
 * Outgoin detailed content
 */
h2.contenttitel
{
   font-size: medium;
}

h3.subtitle
{
   font-size: small; 
}

ul.nobullet
{
   list-style-type: none;
   position: relative;
   left: -20px;
}

.bigbullet
{
   background-image: url(/kurs/include/images/bigbullet.gif);
   background-repeat: no-repeat;
   position: relative;
   left: 5px;
   padding-left: 15px;

}

.checkbullet
{
   /* Empty */
}

/*
 * End of kursstyle.css
 */

