html, body, form
{
	margin: 0;
	padding: 0;
}



body, html
{
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:760px;
}

/*Font*/
body
{
	font-size: 90%;
	font-family: "Times New Roman", Times, serif;
	color: #333;
	background-color: #fff;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/*Font in table*/
table
{
	font-size:100%;
}

/*Links*/
a:link {color: #486DAA;}
a:visited{color:#8C9AA8;}
a:active {color: #486DAA;}
a:hover{color:#DD0000;}


small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0
}

#header
{
	position:relative; /*containing block*/
	height:155px;
	box-sizing:border-box;

	-moz-box-sizing:border-box;
	border-bottom:1px solid #D6D6D6;
	background-color: #FFFFFF;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}
#header2
{
	height:155px;
	background-image: url(images/header_bgrt.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#header_logo
{
	position:absolute;
}

#company_logo
{
	display:block;
	position:absolute;
	width:170px;
	height:150px;
	left:10px;
	top: 0;
	background-image: url(images/logot.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#header_text
{
	position:absolute;
	left:195px;
	top: 0;
	width:400px;
	height:150px;
	padding-left:5px;
	padding-top:35px;
	color:#fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#header_text h1
{
	margin:0;
	padding:0;
	font-size:160%;
	border:none;
	text-decoration:none;
}

#header_text span
{
	font-size:80%;
}

/* Header menu: home, search, feedback*/
#header_menu
{
	position:absolute;
	right:30px;
	box-sizing:border-box;

	-moz-box-sizing:border-box;
	background-color: #2F4773;
}

#header_sites
{
	position:absolute;
	right:55px;
	top: 60px;
	color:#fff;
	text-align:right;
}

#header_sites a, #header_sites span
{
	color:#fff;
	text-decoration:none;
}

#header_sites span
{
	color: #9dabc0;
}

#header_menu a
{
	display:block;
	float:left;
	cursor:pointer; cursor: hand;
	padding:8px 11px;
}

#zebra
{
	height:1px;
	background-color: transparent;
}

#navigation
{

}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}

/*Content table*/
#content
{
	width:100%;
	height:70%;
	border-collapse:collapse;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/*Left column*/
#content .left-column
{
	width:180px;
	vertical-align:top;
	height:100%;
}

/*Main column*/
#content .main-column
{
	vertical-align:top;
	padding:0 23px 10px 23px;
}

/*Right column*/
#content .right-column
{
	width:1px;
	vertical-align:top;
}

/*Bottom banner*/
#bottom_banner
{
	padding:5px;
	text-align:center;
}

/*Footer*/
#footer
{
	text-align:right;
	box-sizing:border-box;

	-moz-box-sizing:border-box;
	height:40px;
	padding:8px;
	background-color: #4D6990;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	
}

/*Link in footer*/
#footer a
{
	color: #CFD6E1;
	font-size: 100%;
}

/*Data table*/
table.data-table
{
	border:1px solid #99BAD7;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #99BAD7;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#F1F5FA;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #99BAD7;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#F1F5FA;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}
#header_text .zag2 {
	color: #FFFFFF;
	margin-top: -51px;
	margin-left: -1px;
	display: block;
}
#header_text .zag1 {
	color: #264F9E;
	display: block;
	margin-top: 6px;
}
.times {
	color: #2C5ABA;
}
.main-column p {
	text-align: justify;
}
.foto-block {
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left 20px;
	padding: 2px;
	border: 1px solid #6699CC;
	width: 180px;
}
.foto-block .information-block-head {
	text-align: center;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
.photo-random img {
	border: 1px solid #FFFFFF;
}
