﻿body {
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #000000;
}

#container { 
height: 100%;
overflow: auto;
}

#mainbar {
	background-position: center top;
	overflow: visible;
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #FFFFFF;
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 20%;
	z-index: 1;
	background-image: url('../img/bg_ins.jpg');
	background-repeat: repeat;
}
#logo_hotelu {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 90%;
	text-align: center;
	max-width: 210px;
	background-repeat: repeat;
}
#navigation {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 95%;
}
nav a {
	font-size: 18px;
	
	text-decoration: none;
	color: #F2E0D9;
}

nav a.active {
	font-weight: bold;
}
nav {
	padding: 0px;
	margin: 0px auto 20px auto;
	background-position: center center;
	height: 27px;
	width: 73%;
	font-size: 12px;
	font-weight: normal;
	font-family: calibri;
	text-align: center;
	text-decoration: none;
	color: #F2E0D9;
}
#contact {
	text-align: center;
	font-family: calibri;
	height: auto;
	width: 100%;
}
h5 {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	text-align: center;
	font-family: calibri;
	font-size: 15px;
	color: #FFFFFF;
}
#logo {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 85%;
}
header {
	margin: 0px 0px 0px 20%;
	padding: 0px;
	border-width: 1px;
	border-color: #C0C0C0;
	color: #FFFFFF;
	font-family: calibri;
	text-align: center;
	border-bottom-style: solid;
	background-image: url('../img/braz_70.png');
	background-repeat: repeat;
}
h1{
	padding: 3px 40px 3px 40px;
	margin: 0px auto 0px auto;
	color: #70C76D;
	font-size: 16px;
	font-family: calibri;
	text-align: center;
	text-shadow: 2px 2px 1px #000000;
}
h3 {
	font-family: calibri;
	font-size: 12px;
	font-weight: normal;
	color: #F2E0D9;
	text-align: center;
}
a {
	color: #92D38F;
}
a:hover {
	color: #4DB84A;
}
#contact a {
		text-shadow: 1px 1px 1px #000000;
}

