body {
	background-color: #eef2f4;
}

ul {
	margin: 0;
	padding: 0 20px;
}

a img {
	border: none;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

#center {
	position: relative;
	margin: 5px auto;
	background-color: white;
	width: 950px;
	-moz-border-radius: 10px;
	text-align: left;
}

#logo-box {
	position: relative;
	text-align: left;
	width: 950px;
	height: 125px;
	margin: 0 auto;
	padding: 10px 0;
	background-color: transparent;
}

#logo {
	margin: 0 0 0 20px;
}

#kontakt {
	position: absolute;
	top: 25px;
	right: 0px;
	height: 80px;
	width: 360px;
	background-image: url('../images/kontakt.png');
	background-repeat: no-repeat;
	padding: 15px 0 0 20px;
}

#kontakt p {
	margin: 2px auto;
}

#menu {
	width: 100%;
	height: 30px;
	background-color: blue;
	background-image: url('../images/menu.png');
}

#menu ul {
	margin: 0 5px;
	padding: 0;
}

#menu ul li {
	display: inline;
	margin: 0 2px;
	padding: 0;
	list-style: none;
}

#menu ul li a {
	color: black;
	font-size: 20px;
	font-family: Arial;
}

#menu ul li a:hover {
	color: #313131;
	text-decoration: none;
}

#left {
	width: 650px;
	margin: 10px 0 10px 10px;
	padding: 0 10px;
	float: left;
	text-align: justify;
	border-right: 2px #999 solid;
}

#right {
	width: 250px;
	margin: 20px 0;
	padding-bottom: 10px;
	float: right;
}

.box {
	margin: 5px 0;
	padding: 5px 0;
	background-color: #eee;
	color: black;
	border: 1px #999 solid;
	border-radius: 5px;
}

#left .box {
	width: 650px;
}

#right .box {
	width: 230px;
}

.box p {
	margin: 0 5px;
}

#foot {
	clear: both;
	width: 910px;
	margin: 0 auto;
	text-align: center;
	height: 30px;
	color: #999;
	border-color: #999;
	border-top: 1px solid;
}

#foot p {
	margin: 5px auto;
	font-size: 8pt;
}
