@charset "UTF-8";

@media all {

	/* KUG Aktuell */
	.kug-aktuell .head { 
	  background-color:#000;
	  width:103%;
	  margin-bottom:15px;
	}

	.kug-aktuell p a { 
	  text-decoration:underline;
	  color:#2A2D30;
	}

	.kug-aktuell p a:hover { 
	  text-decoration:none;
	}

	/* Veranstaltungen Heute */
	.veranstaltungen-heute .head { 
	  background-color:#94999D;
	  width:103%;
	  margin-bottom:15px;
	}

	.veranstaltungen-heute .head h3 { 
	  text-transform:uppercase;
	  color:#fff;
	  padding:4px;
	  padding-left:8px;
	
	}


	ul.veranstaltungen li.arrow {
	  display:inline;
	  background:url(/fileadmin/framework/images/trenner.gif) left no-repeat;
	  padding-right:4px;
	  padding-left:5px;
	}

	ul.veranstaltungen li.einzel {
	  display:inline;
	  color:#2A2D30;
	  font-weight:bold;
	  background:url(/fileadmin/framework/images/trenner_thi.gif) left 3px no-repeat;
	  padding-left:8px;
	}

	ul.veranstaltungen li.einzel a { 
	  text-decoration:underline;
	  color:#2A2D30;
	  font-weight:bold;
	}

	ul.veranstaltungen li.einzel a:hover { 
	  text-decoration:none;
	}

	ul.veranstaltungen li.noarrow {
	  display:inline;
	  padding-right:2px;
	}

	/* Quicklinks */
	.quicklinks .head { 
	  background:url(/fileadmin/framework/images/quicklinks/h3.gif) left no-repeat;
	  background-color:#001EA9;
	  width:103%;
	  height:21px;
	  margin-bottom:10px;
	  position:relative;
	}

	.quicklinks .head h3 { 
	  display:block;
		overflow:hidden;
		text-indent:-9999px;
		height:21px;
	}

	/* Genereller Heading H4 Links */
	.left h4 { 
	  color:#2A2D30;
	  font-size:1em;
	  font-weight:normal;
	}

}