#boxnewton {
	background-color: #fffaf2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3d3d3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d3d3d3;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	text-align: left;
}
#boxnewton .in {
	padding: 10px;
}
#boxnewton #logo {
	position: absolute;
	top: 0px;
	right: 0px;
	
}

#boxnewton a {
	float: right;
	background-color: #f1ac1e;
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: -2px;
	margin-bottom: 0px;
	background-image: url(images/ico-sipka.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px outset #d3d3d3;
}
#boxnewton a:hover {
	color: #333333;
	text-decoration: none;
/*	padding-right: 20px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 0px;*/
	background-image: url(images/ico-sipka1.gif);
	border: 1px inset #d3d3d3;
}

#boxnewton h2 {
	font-size: 120%;
	color: #ffa217;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
}
#boxnewton p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 110px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 1.3em;
	font-size: 100%;
	color: #5d5c5c;
}
#boxnewton .cistic {
	clear: both;
}