@charset "utf-8";
/* CSS Document */

.adminformular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #CCCCCC;
	text-align: left;
	white-space: normal;
	background-position: center;
	line-height: 15px;
	border: thin solid #FFFFFF;
}

.adminbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 900;
	text-decoration: none;
	height: 25px;
	display: block;
	clear:both;
	line-height: 25px;
	font-style: normal;
	letter-spacing: 1px;
	background-position: center center;
	background-color: #6699FF;
	width: 220px;
	text-indent: 10px;
	margin: 2px;
	color: #333333;
	padding: 2px;
}

.adminueberschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #0066CC;
}
