
#top {
	 margin: 0;
	 padding: 0;
	 background-color: black !important;
	 width: 100%;
	 height: 114px;
	 }

#uzavr {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	}

#logo_left {
	background-image: url(../images/logo_left.jpg);
	background-repeat: no-repeat; 
	float: left; 
	height: 114px; 
	width: 173px;
	position: absolute;
	top: 0;
	left: 0
}
#logo_right {
	top: 0;
	background-image: url(../images/logo_right.jpg); 
	background-repeat: no-repeat; 
	float: left; 
	height: 114px; 
	width: 296px;
	position: absolute;
	top: 0;
	left: 173px
}

#poznamka {
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	left: 469px;
	margin: 0;
	padding: 0 10px 0 0;
	float: right;
	text-align: center;
	vertical-align: center;
	z-index: 5
	}

#contextHelp {
	border: white 2px solid;
	height: 103px;
	margin: 4px 0px 4px 3px;
	padding: 0;
	width: 100%;
}

#shadow_cross {
	position: absolute;
	width: 5px;
	top: 114px;
	left: 173px;
	background-image: url("../images/shadow_cross.gif");
	background-repeat: no-repeat;
	z-index: 2;
	}

#shadow02 {
	position: absolute;
	top: 114px;
	left: 0;
	background-image: url("../images/shadow02.gif");
	background-repeat: repeat-x;
	width: 100%;
	height: 5px;
	padding: 0px;
	margin: 0px;
	overflow: hidden
	}
