
#content2 img{border:0px; float: left; padding: 5px 10px 10px 5px;z-index:1}
#content2 h3 {margin: 0; padding: 2px 0px 2px 0px;}
#content2 {
	position: absolute;
	width: 500px;
	min-height: 10px;
	border: 1px solid black;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px 2px #888;
	-webkit-box-shadow: 0px 0px 5px 2px #888;
	box-shadow: 0px 0px 5px 2px #888;
}
#content2 .header2 {
	text-align: center;
	background-color: black;
	color: white
}
#content2 .text2 {
	text-align: left;
	display: justify;
	padding: 5px;
}
#content2 .body2 {
	padding: 3px;
	text-align: left;
}
#content2 .footer2 {
	position: relatvie;
	background-color: black;
	color: white;
	text-align: right;
	padding: 2px 20px 2px 0px;
}
#content2 .footer2 a{
	color: white !important;
	text-decoration: none;
}
#content2 .footer2 a:hover{
	color: grey !important;
	text-decoration: none;
}
#content2 p {
	text-align: left;
	display: justify;
}
#content2 .clear{
	clear: both;
}

#odkaz_nadpis {
	color: white;
}

#odkaz_nadpis:hover {
	color: orange;
}