body {
	margin: 6px 0px;
	padding: 0px;
	background: #83b4d2 url('../img/bg.gif');
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	height: auto;
	text-align: center;
}

img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

#main {
	margin: 0px auto;
	width: 850px;
	height: auto;
	text-align: left;
	background: #fff;
	border: 1px solid #678698;
	padding: 13px;
}

#main #header {
	width: auto;
	height: 47px;
	padding-top: 4px;
}

#main #header #headerimage {
	float: left;
}

#main #header #languages {
	float: right;
	font-size: 11px;
	padding-right: 4px;
}

#main #header #languages a {
	font-size: 11px;
	font-family: Arial;
	color: #484848;
	text-decoration: none;
	padding-left: 13px;
}

#main #header #languages a:hover {
	color: #000;
}

#main #images {
	padding-bottom: 13px;
	width: auto;
	height: 146px;
}

#main #menu {
	float: left;
	background: #f0f4f7;
	border: 1px solid #95a6b0;
	width: 177px;
	height: auto;
	padding: 16px 0px 16px 36px;
}

#main #menu ul {
	margin: 0px;
	padding: 0px;
}

#main #menu ul li {
	list-style-image: url('../img/li_nonactive.gif');
}

#main #menu ul li.active {
	list-style-image: url('../img/li_active.gif');
}

#main #menu ul li a {
	font-size: 12px;
	font-family: Arial;
	color: #333;
	text-decoration: none;
	line-height: 20px;
}

#main #menu ul li.active a {
	font-weight: bold;
}

#main #menu ul li a:hover {
	text-decoration: underline;
}

#main #menu ul.sub li {
	list-style-image: none;
	list-style-type: none;
}

#main #menu ul.sub li a {
	font-size: 11px;
	font-weight: normal;
}


#main #menu ul.sub li.active a {
	text-decoration: underline;
}

#main #text {
	float: right;
	width: 540px;
	height: auto;
	background: #fff url('../img/textbg.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	border: 1px solid #95a6b0;
	padding: 22px 40px 50px 40px;
	font-size: 11px;
	font-family: Arial;
	color: #5b5b5b;
	line-height: 20px;
}

#main #text a {
	font-size: 11px;
	font-family: Arial;
	color: #205d84;
	text-decoration: underline;
}

#main #text a:hover {
	color: #333;
}

#main #text input, #main #text textarea, #main #text select {
	width: 180px;
	font-size: 11px;
	font-family: Arial;
	color: #333;
}

#main #text input.submit {
	width: 100px;
	background: #ccc;
	border: 1px solid #666;
	margin-top: 6px;
}

#tromik {
	margin: 0px auto;
	width: 870px;
	height: 28px;
	line-height: 28px;
	text-align: right;
}

#tromik a {
	font-size: 11px;
	font-family: Arial;
	color: #323335;
	text-decoration: underline;
}

#tromik a:hover {
	color: #000;
}

.message {
	font-weight: bold;
	color: #205d84;
}

form tr {
	height: 24px;
}

span.required {
	color: #f64f15;
	font-size: 11px;
	font-weight: bold;
}

div.house {
	width: 150px;
	height: 147px;
	padding: 5px;
	border: 1px solid #95a6b0;
	cursor: pointer;
	background: #fff;
	text-align: center;
}

div.house:hover {
	background: #ccc;
}

div.house .img {
	height: 115px;
	overflow: hidden;
}

div.house .img img {
	width: 150px;
}

div.house .title {
	height: 32px;
	line-height: 16px;
	width: 150px;
	text-align: center;
	color: #333;
}

h1 {
	color: #333;
	font-size: 14px;
	font-family: Arial;
	padding: 0px;
	margin: 0px;
}

div.images img {
	padding: 5px;
	border: 1px solid #95a6b0;
}

#main #text input.button {
	background: #f5f5f5;
	border: 1px solid #979797;
	width: auto;
}
