@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
	background-image: url(photos/bg.jpg);
}
.oneColFixCtrHdr #container {
	width: 820px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(photos/container_bg.jpg);
	padding: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
}
.oneColFixCtrHdr #header {
	background-image: url(photos/head_bg_other.jpg);
	background-repeat: no-repeat;
	height: 240px;
	width: 820px;
	padding: 0px;
	margin: 0px;
}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	padding-top: 220px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	color: #CCC;
	text-align: center;
	margin: 0px;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}
a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #FFF;
	text-align: justify;
	margin: 0px;
	padding: 10px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #CCC;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 250px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding: 10px;
}

.oneColFixCtrHdr #footer {
	background-image: url(photos/footer_bg.jpg);
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#fordito{
	width: 200px;
	margin: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 580px;
	padding-top: 0px;
	height: 1px;
}#bemutatkozas1{
	margin: 0px;
	height: 335px;
	width: 360px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
}
#bemutatkozas2{
	margin: 5px;
	padding: 0px;
	float: left;
	height: 335px;
	width: 360px;
}
#kennel1{
	height: 297px;
	width: 523px;
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#kennel2{
	height: 262px;
	width: 704px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#kennel3{
	height: 262px;
	width: 704px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#kennel4{}
h3 {
	height: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
}

