

/* ___| CSS document |_____________________ */


body { 
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 90%;
	background: url("../img/canvas.jpg") repeat-x left top #3e3e3e;
	color: #7f7f7f;
	}
a img {
  	border: 0;
	}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	}
.none {
	display: none;
	}
.hidden {
	visibility: hidden;
	}
.clear {
	margin: 0;
	height: 0;
	float: left;
	clear: both;
	}


/* ___| container |_____________________ */


#container {
	margin: 0 auto 0 auto;
	width: 800px;
	height: 800px;
	}

	
/* ___| head |_____________________ */


#head {
	margin: 0;
	width: 800px;
	height: 564px;
	background: url("../img/bg.jpg") no-repeat left;
	border: 0px;
	float: left;
	clear: both;
	}
#head-upozorneni {
	margin: 0;
	width: 800px;
	height: 614px;
	background: url("../img/bg-upozorneni.jpg") no-repeat left;
	border: 0px;
	float: left;
	clear: both;
	}
h1 {
	margin: 5px;
	width: 300px;
	height: 132px;
	float: left;
	clear: right;
	}
h1 a {
	width: 153px;
	height: 132px;
	display: block;
	}
h1 span {
	display: none;
	}
	
/* ___| footer |_____________________ */	


#text {
	margin: 25px 40px 40px 70px;
	padding: 0;
	width: 420px;
	height: 360px;
	background: none;
	float: left;
	font-size: 0.6em;
	text-align: justify;
	color: #d6d6d6;
	}
	
#languages {
	margin: 0px 40px 0px 70px;
	padding: 5px 0 0 0;
	width: 420px;
	height: 20px;
	background: none;
	float: left;
	font-size: 0.6em;
	text-align: justify;
	color: #d6d6d6;
	}

#languages a
{
	background: 0 0 url("../img/flags-normal-bg.png") no-repeat;
	padding: 5px 7px 5px 7px;
}
#languages a:hover, #languages a.active
{
	background: 0 0 url("../img/flags-hover-bg.png") no-repeat;
}

#languages a img
{
	margin: 1px 0 0 0;
	_margin: 4px 10px 0 10px;
}


#rightbanners {
	margin: 10px 0 0 0;
	padding: 0;
	width: 200px;
	height: 360px;
	background: none;
	float: right;
	font-size: 0.6em;
	text-align: justify;
	color: #d6d6d6;
	}
#rightbanners img {
  border: 5px #2a2a2a solid;
  margin-bottom: 5px;
	}	
	
	
	
#text h2 {
	color: #e9009b;
	font-size: 1.2em;
	}
#text p a {
	color: #d6d6d6;
	text-align: right;
	text-decoration: underline;
	}
#text p a:hover {
	text-decoration: underline;
	color: #fff;
	}
#footer {
	margin: 50px;
	padding: 0;
	width: 582px;
	height: 20px;
	background: none;
	float: left;
	clear: both;
	color: #7f7f7f;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	top: -30px;
	text-align: center;
	}
#footer a {
	text-decoration: none;
	color: #c5c5c5;
	}
#footer a:hover {
	text-decoration: underline;
	color: #fff;
	}
/* ___| button vstoupit |_____________________ */	

h3 {
	clear: both;
	float: right;
  	margin: 0 0 10px 0;
	padding-left: 28px;
	width: 117px;
	height: 32px;
	padding: 13px 0 0 28px;
	vertical-align: middle;
	font-size: 160%;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	background: #d1028f url("../img/bg_title.png") no-repeat;
	}
h3 a {
	margin-top: 15px;
  	color: #ffd2f1;
	text-decoration: none;
	}
h3 a:hover {
	color: #fff;
	text-decoration: none;
	}