@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background:url(images/pozadi.png) top repeat-x;
	background-color:#b7c292;
	font-family:Candara;
	font-size:14px;
	color: #878787;
}

.header {
	background:url(images/header.png) 5% no-repeat;
	margin: 0 auto;
	width: 920px;
	height: 94px;
}

a img{
	text-decoration: none;
	border-width: 0px;
}

.menu {
	background:url(images/menu.png) no-repeat;
	margin: 0 auto;
	width: 920px;
	height: 38px;
}

.menu_button {
	height: 22px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-left:40px;
	text-align: center;
	float:left;
	font-size: 18px;
}

.menu_button a {
	color: #FFFFFF;
	text-decoration: none;
}

.menu_button a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.jazyky {
	height: 22px;
	width: 130px;
	margin-top: 10px;
	margin-right:130px;
	float:right;
}

.jazyky img {
	margin-top: 5px;
	margin-left:20px;
	float:left;
}

.jazyky a img{
	text-decoration: none;
	border-width: 0px;
}

.content {
	background:url(images/content_foto.png) top left no-repeat;	
	margin: 0 auto;
	width: 920px;
	height: 548px;
}

.obrazek {
	width: 517px;
	height: 517px;
	position: relative;
	top: 15px;
	left: 22px;
	float: left;
}

.right_side {
	margin-top: 15px;	
	width: 360px;
	height: 515px;
	float: right;
	text-align: left;
}

.right_side p {
	text-indent: 20px;
	text-align: left;
	width: 260px;
	text-size: 12px;
	font-style:italic;
	margin-top: 5px;
}

h1 {
	color: #b7c292;
	font-size: 20px;
}

h2 {
	color: #b7c292;
	font-size: 20px;
}

.obrazek p {
	text-indent: 20px;
	text-align: left;
	text-size: 12px;
	font-style:italic;
	margin-top: 5px;
}

.obrazek li {
	list-style-image:url(images/rozsireni_li.png);
	margin-left: 30px;
}


.footer {
	margin: 0 auto;
	width: 920px;
	height: 30px;	
}

.footer p {
	color:#666666;
	font-size: 12px;
	margin-left: 20px;
	margin-top: 10px;	
}

.footer a {
	color:#666666;
	text-decoration: none;	
}

.footer a:hover {
	color:#666666;
	text-decoration: underline;	
}