body
{
	margin: 0;
	text-align: center;
	background-image:url('img/bgr_pruh.png');
	background-repeat:repeat-x;
	font-family: "Trebuchet MS" , Tahoma , Arial , sans-serif;
	font-size: 13px;
}

div#container
{
	margin-left: auto;
	margin-right: auto;
	width: 746px;
}

#hlavicka {
	background-image:url('img/pg_hlavicka.jpg');
	background-repeat:no-repeat;
	background-position:center;
	width: 746px;
	height: 379px;
	/*z-index:2;*/
}

#menu {
	margin-left:auto;
	margin-right:auto;
	left: 0;
	top: 230px;
	position: absolute;
	text-align:center;
	width: 100%;
	background-image:url('img/menu_pruh.gif');
	background-repeat:repeat-x;
	background-position:center;
	opacity:0.7;
	-moz-opacity:0.7;
}

#menu .polozka {
	display: inline;
	line-height: 40px;
	font-weight: bold;
}

#envelope {
	width: 100%;
	margin-top: -95px;
	margin-bottom: 20px;
	border: 1px solid #90aee3;
	text-align: left;
	overflow: hidden;
}

#envelope .transp {
	/*opacity:0.2;  
	filter:alpha(opacity=20);  
	-moz-opacity:0.2;  
	background-color: #003366;  
	width:746px;  
	height:70%;*/
	position:absolute;
}

#content {
	z-index: 0;
	position: relative;
	padding:30px 40px;
	color:#ffffff;
	background-image:url('img/transp_bgr.png');
}

#content p {

}

ul .seznam, .seznam li { 
	margin:0; 
	padding:0; 
	list-style-type:none; 
}

.seznam li { 
	background:url('img/list_arrow.png') 0 11px no-repeat; 
	padding: 6px 0 6px 12px; 
}
/*ul.seznam li {
	list-style-image: url('img/list_arrow.png');
	line-height: 30px;
}*/

h1 {
	font-family: "Georgia" , Georgia , Arial , sans-serif;
	font-weight: normal;
}

#menu a:link    {color: white; text-decoration: none; padding: 6px 9px 4px 9px;}
#menu a:visited {color: white; text-decoration: none; padding: 6px 9px 4px 9px;}
#menu a:active  {background-color: #497edf; color: black; text-decoration: none; padding: 6px 9px 4px 9px;}
#menu a:hover   {background-color: #497edf; color: black; text-decoration: none; padding: 6px 9px 4px 9px; border-bottom: 5px solid #ea0037;}

#menu .highlight {
	background-color: #497edf; 
	border-bottom: 5px solid #ea0037;
}

#content a:link    {color: #f5d427; }
#content a:visited {color: #f5d427; }
#content a:active  {color: #fff; text-decoration: none; }
#content a:hover   {color: #fff; text-decoration: none; }

.neviditelny {
	display:none;
}

.cleaner {
	clear: both;
}

.red {
	/*color: #ea0037;*/
	color: #f5d427;
}

.tucne {
	font-weight: bold;
}

.height5 {
	height: 5px;
}

.height10 {
	height: 10px;
}

.height15 {
	height: 15px;
}

.height20 {
	height: 20px;
}


.sl-levy {
	float:left;
	vertical-align: top;
	/*text-align: right;*/
	text-align: left;
	/*width: 100px;*/
	width: 180px;
	padding-left: 50px;
}

.sl-pravy {
	float:left;
	vertical-align: top;
	text-align: left;
	padding-left: 10px;
}
