/* fav.hroncok.cz */

body {
	background: #444;
	color: #000;
	font-family: "Trebuchet MS";
}

#kontajner {
	margin: 0em auto;
}

a {
	color: #2e2e2e;
	text-decoration: none;
}

a:hover { color: #aaa; }

#left a, #right a {
	font-size: 350%;
	line-height: 1.5em;
}

li {
	list-style: none;
	margin: 0px 0px 0px -40px;
}

#left li a { padding-right: 80px; }
#right li a { padding-left: 80px; }

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: 350%;
	text-align: center;
	color: #bcbcbc;

}

/* obrazky */
#machinarium { background: url("machinarium.png") center right no-repeat; }
#neverhood { background: url("neverhood.png") center left no-repeat; }
#hootsuite { background: url("hootsuite.png") center right no-repeat; }
#xfce { background: url("xfce.png") center left no-repeat; }
#linuxexpres { background: url("linuxexpres.png") center left no-repeat; }
#etomite{ background: url("etomite.png") center right no-repeat; }

#footer {
	text-align: center;
	clear: both;
}