body {
	font-family: Trebuchet MS, "Geneva CE", lucida, sans-serif;
	font-size: 13px;
	color: #000;
	margin:0;
	padding:0;
	background: #fff;
	/*	nestandardne vlastnosti - mozete ich odkomentovat CSS bude funkcne ale nebude validne	*/

}
.pozadi{
	width: 1582px;
    height:1173px;
    text-align:left;
	margin:0;
	padding:0;
	background: #fff url('../image/bgi.jpg') no-repeat top;
    position: relative; top: 20px;
}

.nadpis{
	font-size: 90px;
    font-weight:bold;
	width: 800px;
    
	margin:5;
	padding:10;
	background: #f2f2f2;
    position: absolute; top: 20px; left:20px;
}

.sidlo{
	font-size: 20px;
    font-weight:normal;
	width: 600px;
	margin:5;
	padding:10;
	background: #f2f2f2;
    position: absolute; top: 170px; left:20px;
}

.predmet{
	font-size: 20px;
    font-weight:normal;
	width: 600px;
	margin:5;
	padding:10;
	background: #f2f2f2;
    position: absolute; top: 260px; left:20px;
}

.kontakt{
	font-size: 20px;
    font-weight:normal;
	width: 220px;
	margin:5;
    padding:10px;
	background: #f2f2f2;
    position: absolute; bottom: 350px; right: 20px;

}

.znacka{
	font-size: 20px;
    font-weight:normal;
	width: 600px;
	margin:0;
	padding:10;
	background: #f2f2f2;
    position: absolute; bottom: 20px; left:20px;
}
.tucne{
	font-weight:bold;
}
li{
	margin-top:5px;
}