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

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#fff;
	color: #000;
}
html, body, div, p, table, td, form, img, h1, h2, h3, h4, h5, h6, input {font-family: Calibri; font-size: 12px; }
p {
	padding: 0px;
	margin: 0px;
}
hr {
	border:#000 double 5px;
}
img{
	border: 0px;
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1000px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
}
div#menu{
	background-repeat:repeat-x;
	background-image:url(../img/nav/bg.jpg);
	background-position:center;
	text-align: center;
	vertical-align: middle;
	height: 22px;
}
div#header {
	padding: 0em;
	background-repeat: no-repeat;
	height:180px
	width:100%;
}
div#content {
	padding: 0px;
	font-size: 14px;
}
div#footer {
	position: absolute;
	width: 100%;
	bottom: 0; /* stick to bottom */;
}
div#form_outline{
	border: #006600 solid 1px;
	padding: 5px;
	width: 510px;
}
div#form_outline2{
	border: #006600 solid 1px;
	width: 400px;
}
div#padding{
	padding: 10px;
}
.footerStyle {
	font-size: x-small;
	text-align: center;
	padding: 2px;
}
.size_bigger{
	font-size: 16px;
}
.green{
	color:#006600;
}
.form_field{
	border: #006600 solid 1px;
	color:#000;
}
.warning{
	color:#f00;
	font-weight: bold;
}
.button {
	cursor: hand;
	font-weight : bold;
	border: 1px outset #090;
	color : #000;
	background-color:#bbb;
   background-image: url(../img/gradi01.png);
   background-repeat: repeat-x;
}
a:visited {
	text-decoration: underline;
	color: #060;
	font-weight: bold;
}
a:link {
	color: #060;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #090;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #060;
	text-decoration: underline;
	font-weight: bold;
}
