/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

* a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	background-image: url(images/bg.gif);
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#container {
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-bottom: 20px;
}

#portfolio {
	display: block;
	margin-top: 212px;
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
	padding-top: 4px;
	padding-bottom: 4px;
}

#line {
	background-image: url(images/line.gif);
	display: block;
	height: 2px;
	width: 100%;
	margin-bottom: 20px;
}

#zoznam {
	display: block;
	width: 1108px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.logo {
	position: absolute;
	left: 342px;
	top: -176px;
	z-index: 100;
}

h1 {
	position: absolute;
	left: 342px;
	top: -176px;
	z-index: 1;
	font-size: 10px;
}

.mail {
	background-image: url(images/info@illusiondesign.sk.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 40px;
	width: 279px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.tel {
	margin-top: 15px;
	margin-bottom: 15px;
}

.mail:hover {
	background-position: top;
}

.p {
	float: left;
	background-image: url(images/pbg.jpg);
	background-repeat: no-repeat;
	padding: 9px;
	padding-bottom: 5px;
	background-position: top;
	text-align: center;
}

h2 {
	font-size: 16px;
	font-weight: normal;
}

.p:hover {
	color: #5298ce;
}

.pictures {
	display: block;
	margin-bottom: 10px;
}

.sh {
	display: block;
	margin-bottom: 10px;
}

hr {
	clear: both;
	width: 100%;
	height: -1px;
	display: block;
	visibility: hidden;
}

