* {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

body {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

#wrap {
	width: 676px;
	margin: 0 auto;
	margin-top: 180px;
}

#obsah {
	background-image: url(../img/obsah_bg.gif);
	background-repeat: repeat-y;
	width: 518px;
	margin: 0 auto;
	text-align: left;
	color: #616161;
}

.box {
	width: 198px;
	float: left;
	display: inline; /* ie6 double float margin bug */
	padding: 78px 0px 28px 48px;
}

.box#adresa {
	margin-left: 13px;
}

table.kontakty {
	font-size: 10px;
	color: #616161;
}

table.kontakty td {
	padding-right: 8px;
}

table.kontakty td a {
	text-decoration: none;
	color: #616161;
}

table.kontakty td a:hover {
	text-decoration: underline;
}

#paticka {
	background-image: url(../img/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 518px;
	margin: 0 auto;
	padding-top: 19px;
}

#paticka a {
	color: black;
	text-decoration: none;
}

#paticka a:hover {
	text-decoration: underline;
}
