/**
 *	CSS-Stile fuer Braille-Ausgabegeraete
 *	v1.0
 */



/**
 *	Allgemein
 */

* { color:#000; }
html { font-size:80%; width:100%; height:100%; }
body { width:100%; height:100%; background-color:#fff; background-image:none; margin:0; padding:0; }
.noprint { display: none; }



/**
 *	Typo
 */

h1, h2, h3, h4, h5, h6 { color:#000; font-size:1.5em; }
a:link, a:visited, a:active { color:#000; }
em, strong { color:#000; font-weight:bold; }



/**
 *	Layout
 */

#outerBox { width:100%; height:100%; background-image:none; }
#contentFrameBox { background-image:none; overflow:visible; }
#banner { display:none; }
#menuBox { width:100%; background-color:#fff; padding:0; border-bottom:1px solid #000; }
#contentBox { margin:0; padding:0; width:98%; }
#submenuBox { padding:0 0 10px 20px; float:none; border-bottom:1px solid #000; margin-bottom:3em; }
#imageBox { display:none; }
.leftMarginPlaceholder { display:none; color:#fff; }
.innerMenuBox { letter-spacing:0; }

#stadthalle #imageBox { background-color:#fff; }
#schloss #imageBox { background-color:#fff; }
#services #imageBox { background-color:#fff; }
#kultur #imageBox { background-color:#fff; }

#leftCol { width:100%; margin:0 0 2em 0;}
#rightCol { width:100%; margin:0 0 2em 0; }

#menuBoxItemA { background-color:#fff; }
#menuBoxItemB { background-color:#fff; }
#menuBoxItemC { background-color:#fff; }
#menuBoxItemD { background-color:#fff; }

#submenuBox a:link, #submenuBox a:active, #submenuBox a:visited, #submenuBox a:hover,
#menuBoxItemA a:link, #menuBoxItemA a:active, #menuBoxItemA a:visited, #menuBoxItemA a:hover,
#menuBoxItemB a:link, #menuBoxItemB a:active, #menuBoxItemB a:visited, #menuBoxItemB a:hover,
#menuBoxItemC a:link, #menuBoxItemC a:active, #menuBoxItemC a:visited, #menuBoxItemC a:hover,
#menuBoxItemD a:link, #menuBoxItemD a:active, #menuBoxItemD a:visited, #menuBoxItemD a:hover {
	color:#000;
	letter-spacing:0;
	font-size:100%;
}

#submenuBox strong { display:none; }
#submenuBox em { 
	color:#000; 
	display:block;
	padding-top:0;
	font-weight:normal;
	font-style:normal;
}
#menuBox strong { color:#000; font-weight:bold; }

