
.ikkese {
display: none;
}

TD {
  font-size: 11px;
  font-family: "trebuchet ms", helvetica, sans-serif;
  color: #8C8C73;
}

textarea{font-family: trebuchet ms; font-size: 11px;}
select{font-family: trebuchet ms; font-size: 11px;}
input{font-family: trebuchet ms; font-size: 11px;}


body {
	background-color: #ffffff;
}

A:link {color:#006699;}
A:visited {color:#006699;}
A:active {color:#006699;}
A:hover {color:#006699;}

.comment .collapseicon 
{	width: 					9px;
	height: 				9px;
	overflow:				hidden;
	background-image: 		url(gfx/ikon_minus.gif);
}

.closed .collapseicon 
{	background-image: 		url(gfx/ikon_plus.gif);
}

.closed .body, .closed .comment
{	display: none;
}
.commenttitle {
  text-decoration: underline;
  line-height: 18px;
  color: #006699;

}

div.section {

    margin-top: -1px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;

    padding: 5px 15px 15px 5px;
  	font-size: 11px;
  	font-family: "trebuchet ms", helvetica, sans-serif;
  	color: #8C8C73;
	
	
	-webkit-border-bottom-left-radius:16px;
	-webkit-border-bottom-right-radius:16px;
	-khtml-border-radius-bottomleft:16px;
	-khtml-border-radius-bottomright:16px;
	-moz-border-radius-bottomleft:16px;
	-moz-border-radius-bottomright:16px;

  }

#dropmenudiv{

	position:absolute;
	z-index:100;
    margin-left: 0px;
    margin-top: -1px;

	border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    cursor: pointer;
  	
	font-size: 11px;
    line-height: 26px;

 	font-family: "trebuchet ms", helvetica, sans-serif;
 	color: #8C8C73;
  	
	background-image: 		url(gfx/bg_moodle_menuknap.gif);
    background-color: #eee;

}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 13px;
	padding: 1px 0;
	line-height: 26px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	text-decoration: none;
 	color: #8C8C73;
}

#dropmenudiv a:hover{ /*hover background color*/
	  	background-image: 		url(gfx_menu/menu_bund_1px_white.gif);
}


.rss-title, rss-title a {
	margin: 0px 0;
	padding: 0;
}
.rss-items {
       list-style:none;
       margin:0;
       padding:0;
}
.rss-item  {
  margin-bottom: 1em;;
}
.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	}
.rss-item a:hover { 
	}
.rss-date {
	font-size: 10px;
	} 
