body {
	background-color: #fff;
	margin: 0px;
	text-align: center;
	font-family: calibri;
	font-size: 20px;
	letter-spacing: 0px;
	color: #00833a;
}

#hack {
	float: left;
	text-align: left;
	display: block;
	width: 1400px;
	background-image: url('bg.png');
}

#hlavni {
	padding : 0px;
	margin : auto;
	width: 1400px;

}

.o1  {
	background-image: url('o1.png');
	width: 1400px;
	height: 189px;
	background-repeat: no-repeat;
}

.o4  {
	width: 1400px;
	height: 231px;
	background-image: url('o4.png');
	background-repeat: no-repeat;
	float: left;
}

.padl4  {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}


.left   {
	float: left;
	width: 100px;
	line-height: 1
}


.right   {
	float: right;
	width: 1300px;
	line-height: 1
}


.padright  {
	padding-right: 100px;
	padding-left: 0px;
	padding-top: 0px;
	line-height: 30px;
}


}
A:link  
{color: black; font-weight: bold; text-decoration: none; }

A:visited  
{color: black; font-weight: bold; text-decoration: none; }

A:active  
{color: #15dc6d; font-weight: bold; text-decoration: none; }
A:hover  
{color: #15dc6d; font-weight: bold; text-decoration: none; cursor: Crosshair; }
}