/* gewählte Designfarben */
/*
usercolor.bright = "#FEC266"
usercolor.medium = "#FF8040"
usercolor.dark = "#000080"
usercolor.alt.dark = "#002771"
*/
#acc{
	margin: 0;
	padding: 0;
	width: 10.3em;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 0.9em;
	text-align: center;
	line-height: 1.1em;
}

/* für IE 6 + 7 */
* html #acc{
	font-size:1.1em !important;
}
* html #acc strong{
	font-size:1.1em !important;
}
* html #acc li, * html #acc ul {
	list-style-type: none !important
}


#acc li{
	margin: 0 .25em .25em 0;
	padding: 0;
	border: 1px solid #6F6F6F;
	width: 2.9em;
	float: left;
	list-style: none;
	display: block;
}

/* Normale Buttons */

#acc li a:link,#acc li a:visited{
	color: #000000;
	background: #D3D3D3;
	padding: .25em 1em;
	width: 0.9em;
	display: block;
	text-decoration: none;
}
#acc li a:focus{
	color: #FFFFF2;
	background: #000080;
	font-weight: bold;
}
#acc li a:hover{
	color: #FFFFF2;
	background: #778899;
	font-weight: bold;
}
#acc li a:active{
	color: #FFFFF2;
	background: #BF0000;
	font-weight: bold;
}
/* Ende Normale Buttons */

/* Deaktivierte  Buttons */
#acc .acc-n{
	border: 1px dotted #D7E9FF;
	padding: .25em 1em;
	width: 0.9em;
	color: #000000;
	background: #fff;
}
/* Ende deaktivierte Buttons */

/* AccessKeypad-Logo */
#acc li.acc-logo{
	border: 0;
	width: 6.3em;
	list-style-type:none !important;
}
#acc .acc-logo a:link, #acc .acc-logo a:visited{
	padding: .25em 0 .25em .5em;
	width: 5.8em;
	display: block;
	color: #FF0000;
	background: transparent;
	letter-spacing: 0;
	text-decoration: none;
}
#acc .acc-logo a:hover,#acc .acc-logo a:focus{
	background: #D3D3D3;
	text-decoration: underline;
}
#acc strong{
	color: #000080;
	font-variant: small-caps;
	font-weight: bold;
}
#acc strong em{
	color: #FF0000;
	font-style: italic;
	letter-spacing: 0;
}
/* Ende AccessKeypad-Logo */

#acc span{
	width: 0;
	position: absolute;
	left: -1000px;
	top: -1000px;
	height: 0;
	overflow: hidden;
}
