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

body {
	background-color: #FFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
}
/* LINKS //////////////////////////////////////////////////////////////////////////////////////*/



a.link1:link {
	color: #b2ad9e;
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
}
a.link1:visited {
	color: #b2ad9e;
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
}
a.link1:hover {
	color: #b2ad9e;
	font-family: Verdana;
	text-decoration: underline;
	font-size: 14px;
}
a.link1:active {
	font-family: Verdana;
}
a.link2:link {
	color: #b2ad9e;
	text-decoration: none;
	font-family: Verdana;
}
a.link2:visited {
	color: #b2ad9e;
	text-decoration: none;
	font-family: Verdana;
}
a.link2:hover {
	color: #b2ad9e;
	font-family: Verdana;
	text-decoration: underline;
}
a.link2:active {
	font-family: Verdana;
}
a:focus {
	outline: none;
}
/* DIV'S //////////////////////////////////////////////////////////////////////////////////////*/



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.container {
	width: 980px;
	margin: auto;
}
.logo {
	width:980px;
	height:139px;
	text-align: center;
}
.intro {
	width:980px;
	height:367px;
	text-align: center;
	background-image: url(images/intro.jpg);
	background-repeat: no-repeat;
	color: #b2ad9e;
	margin-top: 40px;
}
.language {
	width:980px;
	text-align: center;
	color: #b2ad9e;
	padding-top: 30px;
	font-size: 11px;
}
.menu {
	width:980px;
	background-image: url(images/bg_menu.jpg);
	height: 90px;
	background-repeat: no-repeat;
	margin-top: 40px;
}
.menu_top {
	width:980px;
	height: 22px;
	text-align: center;
	padding-top: 25px;
}
.menu_bottom {
	width:980px;
	height: 18px;
	text-align: center;
	padding-top: 20px;
}
.content {
	width:980px;
	padding-top: 25px;
}
.content_left {
	width:448px;
	float: left;
	font-family: Verdana;
	color: #b2ad9e;
	text-align: justify;
	padding-right: 0px;
}
.content_left1 {
	width:440px;
	float: left;
	font-family: Verdana;
	color: #b2ad9e;
	text-align: justify;
	padding-right: 0px;
}
.content_left_wide {
	width:800px;
	float: left;
	font-family: Verdana;
	color: #b2ad9e;
	text-align: justify;
	padding-right: 0px;
}
.content_right {
	width:532px;
	float: left;
	vertical-align: middle;
}
.input_1 {
	width:330px;
	float: left;
	height: 26px;
	background-image: url(images/bg-input.jpg);
	background-repeat: no-repeat;
}
.input_2 {
	width:320px;
	height: 26px;
	background: transparent;
	border: 0;
	padding-top: 5px;
	padding-left: 5px;
	font-family: Verdana;
	font-size: 14px;
	color: #96907e;
	padding-right: 5px;
}
.input_3 {
	width:330px;
	float: left;
	height: 157px;
	background-image: url(images/bg-input-mare.jpg);
	background-repeat: no-repeat;
}
.input_4 {
	width:320px;
	height: 150px;
	background: transparent;
	border: 0;
	padding-top: 5px;
	padding-left: 5px;
	font-family: Verdana;
	font-size: 14px;
	color: #96907e;
	padding-right: 5px;
}
.bg-guestbook {
	width:532px;
	height: 447px;
	background-image: url(images/bg-guestbook.jpg);
}
#guestbook {
	float: right;
	width: 380px;
	height: 370px;
	margin: 40px 20px 0 0;
	border: 0;
	font-size: 12px;
	overflow: auto;
}
#guestbook a {
	text-decoration: none;
	color: #A8A19B;
}
.guestbookMsg {
	width: 98%;
	margin: 10px 0 5px 0;
	padding: 0;
	border: 0;
	text-align: left;
	font-family: verdana;
	color: #837B70;
	background-color: transparent;
}
.guestbookMsg span {
	color: #847A6C;
	font-size: 14px;
	font-weight: bold;
}
.guestbookPag {
	width: 99%;
	margin: 10px 10px 0 0;
	padding: 0;
	border: 0;
	text-align: right;
	color: #A8A19B;
}

