html {
	width: 100%;
	height: 100%;

	overflow: scroll;
	overflow-x: auto;
}

body {
	width: 100%;
	height: 100%;

	margin: 0px;
	padding: 0px;

	background-color: #313131;

	font-family: "Arial CE", "Arial", "Helvetica", sans-serif;
	font-size: 12px;

	text-align: center;

	color: #fff;
}

table {
    font-size: 10pt;
}

img {
	border: 0px;
}

div.frame {
	width: 940px;

	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 30px;

	text-align: left;
}

#sitemap {
	position: absolute;
	right: 0px;
	
	z-index: 1000;
}

#main {
	/*min-height: 391px;*/
	
	padding: 1px 0px 1px 0px;
	
	background-color: #000;
	background-image: url('../images/layout/main.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	
	color: #000;
}

#main div.frame {
	width: 970px;
	padding: 0px 0px 0px 0px;
}

#languages {
	float: left;
	
	width: 30px;
}

#container {
	float: left;
	position: relative;
	
	width: 940px;
}

#motive {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	
	width: 940px;
	
	background-color: #fff;
	background-repeat: no-repeat;
	
	overflow: hidden;
}

#motive.h391 {
	height: 391px;	
}

#motive.h223 {
	height: 223px;
	background-position: 0px -56px;
}

#motive div.shadow {
	z-index: 1;
	width: 282px;
	height: 391px;
	
	background-image: url("../images/layout/submenu_stin.png");
	background-position: 0px 158px;
	background-repeat: no-repeat;
}

#motive.bg_hotel-letni {
	background-image: url("../images/motivy/hotel-letni.jpg");	
}
#motive.bg_hotel-zimni {
	background-image: url("../images/motivy/hotel-zimni.jpg");	
}
#motive.bg_krajina-jarni {
	background-image: url("../images/motivy/krajina-jarni.jpg");	
}
#motive.bg_krajina-letni {
	background-image: url("../images/motivy/krajina-letni.jpg");	
}
#motive.bg_krajina-podzimni {
	background-image: url("../images/motivy/krajina-podzimni.jpg");	
}
#motive.bg_krajina-zimni {
	background-image: url("../images/motivy/krajina-zimni.jpg");	
}
#motive.bg_ubytovani {
	background-image: url("../images/motivy/ubytovani.jpg");	
}
#motive.bg_hala {
	background-image: url("../images/motivy/hala.jpg");	
}
#motive.bg_team {
	background-image: url("../images/motivy/team.jpg");	
}
#motive.bg_hriste {
	background-image: url("../images/motivy/hriste.jpg");	
}
#motive.bg_bunkery {
	background-image: url("../images/motivy/bunkery.jpg");	
}
#motive.bg_simulator {
	background-image: url("../images/motivy/simulator.jpg");	
}
#motive.bg_driving {
	background-image: url("../images/motivy/driving.jpg");	
}
#motive.bg_detska-akademie {
	background-image: url("../images/motivy/detska-akademie.jpg");	
}
#motive.bg_tabor {
	background-image: url("../images/motivy/tabor.jpg");	
}
#motive.bg_restaurace {
	background-image: url("../images/motivy/restaurace.jpg");	
}
#motive.bg_konference {
	background-image: url("../images/motivy/konference.jpg");	
}
#motive.bg_vip {
	background-image: url("../images/motivy/vip.jpg");	
}
#motive.bg_bazen {
	background-image: url("../images/motivy/bazen.jpg");	
}
#motive.bg_zenska3 {
	background-image: url("../images/motivy/zenska3.jpg");	
}

#submenu {
	position: relative;
	z-index: 10;
	top: 168px;
	margin-bottom: 168px;
}

#content {
	float: right;
	width: 667px;
}

#content.m223 {
	margin-top: 223px;	
}
#content.m391 {
	margin-top: 391px;	
}

#signature {
	min-height: 24px;
	padding: 16px 0px 16px 0px;	
}

/* SLOUPCE */

.column {
	float: left;
	
	/*min-height: 391px;*/
	overflow: hidden;
	
	/*background-color: #e3e3e3;*/
	/*background-repeat: no-repeat;*/
	background-image: url('../images/layout/w90.png');
	
}

.w8 .zuzeny {
	width: 349px;
}

/* marginy a paddingy */

.mt {
	margin-top: 1px;	
}
.mr {
	margin-right: 1px;	
}
.mb {
	margin-bottom: 1px;	
}
.mb10 {
	margin-bottom: 10px;	
}

.padding_all, .padding-all {
	padding: 20px;
}

.padding_lr, .padding-lr {
	padding-left: 20px;
	padding-right: 20px;
}

.padding_tb, .padding-tb {
	padding-top: 20px;
	padding-bottom: 20px;
}

.padding-t {
	padding-top: 20px;	
}
.padding-r {
	padding-right: 20px;	
}
.padding-b {
	padding-bottom: 20px;	
}
.padding-l {
	padding-left: 20px;	
}

.padding-l-e {
	padding-left: 24px;	
}

.padding-t8 {
	padding-top: 8px;	
}
.padding-b10 {
	padding-bottom: 10px;	
}

/* boredery */
.border-bottom-green {
	border-bottom: 1px solid #c7ea96;	
}

/* rozmery */
.w5 {
	width: 272px;
}
.w8 {
	width: 394px;
}
.w10 {
	width: 667px;
}
.w15 {
	width: 940px;
}

.w50 {
	width: 50px;
}
.w180 {
	width: 180px;
}

.w49p {
	width: 49%;	
}

.h0 {
	height: 391px;
}
.h1 {
	height: 55px;
}
.h2 {
	height: 111px;
}
.h3 {
	height: 167px;
}
.h4 {
	height: 223px;
}
.h5 {
	height: 279px;
}
.h6 {
	height: 335px;
}
.h7 {
	height: 391px;
}
.h8 {
	height: 447px;
}
.h9 {
	height: 503px;
}
.h10 {
	height: 559px;
}

.mh0 {
	min-height: 391px;	
}
.mh1 {
	min-height: 56px;	
}
.mh2 {
	min-height: 112px;	
}
.mh3 {
	min-height: 168px;	
}
.mh4 {
	min-height: 224px;	
}
.mh5 {
	min-height: 280px;	
}
.mh6 {
	min-height: 336px;	
}
.mh7 {
	min-height: 392px;	
}
.mh8 {
	min-height: 448px;	
}
.mh9 {
	min-height: 504px;	
}

/* pozadi */
.b_black {
	background-color: #000;	
	background-image: none;	
}

.b_whitegreen {
	/*background-color: #ebf4e5;*/	
	background-color: #fff;
	background-image: none;	
}

.b0 {
	background-position: 0px 0px;
}

.b5 {
	background-position: -273px 0px;
}

.b8 {
	background-position: -545px 0px;
}

.b10 {
	background-position: -668px 0px;
}
