﻿body {
  	margin: 0px;
  	padding: 0px;
  	font-family: Arial;
  	font-size: 12px;
  	color: #595959;
  	background-color: #ffffff;
  	background-image:url(images/bg.gif);
  	background-repeat: repeat-x;
  	background-position: top center;
} 

#CONTAINER {
	width: 902px;
	overflow: hidden;
	margin: 25px 0px 25px 0px;
	text-align: left;
}

#TOP {
	width: 902px;
	height: 412px;
	overflow: hidden;
}

#FOOTER {
	width: 902px;
	height: 30px;
	background-image:url(images/bg-footer.jpg);
  	background-repeat: no-repeat;
  	background-position: top center;
  	overflow: hidden;
  	color: #ffffff;
  	font-size: 11px;
  	margin-bottom: 25px;
}

.foot-left {
	width: 695px;
	text-align: left;
	float: left;
	margin: 8px 0px 0px 5px;
}

.foot-right {
	width: 197px;
	text-align: right;
	float: left;
	margin: 8px 0px 5px 0px;
}

.mobime {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

.content {
	text-align: justify;
}

.head {
	margin-bottom: 6px;
}

#TABLE {
	width: 902px;
	margin-top: 20px;
}

.col01, .col02 {
	width: 291px;
	overflow: hidden;
	float: left;
  	background-image:url(images/bg-col.gif);
  	background-repeat: no-repeat;
  	background-position: top center;
}

.col01 {
	margin-right: 14px;
}

.headline {
	margin: 13px 0px 0px 11px;
}

.head02 {
	margin: 11px 0px 0px 11px;
}

.head03 {
	margin-top: 11px;
}

.content02 {
	text-align: justify;
	margin: 0px 10px 0px 10px;
}

.more {
	text-align: right;
	margin: 22px 20px 0px 0px;
}

#CONTACT-LEFT {
	width: 220px;
	margin-right: 15px;
	float: left;
	overflow: hidden;
	background-image:url(images/bg-contact.gif);
  	background-repeat: repeat-y;
  	background-position: top center;
}

#CONTACT-RIGHT {
	width: 667px;
	float: left;
	overflow: hidden;
}

.head-form02 {
	float: left;
	width: 233px;
	text-align: right;
	font-weight: bold;
	color: #410155;
	margin-top: 11px;
	margin-right: 8px;
}

.input02 {
	float: left;
	width: 329px;
	text-align: left;
	margin-top: 8px;
}

.input-big {
	width: 200px;
	vertical-align: middle;
}

.textarea-big {
	width: 280px;
	height: 100px;
	overflow: hidden;
	resize: none;
}

.send {
	margin-left: 241px; 
	padding-top: 8px;
	clear: both;
}

.correct {
	width: 570px;
	text-align: center;
	font-weight: bold;
	color: #797979;
	margin-top: 25px;
}

.red {
	color: #Ff0000;
}

.button {
	margin-top: 3px;
}

.zero {
	margin: 0px;
}

.left {
	margin-left: 42px;
}

