.reiterblock a {
	text-decoration: none;
}

.reiterblock a:link, a:visited {
	text-decoration: none; color: #ffeb00;
}

.reiterblock a:active, a.current {
	text-decoration: none; color: #d2c200;
}

.reiterblock a:hover {
	text-decoration: none; border-bottom:1px solid #d2c200; font-weight:heavy;
}

/**
 * Inhalte
 */

#corpus {
	margin: 0 5px 0 5px;
	padding: 5px;
}

#forum-start { background: url('http://webinale.de/konferenzen/webinale07/images/bg_trans_t6.gif');
	margin-left:0px; width:270px; margin-top: 30px;}

html>body #forum-start {margin-left:10px;}

#forum-start,
#forum-start div.item {
    border: none;

    }

#forum-start h3 {
    display: none;
}

#forum-start ul.folders {
    height: 25px;
    list-style: none;
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

#forum-start ul.folders li {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size:11pt;
    line-height: 24px;
    padding-left: 3px;

}

#forum-start ul.folders li a {
    display: block;
    padding-left: 3px;
    padding-right: 3px;
}

#forum-start ul.folders li a:hover {
   font-size:11pt;
}

#forum-start ul.folders li.active a {
	    font-size:11pt;
    color: #ffeb00;
    font-weight: normal;
}

#forum-start ul.folders li a:active,
#forum-start ul.folders li a:hover {
 			 text-decoration: none;}


#forum-start div.folder {
    display: none;
    text-align: left;
}

#forum-start a.boxed {
   border: 1px solid yellow;
   padding: 5px;
}

#forum-start div.folder p {
   text-align:left; margin-left: 27px;
   width: 200px;
   */ margin-left: 30px;
}

#forum-start div.folder.active {
    display: block;
}

#forum-start ul.entries {
    margin: 0;
    padding: 5px 5px 5px 35px;
}

#forum-start ul.entries li  {
    line-height: 14px;
    padding-bottom: 3px;
}

#forum-start ul.entries li a.title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#forum-start ul.entries li span.author {
    display: none;
}

#forum-start ul.entries li span.date {
    color: #999;
    display: block;
    font-size: 10px;
}

#forum-start div.follow {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 25px;
    padding-right: 10px;
    text-align: right;
}

#forum-start div.follow span.arrow {
    color: #999;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

