@charset "utf-8";
/* CSS Document */
body {
	margin: 0px 0px 0px 0px;
	color: #212121;
	font-family: Arial;
	font-size: 10px;
	text-align: center;
	}
p {
	margin: 0px 0px 2px 0px;
	}
img {
	border: 0px;
}
.background {
	background-position: top center;
	min-width: 900px;  
	width: expression(document.body.clientWidth < 900? "900px": "100%" );
}
.center {
	margin: 0px auto;
	width: 900px;
	text-align: left;
}

#top {
	height: 249px;
	background-image: url(../images/background/top_bg.png);
}
#waves {
	height: 118px;
	background-image: url(../images/background/waves_bg.png);
}
#content {
	height: 835px;
	background-image: url(../images/background/bottom_bg.jpg);
}

#top_text {
	width: 365px;
	float: right;
	padding-top: 50px;
}
	#top_mobile {
		padding-bottom: 70px;
		padding-left: 100px;
		color: #000;
		}
		#top_mobile span {
			font-weight: bold;
			font-size: 16px;
			color: #000 !important;
		}
	#top_text span {
		padding-right: 4px;
		color: #AEAEAE;
		}
	.clear {
		text-align: center;
		width: 100%;
		}
	.h1 {
		font-size: 18px;
		font-weight: bold;
		color: #000000 !important;
		}
	.h1b {
		font-size: 16px;
		font-weight: bold;
		color: #000000 !important;
		}
	.h2 {
		color: #434343 !important;
		font-size: 14px;
		}
	.h3 {
		color: #888888 !important;
		font-size: 12px;
		}
#obsah {
	clear: both;
	padding-left: 100px;
}


.sloupec {
	width: 120px;
	height: 500px;
	float: left;
}
.logos {
	position: relative;
	left: 100px;
}
	.head {
		width: 100px;
		height: 160px;
		text-align: right;
	}
		.head-text {
			height: 22px;
			font-size: 14px;
			color: #FFF;
			font-weight: bold;
		}
		.head-text span {
			display: block;
			font-size: 18px;
		}
	.cell {
		width: 120px;
		height: 120px;
	}
	
	.box, .item_text {
			color:#FFF;
			text-decoration: none;
		}
#foot {
	clear: both;
	float:right;
	text-align: right;
	color:#FFF;
	padding-top: 250px;
	padding-right: 140px;
	font-size: 11px;
}
	.email {
		display: inline-block;
		width: 95px;
		height: 10px;
		background-image: url(../images/email.png);
		position: relative;
		top: 2px;
	}
	.email:hover {
		background-position: bottom;
		}
