body {
	background-color: #4386c5;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95em;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}

#page {
	width: 780px;
	text-align: justify;
	margin: 0px auto;
	background-color: #FFF;
}

#page .top {
	background: url('/resources/design/top-border.jpg') repeat-x top left;
}

#page .left {
	background: url('/resources/design/left-border.jpg') repeat-y top left;
}

#page .right {
	background: url('/resources/design/right-border.jpg') repeat-y top right;
}

#page .bottom {
	background: url('/resources/design/bottom-border.jpg') repeat-x bottom left;
}

#page .top-left {
	background: url('/resources/design/top-left-corner.jpg') no-repeat top left;
}

#page .top-right {
	background: url('/resources/design/top-right-corner.jpg') no-repeat top right;
}

#page .bottom-left {
	background: url('/resources/design/bottom-left-corner.jpg') no-repeat bottom left;
}

#page .bottom-right {
	background: url('/resources/design/bottom-right-corner.jpg') no-repeat bottom right;
}

#main {

}

#main #menu {
	width: 255px;
	float: left;

	color: #FFF;

}

#main #menu A {
	color: #FFF;
	text-decoration: none;
}

#main #menu ul A {
	font-size: 1.05em;
	letter-spacing: 0.05em;
	font-weight: bold;
}

#main #menu ul A:hover, #main #menu ul A.active {
	color: #B3D3EF;
}



#main #menu ul {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}

#main #menu #menu-inner {
	padding: 150px 20px 100px 60px;
}

#main #menu address {
	font-style: normal;
	font-size: 0.9em;
	margin-top: 2em;
	padding-left: 10px;
}

#main #menu address a:hover {
	text-decoration: underline;
}

#main #content {
	width: 520px;
	margin-left: 255px;
	font-size: 0.9em;

}

#main #content-inner {
	padding: 60px 60px 60px 20px;
}

.clear {
	clear: both;
}

div.header {
	text-align: center;
}

/*h1.name {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 281px;
	height: 35px;
	overflow: hidden;
	text-align: left;
}

h1.name span {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 281px;
	height:35px;
	margin: 0px;
	padding: 0px;
	background: url("/resources/design/miroslav-vasko.gif") top left no-repeat;
}*/

#header h1 {
  font-size: 1.3em;
	text-align: center;
	
}

div.image {
	text-align: center;
}

div.image img {
	margin: 1em auto;
	text-align: left;
}

p {
	margin-top: 1em;
}

h2 {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}

.header h2 {
	font-size: 1em;
}

#content address {
	font-style: normal;
	padding: 1em;
	margin: 1em;
}

#content address A:hover {
	text-decoration: none;
}

fieldset {
	border: 0px;
	margin-top: 2em;
}

label {
	margin-top: 0.5em;
}

legend {
	font-size: 1.2em;
}

input.submit {
	margin-top: 0.5em;
	padding: 0.3em;
	background-color: #FFF;
	border: 1px solid #4386C5;
}

input, textarea {
	border: 1px solid #4386C5;
	margin-bottom: 0.5em;
}

fieldset em.note {
	text-align: right;
}

p.msg-ko {
	color: red;
	font-weight: bold;
}

p.msg-ok {
	color: green;
	font-weight: bold;
}

#homepage {
 width: 783px;
 height: 600px;
 background: url('../homepage-bg.jpg') no-repeat;
 margin: 0px auto;
 text-align: left;
 color: #FFF;

}

#homepage #content {
	padding-top: 150px;
	padding-right: 80px;
	padding-left: 40px;
}

#homepage ul {
	font-size: 1.4em;
	list-style-type: none;

}

#homepage ul li {
	margin-bottom: 0.4em;
	padding-left: 40px;
	background: url('../list.gif') no-repeat center left;
}

#homepage ul li#contact {
	display: block;
	position: relative;
  top: 140px;
	left: 350px;
	width: 300px;

}

#homepage A {
	text-decoration: underline;
	color: #FFF;
}

#homepage A:hover {
	text-decoration: none;
}

#homepage h1 {
	display: none;
}

#homepage #foto {
	width: 156px;
	height: 199px;
	background: url('../foto-2.jpg') no-repeat top left;
	float: right;
}

#homepage #content address {
	margin-left: 65px;
}

#homepage address {
	margin-top: 0px;
	padding-top: 0px;
}

/* items */
h2 {
	padding: 0px;
	margin-bottom: 0.5em;
	font-size: 1.25em;
}

div.items-outer {
	text-align: center;
}

div.item {
	border: 1px dashed #3399FF;
	margin: 1em auto;
	padding: 1em;
	width: 90%;
	text-align: justify;
}

div.item .image {
	text-align: center;
}

div.item .image img {
	margin: 0.7em auto;
	border: 0px;
}

div.item .image A {
 
}

div.item .image .border {
	border-bottom: 1px dashed #3399FF;
	padding: 1em;
}

.sold {
	color: black;
}

.booked {
  color: red;
}

.actual {
	color: green;
	font-weight: bold;
}

#footer {
	font-size: 0.8em;
	text-align: center;
	padding-top: 1.4em;
}

#footer A {
	text-decoration: none;
}

#footer A:hover {
	text-decoration: underline;
}
