/* Definice stylu pro zobrazovani prvku na strance */

html, body {
	font-family : Arial, Helvetica, sans-serif;	font-size : 0px;
	padding : 0px; margin : 0px;
	background-color: #E2D3B5;
}
table {
	text-align : center;
}
img, div, span, table, tr, td, hr, br, p, form, ul, li, h1 {
	padding : 0px; margin: 0px;
}
a {
	color : #666666;
	font-size : 12px; font-weight : bold; text-decoration: none;
}
a:hover {
	color : #000000;
	text-decoration : underline;
}
abbr {
	cursor : help;
}
h1 {
	font-size : 12px; font-weight : bold;
	float : left;
}

/* Definice stylu pro rozlozeni zakladni struktury stranky */

#ubytovani-muller { 
	width : 770px; height : 410px; 
	margin : auto; 
	margin-top : 10px;
}
#i-frm1 {
	width : 375px; height : 140px;
	padding : 65px 10px 0 0;
	text-align : right; font-size : 12px;
	background : url("../_img/frm1.jpg") no-repeat;
	float : left;
}
#i-frm2 {
	width : 360px; height : 185px;
	padding : 10px 10px 10px 15px;
	text-align : left; font-size : 12px;
	background : url("../_img/frm2.jpg") no-repeat;
	float : left;
}
#i-frm3 {
	width : 360px; height : 180px;
	padding : 15px 15px 10px 10px ;
	text-align : right; font-size : 12px;
	background : url("../_img/frm3.jpg") no-repeat;
	clear : left; float : left;
}
#i-frm4 {
	width : 370px; height : 155px;
	padding : 50px 0 0 15px;	
	text-align : left; font-size : 12px;
	background : url("../_img/frm4.jpg") no-repeat;
	float : left;
}

/* Definice stylu pro obrazky */

.button {
	width : 12px; height : 9px;
	padding-top : 3px;
}
.active {
	border : 1px solid #666666;
	cursor : pointer;
}