@font-face {
	font-family: 'Segoe';
	src: url('fonts/SegoeUI.eot'),
	url('fonts/SegoeUI.ttf') format('truetype');
}

@font-face {
	font-family: 'SegoeL';
	src: url('fonts/SegoeL.ttf') format('truetype');
}

body {
	margin: 0px;
	background-color: #ece8e5;
	background-image: url('img/topbg.png');
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Lucida Sans, Helvetica;
	font-size: 11px;
}

.container {
	width: 980px;
	margin: 0px auto;
}

#header {
	height: 128px;
	background-image: url('img/headerbg.png');
	background-repeat: repeat-x;
}

#header .container {
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
}

#header .right {
	float: right;
}

#menu {
	margin-top: 15px;
	margin-bottom: 20px;
	height: 41px;
	background-image: url('img/menubg.png');
	background-repeat: repeat-x;
}

#menu .container {
	padding: 12px 10px 0px 10px;
}

#menu .container a {
	padding: 12px 11px 0px 11px;
}

#menu .container a:hover {
	background-color: #f6f6f6;
}

#main {
	
}

#main .container {
	
}

#main .container .left {
	width: 660px;
	float: left;
}

#main .container .left .logo {
	float: left;
	border: 3px solid #cccccc;
	margin-right: 10px;
	width: 100px;
}

#main .container .right {
	float: right;
	width: 300px;
}

.box {
	border: 1px solid #d9d8d6;
	background-color: #f8f7f5;
	margin-top: 20px;
}

.box .header {
	height: 43px;
	background-image: url('img/boxheaderbg.png');
	background-repeat: repeat-x;
}

.box .header h1 {
	padding-top: 5px;
	padding-left: 10px;
	font-family: Segoe UI, Segoe, Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
}

.content {
	padding: 10px;
}

.content p, .more p {
	font-family: Verdana, Lucida Sans, Helvetica;
	font-size: 12px;
	color: #666666;
	line-height: 140%;
	text-align: left;
	
}

.left .box img {
	border: 3px solid #cccccc;
}

.left .box .noborder {
	border: 0px;
}

.box .more {
	background-color: #fafafa;
	border-top: 1px solid #e2e1dd;
	padding: 20px;
	text-align: right;
}

.box .more a {
	padding: 8px;
	border: 1px solid #dfdedc;
	background-image: url('img/morebg.png');
	color: #000000;
	font-family: Tahoma, Lucida Grande, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.box .apicon {
	float: left;
	margin-right: 10px;
}

.box .book {
	margin: 0px;
	font-family: Segoe UI, Segoe, Tahoma, Lucida Grande, Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	color: #2e81b7;
	font-family: Segoe Light, SegoeL, Verdana, Lucida Sans, Helvetica;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 16px;
	font-weight: normal;
}

h3 {
	color: #555555;
	font-family: Arial, Lucida Grande, Helvetica;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h4 {
	color: #000000;
	font-family: Segoe UI, Segoe, Verdana, Lucida Sans, Helvetica;
	font-size: 16px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 3px;
}

.tdright {
	text-align: right;
}

.box .info {
	font-family: Arial, Lucida Grande, Helvetica;
	font-size: 12px;
	color: #555555;
	margin: 0px;
}

#contact {
	margin-top: 20px;
	height: 270px;
	background-image: url('img/contactbg.png');
	background-repeat: repeat-x;
}

#contact form {
	padding: 15px;
}

#contact form p {
	font-size: 14px;
	color: #555555;
}

#contact form table td {
	padding: 0px 10px 0px 5px;
}

.prices {
	width: 100%;
	font-family: DejaVu Sans Mono, Courier;
	margin-top: 6px;
	margin-bottom: 6px;
}

.book {
	width: 100%;
	font-family: DejaVu Sans Mono, Courier;
	margin-top: 6px;
	margin-bottom: 6px;
	border-collapse: collapse;
}

.book td, .book th {
	border: 1px solid #cccccc;
	padding: 3px;
}

.free {
	background-color: #ffffff;
}

.elo {
	background-color: #ff9999;
}

.foglalt {
	background-color: #cc3300;
}

.headertd {
	background-color: #eeeeee;
	text-align: center;
}

.prices td {
	border-bottom: 1px solid #cccccc;
	padding: 3px;
}

input[type='text'] {
	border: 1px solid #cccccc;
	padding: 3px;
	height: 22px;
	width: 350px;
	background-image: url('img/inputbg.png');
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
}

input[type='submit'], input[type='button'] {
	background: #555555;
	border: 1px solid #555555;
	padding: 8px;
	color: #ffffff;
	font-family: Tahoma, Lucida Grande, Helvetica;
	font-size: 12px;
	font-weight: bold;
}

textarea {
	border: 1px solid #cccccc;
	padding: 3px;
	height: 110px;
	width: 430px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
}

#bottom {
	height: 40px;
	background-image: url('img/bottombg.png');
	background-repeat: repeat-x;
}

#bottom .container {
	padding: 12px 10px 0px 10px;
	font-family: Segoe UI, Segoe, Tahoma, Helvetica;
	color: #ffffff;
	text-shadow: 0px 1px 0px #555555;
}

#bottom .bottommenu {
	float: right;
}

#bottom .bottommenu a {
	color: #ffffff;
	padding: 0px 5px 0px 5px;
}

a {
	color: #2e81b7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.red {
	color: #990000;
}

.div {
	height: 2px;
	background-image: url('img/div.png');
	background-repeat: repeat-x;
	margin: 10px -10px 10px -10px;
	clear: both;
}

.cl {
	clear: both;
}
