@charset "utf-8";
@import url("normalize.css");
#conteiner #content {
	padding-top: 1.2em;
	padding-right: 1.2em;
	padding-bottom: 1.2em;
	padding-left: 2em;
}

h4 {
	margin: 0px;
	padding: 0px;
	color: #990000;
}
#conteiner #iconBack {
	margin-bottom: 0.5em;
	margin-left: 1em;
	width: 30px;
	margin-top: 0.5em;
	height: 30px;
	line-height: 30px;
}
#conteiner #iconBack .roll {
	background-image: url(../images/page_templates/icon_backGray.gif);
	height: 30px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	display: block;
	text-decoration:none
}
#conteiner #iconBack .roll:hover {
	background-image: url(../images/page_templates/icon_backRed.gif);
	height: 30px;
	width: 30px;
	line-height: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
