/* hroncok.cz */

body {
	/*background: #000 url("nove.png") top center no-repeat;*/
	background: #000;
	color: #7c7c7c;
	font-family: "Trebuchet MS";
	/*padding-top: 212px;*/
}

#kontajner {
	margin: 0em auto;
}

a {
	color: #2e2e2e;
	text-decoration: none;
}

a:hover { color: #bcbcbc; }

#left a, #right a {
	font-size: 450%;
	line-height: 1.5em;
}

li {
	list-style: none;
	margin: 0px 0px 0px -40px;
}

#left li a { padding-right: 110px; }
#right li a { padding-left: 110px; }

li a {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

#left {
	text-align: right;
	float: left;
	width: 50%;
}

#right {
	text-align: left;
	float: right;
	width: 50%;
}

/*#headline { display: none; }*/
h1 {
	font-size: 450%;
	text-align: center;

}

/* obrazky */
#blog { background: url("blog.png") center left no-repeat; }
#twitter { background: url("twitter.png") center left no-repeat; }
#kontakt { background: url("kontakt.png") center left no-repeat; }

#portfolio { background: url("portfolio.png") center right no-repeat; }
#doporucuji { background: url("doporucuji.png") center right no-repeat; }

#footer {
	text-align: center;
	clear: both;
}