/* basic layout structure */
#container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 613px;
	margin: 0 0 0 -307px;
}
#header {
	float: left;
	width: 613px;
	height: 292px;
}
#penzion {
	float: left;
	width: 613px;
	height: 78px;
}
#flag_left {
	float: left;
	width: 183px;
	height: 42px;
	background: url('../images/menu/bg_cover_flag_left.jpg') no-repeat;
}
#flags {
	float: left;
	width: 168px;
	height: 42px;
}
#flag_hu {
	float: left;
	width:42px;
	height: 42px;
}
#flag_de {
	float: left;
	width:42px;
	height: 42px;
}
#flag_en {
	float: left;
	width:42px;
	height: 42px;
}
#flag_sk {
	float: left;
	width:42px;
	height: 42px;
}
#flag_right {
	float: left;
	width: 262px;
	height: 42px;
	background: url('../images/menu/bg_cover_flag_right.jpg') no-repeat;
}
#main {
	clear: both;
	width: 613px;
	height: 94px;
	background: url('../images/layout/bg_cover_main.jpg') no-repeat;
}
#footer {
	clear: both;
	width: 613px;
	height: 210px;
	background: url('../images/layout/bg_cover_footer.jpg') no-repeat;
}
/* END basic layout structure */





/* basic html styles */
html {
	color: #623f04;
	font-family: tahoma, san-serif;
	font-size: 8pt;
}
body {
	background: #5d8a38 url('../images/layout/bg_pattern.jpg') repeat;
	color: #623f04;
}
a {
	color: #2c6802;
	text-decoration: underline;
}
a:hover {
	color: #ab0000;
	text-decoration: underline;
}
a:selected {}
a:visited {}
table {
	border-collapse: collapse;
}
th {
	padding: 2px 4px 1px 4px;
	border: 0px solid #7d571e;
	background: #7d571e;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 0.9em;
}
td {
	border: 1px solid #958f46;
	padding: 2px 4px 1px 4px;
	font-size: 0.9em;
}
td.numeric {
	text-align: right;
}
tr.header {
	border: 1px solid #958f46;
}
tr.odd {
	background: #d8cf83;
}
h1 {
	color: #1b4d02;
	font-size: 1.4em;
	margin: 1.8em 0 0 -19px;
	display: block;
	width: 565px;
	border-bottom: 1px solid #589332;
}
h2 {
	color: #1b4d02;
	font-size: 1.2em;
	margin: 1.8em 0 0 -19px;
	display: block;
	width: 565px;
	border-bottom: 1px solid #589332;
}
h3 {}
.heading {
	color: #1b4d02;
	font-style: italic;
	font-family: Times, serif;
	font-size: 1.3em;
	margin: 0.6em 0 2em -1.4em;
	border-left: 8px solid #c6bf74;
	padding: 0 2px 0 15px;
}
p {
	margin: 1em 0 1em 0;
}
img.left {
	border: 1px solid #7a752d;
	float: left;
	margin: 0 15px 5px 0;
}
img.right {
	border: 1px solid #7a752d;
	float: right;
	margin: 0 0 5px 15px;
}
/* END basic html styles */





/* forms */
/* END forms */





/* character styles */
/* END character styles */





/* paragraph styles */
/* END paragraph styles */





/* other */
/* END other */


