html {
	width: 100%;
	height: 100%;

	overflow: scroll;
	overflow-x: auto;
}

body {
	width: 100%;
	height: 100%;

	margin: 0px;
	padding: 0px;

	background-color: #000;

	font-family: "Arial CE", "Arial", "Helvetica", sans-serif;
	font-size: 12px;

	text-align: center;

	color: #000;
}

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 {
	height: 391px;
	
	padding: 1px 0px 1px 0px;
	
	background-image: url('../images/layout/main.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

#main div.frame {
	width: 970px;
	padding: 0px 0px 0px 0px;
}

#languages {
	float: left;
	
	width: 30px;
}

#content {
	float: left;
	
	width: 940px;
}

#signature {
	padding: 16px 0px 16px 0px;	
}

/* SLOUPCE */

.column {
	float: left;
	
	height: 391px;
	
	overflow: hidden;
	
	background-color: #e3e3e3;
	background-image: url('../images/layout/content.jpg');
	background-repeat: no-repeat;
}

.cm {
	margin-right: 1px;	
}

.padding_lr {
	padding-left: 20px;
	padding-right: 20px;
}

.padding_tb {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* rozmery */
.w5 {
	width: 272px;
}

.w8 {
	width: 394px;
}

.w10 {
	width: 667px;
}

.w15 {
	width: 940px;
}

/* pozadi */
.b_black {
	background-color: #000;	
	background-image: none;	
}

.b0 {
	background-position: 0px 0px;
}

.b5 {
	background-position: -273px 0px;
}

.b8 {
	background-position: -545px 0px;
}

.b10 {
	background-position: -668px 0px;
}


