html, p, img, table, tr, th, td, h1, h2, h3, h4, h5 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #70A070;
	font-size: 14px;
	line-height: 220%;
}

body {
	background: #0F290C url('http://foto.top365.cz/pozadi.jpg') no-repeat;
	background-position: center top;
	width: 800px;
	margin: 0px auto;
}

#strankahlavni {
	margin: 260px 0px 0px 0px;
}

h1 {
	font-size: 24px;
	padding: 2px 0px;
	border-top: solid 2px #50AC46;
}

h2 {
	font-size: 16px;
	color: #FFFFFF;
	padding: 2px 0px;
	border-top: solid 2px #70A070;
}

img {
	border: none;
	vertical-align: top;
	}

a {
	color: #70a070;
	text-decoration: none;
	transition: color 0.8s;
	-moz-transition:color 0.8s; /* Firefox 4 */
	-webkit-transition:color 0.8s; /* Safari and Chrome */
	-o-transition:color 0.8s; /* Opera */
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
} 

.odhlasit {
	position: relative; 
	top: -40px;
	text-align: right;
	height: 0px;
}
 
.password {
	height: 30px;
	border: 2px solid #444444;
	border-radius: 8px;
	width: 200px;
	padding: 0px 15px;
	background-color: #70A070;
	margin: 10px 0px;
}


.submit {
	height: 30px;
	border-radius: 8px;
	border: 2px solid #444444;
	padding: 0px 18px;
	cursor: pointer;
	color: #0F290C;
	display: inline-block;
}

.nazev {
	width: 260px;
	float: left;
	font-size: 1.2em 
}

.foto {
	float: left;
	padding: 20px; 
}

.foto img {
	border: solid 1px #70A070
}

.foto img:hover{
	border: solid 1px #FFFFFF
}
