@import url('layout.css');
@import url('typo.css');
@import url('menu.css');
@import url('hinweis.css');

/*----------------------------------------------------------------------*/
/*                              COLORS                                 */
/*----------------------------------------------------------------------*/
/*    dunkelgruen:      #083        */ 
/*    hellgruen:        #BAD482     */
/*    dunkelgrau:       #666        */
/*    mittelgrau:       #999        */
/*    hellgrau:         #ccc        */


h6, h5{
font-size:13px;
margin-bottom:2px;
}

h4, h3{
font-size:14px;
margin-bottom:3px;
}

h2, h1{
font-size:16px;
margin-bottom:4px;
}


hr {
border: 1px dashed #bad482;
margin-top:10px; margin-bottom:10px;
height: 2px;
width:100.1%;
}


/* Event Legend Module Styling */
div.event_legend_container {
	/*border:solid black 1px;*/
      border-bottom: solid white 1px;
	/*background-color:#ccc;*/
	color:#999;
	padding:3px;
	font-size:0.9em;
}
ul.event_legend_list{
	list-style:none !important;
	padding:0px;
	margin:5px;margin-left:0px;
}
ul.event_legend_list li {
	list-style:none !important;
	border:solid #999 1px;
	background-image:none !important;
	padding-left:0px;margin-left:0px;
}


div.event_legend_name {
	padding:3px;color:#999
	
}
div.event_legend_name a{
	display:block;
	text-decoration:none;
   	/*background-color:#eee;*/
   	color:#999;font-weight:bold;
}
	
div.event_legend_desc {
	background-color:#fff;
	color:black;
	padding:3px 3px 3px 20px;
	
}

