@import "menu1.css";
@import "text.css";
@import "formular.css";

body {
	background-image: url(../grafika/hlpozadi.png);
	background-repeat: repeat-x;
	margin: 0px;
	
}

#pack {
	position: relative;
	min-height: 600px;
	width: 1024px;
	margin: auto;
	margin-bottom: 0px;

}

#head {
	position: relative;
	height: 250px;
	background-image: url(../grafika/hlavicka.png);
	background-repeat: no-repeat;
	background-position: right;
}

#money {
	position: absolute;
	width: 335px;
	height: 324px;
	background-image: url(../grafika/prachy.png);
	background-repeat: no-repeat;
	z-index: 2;
}

#lsloupec {
	position: relative;
	width: 684px;
	float: left;
	min-height: 450px;
	padding: 80px 330px 20px 10px;
	background-image: url(../grafika/pozadiobsah.gif);
	background-repeat: repeat-y;
}


.fotol {
float: left;
margin-right: 40px;
}



#psloup {
	position: absolute;
	float: right;
	left: 709px;
	width: 305px;
	min-height: 400px;
	z-index: 5;
	padding: 10px;
	
}

#pata {
	position: relative;
	width: 100%;
	clear: both;
	height: 40px;
	background-color: #b2c800;
	padding: 5px;
	text-align: center;
	color: #404040;
}

#pata a {

	color: #404040;
}