@import "undohtml.css"; /* Aufheben der Browser-Stylessheets */
@import "layout-neu.css"; /* Layoutformatierungen */
@import "menue-neu.css"; /* Menüformatierungen & -Highlights */
@import "jquery.cluetip.css";
/*@import "datePicker.css";*/


/*****************************
Schalter für Styleswitcher 
*****************************/
#styleswitcher {
	font-size: .7em;
	font-weight: bold;
	font-size: .7em;
	text-align: left;
	text-transform: uppercase;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 2999;
	margin: 0;
	background-color: #4f4f4f !important;
	color: #fff !important;
	text-decoration: none;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	/*border-top: 12px solid #fff;
	border-left: 12px solid #fff;*/
	border: solid #1d1c1c;
	border-width: 11px 0 0 11px;
	padding: 0 !important;
	/*border-width: 0;*/
}
#styleswitcher li {
	margin: 0;
	padding: .4em 0;
	list-style: square inside;
}
#styleswitcher li.umschalter {
}
#styleswitcher li.variationen {
	display: none;
}
#styleswitcher a {
	background-color: #4f4f4f !important;
	color: #fff !important;
	text-decoration: none;
	padding: 2px;
}
#styleswitcher a:hover {
	text-decoration: underline;
}
#styleswitcher:hover,
.styleswitcherhover {
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	padding: 4px 5px !important;
	/*border-width: 10px;*/
}
#styleswitcher:hover li.umschalter,
.styleswitcherhover li.umschalter {
	/*margin-top: .5em;*/
	padding-top: .5em;
}
#styleswitcher:hover li.variationen,
.styleswitcherhover li.variationen {
	display: list-item;
}
#styleswitcher a#layout1 {
	background-color: #fff !important;
	color: #4eb9b3 !important;
}



@media print {
	
#styleswitchter {
	display: none !important;
}

}
