@charset "utf-8";
/* CSS Document */
html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}
body {
	background-color: #000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	sc
}
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1200px;
	/* Set up proportionate scaling */
	width: 2600px;
	height: auto;
	/* Set up positioning */
	position: fixed;
	bottom: 0;
	left: 100%;
	margin-left: -2600px;
}
@media screen and (max-width: 2900px) { /* Specific to this particular image */
	img.bg {
		left: 100%;
		width: 3000px;
		height: auto;
		margin-left: -3000px;   /* 50% */
	}
}

@media screen and (max-width: 1920px) { /* Specific to this particular image */
	img.bg {
		left: 100%;
		width: 2000px;
		height: auto;
		margin-left: -2000px;   /* 50% */
	}
}

@media screen and (max-width: 1600px) { /* Specific to this particular image */
	img.bg {
		left: 100%;
		width: 1700px;
		height: auto;
		margin-left: -1700px;   /* 50% */
	}
}
@media screen and (max-width: 1200px) { /* Specific to this particular image */
	img.bg {
		left: 100%;
		width: 1300px;
		height: auto;
		margin-left: -1300px;   /* 50% */
	}
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
	img.bg {
		left: 100%;
		width: 1200px;
		height: auto;
		margin-left: -1200px;   /* 50% */
	}
}
#container {
	position:fixed;
	width: 950px;
	left:50%;
	margin-left: -475px;
	height: 100%;
	background-image: url(/images/screen.png);
	background-repeat: repeat;	
}
#english {
	width: 425px;
	left:50%;
	float:left;
	
	padding: 0 15px 0 15px;
}
#czech {
	width: 415px;
	left:50%;
	float:right;
	
	padding: 0 15px 0 15px;
}
#text {
	position:absolute;
	width: 910px;
	left:50%;
	top: 160px;
	z-index: 20;
	margin-left: -475px;
	padding: 0 20px 50px 20px;
	min-height:80%;
}
#container0 {
	position:fixed;
	width: 950px;
	left:50%;
	top:0;
	margin-left: -475px;
	height: 100%;
	background-image: url(/images/screen_grad.png);
	background-repeat: no-repeat;
}
#logo{
	position:absolute;
	width: 920px;
	left:50%;
	top:0px;
	margin-left: -475px;
	height: 75px;
	background-image: url(/images/screen.png);
	background-repeat: repeat;	
	border-bottom: 1px white solid;
	z-index:10;
	padding: 25px 0 0 30px;
}
#menu{
	position:absolute;
	width: 930px;
	left:50%;
	top:100px;
	margin-left: -475px;
	height: 75px;
	z-index:10;
	padding: 10px 0 0 30px;
}
#gradient{
	position:absolute;
	width: 930px;
	left:50%;
	top:100px;
	margin-left: -475px;
	height: 300px;
	z-index:9;
	background-image: url(/images/grad_left.png);
	background-repeat: no-repeat;
}
#menu ul {
	display: inline;
	list-style-position: outside;
	list-style-type: none;
	color:#CCC;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	margin-left:-35px;
}
#menu ul li {
	display: inline;
	padding: 0 40px 0 0;
}
#menu a {
	color:#CCC;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}
#menu a:hover {
	color:#C00;
}
strong {
	color:#FFF;
}
p, tr td, li, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #AAA;
	text-decoration: none;
}
a {
	text-decoration: underline;
}
p, li {
	line-height: 25px;
}
ul {
	margin-left: -25px;
}
h1 {
	font-size:24px;
	margin:0;
	color: #EEE;
	padding: 0;
}
h2 {
	font-size:20px;
	font-style: italic;
	margin:20px 0 0 0;
	color: #EEE;
	padding: 0;
}
h3 {
	font-size:18px;
	font-style: normal;
	font-weight: bold;
	padding-top: 20px;
	margin:0;
	color: #EEE;
}
table tr td {
	padding: 0 20px 0 20px;
}
#foot {
	clear: both;
	margin: 50px 0 0 0;
	color: #555;
	text-align:center;
	font-size:10px;
	border-top: #555 solid 1px;
	padding: 5px;
	position: absolute;
    bottom: 0px;
	width:900px;
}