/* Allgemein */
a:link, a:visited { color: #ff8800; } /* Farbe der Links Content und Misc-Content */
a:hover { 	text-decoration: none; } /* Farbe der Links Hover Content und Misc-Content */

/* Navigation Museen */
.nav { background-image: url(../img/bgtop_kirm.jpg); } /* Hintergrundbild Navigation */
.nav a:hover, .nav a:active, #navActive { color: #ff8800; } /* Farbe Links Hover u. Aktiv */

/* Haupt-Navigation */
.topnav {	background-color: #ff8800; }

/* Content */
.contentcell { border-top: 8px solid #ff8800; } /* Farbiger Rahmen ueber dem Content */
.iframeGaestebuch {	height: 360px; width: 520px; padding-top: 10px; }

/* Misc-Content */
.misccell {	border-top: 0px solid #ff8800; }
.misccell div { border-bottom: 8px solid #ff8800; }
.misccell h4 { color: #ff8800; }

/* Footer */
.footer a:hover { color: #ff8800; } /* Farbe Links Hover */
