/* CSS Document */

.border {
	border-style: solid;
	border-width: 2px;
}

.border_right{
	border-left: solid #000000 2px;
	border-right: solid #000000 2px;
	padding: 2px 2px 2px 2px;
}

.border_menu {
	margin-top: 2px;
	margin-bottom: 4px;
}

.cottages {
	margin-top: 35px;
}

.menu {
	margin-top: 2px;
}

.top_menu {
	margin-right: 4px;
	margin-top: 0px;
}

.white_middle {
	border-bottom: solid #4E7C1F 1px;	
}

.white_bottom {
	border-top: solid #4E7C1F 1px;
}

.white_top {
	border-bottom: solid #4E7C1F 1px;
}

.white_right {
	border-left: solid #4E7C1F 1px;
	padding-top: 10px;
}

.white_bottom2 {
	border-top: solid #4E7C1F 1px;
}

.logo {
	margin-bottom: 4px;
}

.logos {
	vertical-align: center;
}

.pictures {
	cursor: pointer;
}

.image_big {
	border: solid #4E7C1F 3px;
}

A:link {
	text-decoration: none;
	color: #4F8D34;
}

A:visited {
	text-decoration: none;
	color: #325C27;
}

A:active {
	text-decoration: none
}

A:hover {
	text-decoration: none; 
	color: #9FD389;
}

img
{
border:0px
}
