/* Aktuell-CSS und Copyright by Verein fuer regionale Kultur- und Zeitgeschichte Hameln e.V. 2013 */
/* Creator: cp hameln Johannes Juerrens 2013 */

/* Hauptmenue */

#aussen #menueleiste li#startseite a {
        background-color: #FFF;
        color: #999;
}

#aussen #menueleiste li#startseite a:hover {
         background: none;
         background-color: #FFF;
         color: #ff881f; /*#000080;*/
}
/* Untermenue */

#untermenue {
	float: right;
	margin: 50px 0 20px 40px;
	padding: 15px 0 15px 0;
	width: 250px;
	border: 0;
	border-top: 3px solid #7dc875;
	border-bottom: 3px solid #7dc875;
	font-family: "Trebuchet MS", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 0.93em;
	line-height: 160%;
	letter-spacing: 0px;
	word-spacing: -0.5px;
	text-align: left;
}
p.untermenueueber {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 0;
	padding: 0 0 15px 0;
	text-indent: 0px;
}
.umaktiv {
	color: #999;
}

td {
	line-height: 160%;
}

a.linkstartrot:link, a.linkstartrot:visited, a.linkstartrot:active {
	color: red; /*#CE3535;*/
	text-decoration: none;
	border: none;
}
a.linkstartrot:hover {
	color: #ff881f;
	text-decoration: none;
	border: none;
}
a.linkstartrot:focus {
	outline: thin dotted;
}
a.linkstartrot:hover, a.linkstartrot:active {
	outline: 0;
}

a.linkstart {
         FONT-SIZE: 14px;
		 COLOR: red;
		 font-weight: bold;
}
a.linkstart:hover {
		 COLOR: #ff881f;
}