@CHARSET "UTF-8";

/* Grüne Boxen */
div.greenBox {
	width: 203px;
	margin: 0px;
	padding-bottom: 16px;
	background: url(../images/greenbox_bottom.png) no-repeat bottom left;
}
div.greenBox div.head {
	height: 10px;
	margin-top: 3px;
	background: url(../images/greenbox_top.png) no-repeat top left;
	overflow: hidden;
}
div.greenBox div.container {
	padding: 0;
	background: url(../images/greenbox_bg2.png) repeat-y top left;
}
div.greenBox div.content {
	min-height: 144px;
	margin: 0;
	padding: 1px 13px 1px 8px;
	background: url(../images/greenbox_bg.png) no-repeat top left;
}

#login h3 {
	height: 14px;
	padding-left: 20px;
	background: url(../images/login_icon.gif) no-repeat 6px 0px;
	color: #3E6B1A;
}
