/* CSS Document */

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color:#333333;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color:#fff;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color:#333;
}
.h3_grey{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color:#888;
}
h4{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 11px;
	color:#333;
	display:inline;
	background-color:#eee;
	margin-top:0px;
	margin-left:5px;
}
h5{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color:#fff;
}
h6{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color:#aaa;
	margin-left:10px;
	margin-right:10px;
	text-align:left;
}
.bg_services{
	background-image:url(images/bg.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	}
.cell_c{
	background-color:#0CF;
	width:100%;
	height:10px;
	}
.cell_m{
	background-color:#F00;
	width:100%;
	height:10px;
	}
.cell_y{
	background-color:#FC0;
	width:100%;
	height:10px;
	}
.cell_k{
	background-color:#333;
	width:100%;
	height:10px;
	}
a.one{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 11px;
	display:inline;
	margin-top:0px;
	text-decoration:none;
}
a.one:link {
	background-color:#eee;
		color:#333;
}
a.one:visited {
	background-color:#eee;
		color:#333;
}
a.one:hover {
	background-color: #000;
	color:#fff;
}

td.linksebalk {
   padding-left:5px;
}

a.adres{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	}
a.adres:link {
	color: #666;
}
a.adres:visited {
	color: #666;
}
a.adres:hover {
	color: #fff;
}
a.itaf{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	line-height: 20px;
	text-decoration: underline;
	margin-left: 400px;
	}
a.itaf:link {
	color: #666;
}
a.itaf:visited {
	color: #666;
}
a.itaf:hover {
	color: #000;
}
input[type=text]
{
   font-size: 11px;
   font-family: Arial, Helvetica, sans-serif;
   color: #000;
}
textarea{
   font-size: 11px;
   font-family: Arial, Helvetica, sans-serif;
   color: #000;
}
input[type=submit]
{
   border: 1px groove #333333;
   border-top-color: #333333;
   border-left-color: #333333;
   background-repeat: repeat-x;
   background-color:#F60;
   color: #ffffff;
   font-size: 11px;
   font-family: Verdana, Helvetica, Arial, sans-serif;
}

