html,body{
	height:100%;
	margin:0;
	padding:0;
}
body{
	background-color:#497edf;
	background-image:url('img/hp_bgr.jpg');
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	min-width:444px;
	min-height:550px;
	font-family: "Trebuchet MS" , Tahoma , Arial , sans-serif;
	font-size: 15px;font-weight: bold;
}
#vertical{
	float:left;
	height:50%;
	margin-top:-160px;/* half vertical height*/
	width:100%;
}
#container {
	width:444px;
	margin-left:auto;
	margin-right:auto;
	padding-left:60px;
	height:400px;
	border:0;
	text-align:left;
	clear:both;
}
#menu {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	/*width: 964px;*/
	width: 100%;
	height: 36px;
	background-image:url('img/menu_pruh.gif');
	background-repeat:repeat-x;
	background-position:center;
}
#menu .polozka {
	margin-left:4px;
	margin-right:8px;
	display: inline-block;
	line-height: 38px;
}

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

.neviditelny
{
	display:none;
}
