
#vse {
 margin: 0 auto;
	width: 800px;
	height: 600px;
	text-align: left;
	background-image: url(obrazky/pozadi.jpg);
}

#obsah {
margin-left: 160px;
position:absolute;
	top:150px;
	width:632px;
}
#ruzek {
	width: 178px;
	height: 140px;	
}
a.tlacitko {
	width: 120px;
	height: 36px;
	display: block;
	margin-left: 13px;
	margin-bottom: 3px;
	text-align: center;
	font-weight : bold;
	font-family: Poor Richard, Ravie,ReBucket;
	text-decoration: none;
	color: #392210;
	padding-top: 10px;
	background-repeat: no-repeat;
	font-size: small;
	background-image: url(obrazky/tlacitko.jpg);
}
a.tlacitko:hover{	
	background-image: url(obrazky/tlacitko1.jpg);
}


p {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	padding-left: 30px;
	padding-right: 30px;
}
h1 {
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: center;
	margin-bottom: 30px;
}

h2	{
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	padding-left: 30px;
	padding-right: 30px;
	}

#levy {
position:absolute;
	top:140px;
	width: 177px;	
}
	
body {
	background: #FFFFD2;
	text-align: center;
	margin: auto;
	background-image: url(obrazky/pruhPozadi.JPG);
	background-repeat: repeat-y;
	background-position: center;
}



