body{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	margin: 0px;
	background-image: url(images/green-background.jpg);
	background-repeat: repeat-x;
}

.clear{
	clear: both;
	height: 0px;
}

a{
	color: #0033CC;
	text-decoration: none;
}

a:hover{
	color: #990000;
	text-decoration: none;
}

p{
	font-family: Verdana, Arial, Tahoma, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	color: black;
}

#house{
	width: 700px;
	position: relative;
	border: 0px solid black;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 500px;
}

#house .head{
	padding: 0px;
	border: 0px solid black;
	text-align: center;
	width: 700px;
	height: 250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
}

#house .menu{
	padding: 0px;
	border: 0px solid black;
	width: 692px;
	margin-left: 4px;
	text-align: left;
	height: 35px;
	background-color: #567903;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}

#house .menu a{
	margin: 0px auto;
	padding: 0px;
	border-right: 1px solid white;
	text-align: center;
	height: 28px;
	background-color: #567903;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
}

#house .menu a:hover {
	background-color: #789435;
	height: 28px;
	margin: 0px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#room{
	width: 700px;
	border: 0px solid black;
	position: relative;
	background-image: url(images/ram-center.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#room .content{
	border: 0px solid black;
	padding: 0px;
	margin-left: 0px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 1px;
}

#room .bottom{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 22px;
	width: 700px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 90%;
	text-align: left;
	background-image: url(images/ram-bottom.jpg);
	background-repeat: no-repeat;
}

.nadpis {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #567903;
}
.podnadpis {
	font-size: 18px;
	color: #990000;
	font-weight: bold;
	font-style: italic;
}
.maly-text {
	font-size: 80%;
	color: #999999;
}
#data {
	background-image: url(images/ram-top.jpg);
	background-repeat: no-repeat;
	width: 700px;
	margin: 0px;
	padding: 10px;
	text-align: left;
}

