@charset "utf-8";
/* CSS Document */

html
{
}

img
{
	border: none;
}

body
{
	background-color: #ffffff;
}

div#page
{
	margin: auto;
	text-align: center;
}

div#strana
{
	margin: auto;
	text-align: center;
	height: auto;
	width: 850px;
	position: relative;
	top: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

div#header
{
	position: relative;
	top: 0px;
	width: 850px;
	height: 257px;
	background-image:url(image/header.png);
	background-repeat: no-repeat;
}

div.menu
{
	position: relative;
	width: 844px;
	height: 25px;
	top: 227px;
	z-index: 9;
	text-align: center;
	left: 4px;
}

div.menu a
{
	position: relative;
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	top: 3px;
	z-index: 10;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

div.menu a:hover
{
	text-decoration: underline;
}

div.menu div.oddel
{
	position: relative;
	float: left;	
	height: 25px;
	background-image:url(image/oddel.png);
	background-repeat:no-repeat;
	background-position: top right;
	text-align: center;
}

div.menu div.oddel2
{
	position: relative;
	float: left;	
	height: 25px;
	text-align: center;
}

div#telo
{
	position: relative;
	width: 850px;
	float: left;
}

div#left
{
	position: relative;
	float: left;
	width: 199px;
	background-image:url(image/left.png);
	background-repeat:repeat-y;
}

div#left div.nadpis
{
	position: relative;
	float: left;
	background-image:url(image/l-name.png);
	background-repeat:repeat-y;
	width: 199px;
	height: 46px;
}

div#left div.nadpis h2
{
	position: relative;
	top: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

div#left div.text
{
	position: relative;
	top: 6px;
	width: 170px;
	left: 15px;
	font-size: 13px;
	color: #000000;
	text-align: left;
} 

div#left div#flash
{
	height: 360px;
} 

div#left div#flash div#f1
{
	position: relative;
	top: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration:underline;
} 

div#left div#flash div#f2 a
{
	position: relative;
	top: -10px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
} 

div#left div#flash div#f2 a:hover
{
	text-decoration:underline;
} 

div#right
{
	position: relative;
	float: left;
	left: 11px;
	width:640px;
	text-align: left;
	padding-bottom: 50px;
}

div#right div#text
{
	position: relative;
	width:620px;
	float: left;	
	left: 10px;
}

div#right div#text h1
{
	position: relative;
	top: 5px;
	color: #516b2f;
	font-size: 18px;
}

div#right div#text div.text
{
	font-size: 13px;
}

div#right div#top-3
{
	position: relative;
	float: left;
	top: 30px;
}

div#right div#top-3 h2
{
	position: relative;
	top: 5px;
	left: 10px;
	color: #6e9529;
	font-size: 15px;
	width:620px;
	float: left;	
}

div#right div#top-3 div.polozka
{
	position: relative;
	top: 0px;
	width: 213px;
	height: 306px;
	float: left;
	background-image:url(image/polozka.png);
	background-repeat:no-repeat;
}

div.polozka h3
{
	position: relative;
	top: 10px;
	left: 10px;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	width:180px;
	float: left;
}

div.polozka div.image
{
	position: relative;
	top: 22px;
	text-align: center;
	width:203px;
	float: left;
	height: 173px;
}

div.polozka div.text
{
	position: relative;
	float: left;
	width: 183px;
	left: 10px;
	top: 10px;
	font-size: 13px;
	color: #ffffff;
	text-decoration:none;
}

div.polozka div.info
{
	position: absolute;
	float: left;
	width: 77px;
	height: 18px;
	left: 120px;
	top: 280px;
}

div.footer
{
	position: relative;
	top: 0px;
	width: 850px;
	height: 25px;
	float: left;
	background-image:url(image/footer.png);
}

div.l
{
	position: relative;
	top: -4px;
	left: 20px;
	float: left;
	width: 300px;
	font-size: 10px;
	color: #ffffff;
	text-align: left;
}

a
{
	color: #ffffff;
	font-weight: bold;
}

div.r
{
	position: relative;
	top: -4px;
	float: left;
	width: 530px;
	font-size: 10px;
	color: #ffffff;
	text-align: right;
	font-weight: bold;
}

div.text a, div.text a:hover
{
	color: #000000;
}	
