/*Kaskádové styly*/

body
{
	background-color: #D8F4F5;
	margin: 0px;
	text-align: center;
	font-family: serif;
	font-size: 12px;
}

#hlavni
{
	padding: 0px;
	margin: auto;
	width: 600px;
}

#hack
{
	float: left;
	display: block;
	width: 600px;
	background-image: url('img/hack.jpg');
}

.menu
{
	background-image: url(img/menu.jpg);
	background-repeat: no-repeat;
	width: 217px;
	float: left;
}

.padmenu
{
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
}

.nadpis
{
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: 2px solid #9D9C9C;
}

.odkaz a:link, .odkaz a:active, .odkaz a:visited
{
	text-decoration: none;
	display: block;
}

.odkaz a:hover
{
	text-align: right;
	border-bottom: 1px dotted #9D9C9C;
}

.text
{
	background-image: url(img/text.jpg);
	background-repeat: no-repeat;
	text-align: justify;
	width: 383px;
	float: right;
}

.padtext
{
	padding-right: 42px;
	padding-top: 330px;

}

.credits
{
	background-image: url('img/credits.jpg');
	width: 600px;
	height: 69px;
	float: right;
}

.padcredits
{
	padding-top: 26px;
}

/*Odkazy*/

a:link,a:visited
{
	color: #4780B1;
	cursor: Crosshair;
	font-weight: bold;
}

a:hover,a:active
{
	color: #656565;
}

/*Konec*/