/* LAYOUT */

html, body, div {
	margin: 0px;
	padding: 0px;
	/* border: solid black 1px; */
}

#container-main {
	width: 780px;
	min-height: 70%;
	margin: auto;
	background: url('layout/middle.jpg') repeat-y;
}

#header {
	background: url('layout/top.jpg') no-repeat;
	width: 780px;
	height: 264px;
}

#container-content {
	width: 780px;
	height: auto;
	min-height: 260px;
	margin-top: -100px;
	margin-bottom: 70px;
}

#content {
	width: 480px;
	margin-left: 170px;
}

#footer {
	background: url('layout/bottom.jpg') no-repeat;
	width: 780px;
	height: 32px;
}

.breaker {
	clear: both;
	overflow: hidden;
}

/* MENUS */

.menu-li {
	list-style: none;
	float: left;
}

.top-link {
	text-decoration: none;
	color: #FFFFFF;
	font-style: normal;
	font-variant:small-caps;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 10px 0 10px;
}

.sub-link {
	text-decoration: none;
	color: #FFFFFF;
	font-style: normal;
	font-variant:small-caps;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 12px 0 0;
}

.bottom-link {
	text-decoration: none;
	color: #FFFFFF;
	font-style: normal;
	margin: 0 14px 0 14px;
}

.top-link:hover {
	color: #6c0000;
}

.bottom-link:hover {
	color: #6c0000;
}

#menu-top {
	position: relative;
	top: 110px;
	left: 120px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}

#submenu-1 {
margin: 0;
padding: 0;
	margin-top: 17px;
	margin-bottom: 32px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	height: 46px;
}

#sub-title {
	border: 0;
	margin-bottom: 16px;
	position: relative;
	left: -8px;
}

#menu-bottom {
	position: relative;
	top: 7px;
	left: 30px;
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
}

/* LEFT NAWIGATIN MENU LAYOUT */

#container-left-nav {
	position: relative;
	top: 120px;
	left: 10px;
	float: left;
	width: 134px;
	height: auto;
	background: url('layout/left-nav-middle.jpg') repeat-y;
}

#left-nav-top {
	width: 133px;
	height: 16px;
	background: url('layout/left-nav-top.jpg') no-repeat;
}

#left-nav-middle {
	width: 133px;
	height: auto;
	text-align: center;
}

#left-nav-bottom {
	width: 133px;
	height: 22px;
	background: url('layout/left-nav-bottom.jpg') no-repeat;
}

#left-nav-dots {
	width: 86px;
	height: 28px;
	border: none;
}

.left-nav-link {
	font-family: Times;
	font-size: 13px;
	font-variant: small-caps;
	color: #d20000;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}
.left-nav-link:hover {
	text-decoration: underline;
	background: 333;
}

/* SITE ELEMENTS */

.no-border {
	border: none;
}

.row-10 {
	width: 10%;
}

.row-20 {
	width: 20%;
}

.row-40 {
	width: 45%;
}

.fl-left {
	float: left;
}

.fl-right {
	float: right;
}

.mar-tb-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.mar-tb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.txt-jus {
	text-align: justify;
}

.min-h-100 {
	min-height: 100px;
}
.float-left {
	float: left;
	border: solid #554055 1px;
	margin: 5px 10px 5px 0;
}

.float-right {
	float: right;
	border: solid #554055 1px;
	margin: 15px 0px 5px 10px;
	
}

.hrz-rul {
	width: 100%;
	height: 15px;
	background: url('layout/one-dot.gif') repeat-x center;
	margin: auto;
}

.hr80 {
	color: #fff;
	height: 2px;
	border: 0;
	background-color: #fff;
	width: 95%;
}

.hr-grey {
	color: #fff;
	height: 1px;
	border: 0;
	background-color: #D8D8D8;
	width: 100%;
}

.hr-red {
	color: #fff;
	height: 1px;
	border: 0;
	background-color: #F20818;
	width: 100%;
}

.content-hd {
	color: #439FF2;
	font-family: arial, verdana, tahoma;
	font-size: 16px; 
	font-weight: normal;
	letter-spacing: 2px;
	word-spacing: 3px;
}

.content-txt {
	color: #554055;
	font-family: arial, verdana, tahoma;
	font-size: 12px;  
	font-weight: normal;
	line-height: 20px;
}

.addvert-hd {
	color: #439FF2;
	font-family: arial, verdana, tahoma;
	font-size: 24px; 
	font-weight: bold;
	letter-spacing: 2px;
	word-spacing: 3px;
	margin-top: 26px;
}

.addvert-txt {
	color: #554055;
	font-family: arial, verdana, tahoma;
	font-size: 15px;  
	font-weight: normal;
	line-height: 26px;
}

#szczenieta_add {
	width:480px;
	height:130px;
	background: url('images2/mamy-szczenieta.jpg') -5px -5px;
	margin-top: 32px;
	margin-bottom: 32px;
}

#addvert-box {
	width: 100%;
	margin-top: 17px;
	margin-bottom: 32px;
}

.message-hd {
	color: #d20000;
	font-family: arial, verdana, tahoma;
	font-size: 18px; 
	letter-spacing: 2px;
	font-weight: bold;
	text-align: center;
}

.message-txt {
	color: #332533;
	font-family: arial, verdana, tahoma;
	font-size: 12px;  
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}

.message-frame {
	width: 400px;
	margin: 15px auto 45px auto;
	padding: 10px 20px 10px 20px;
	background-color: #D3DBE4;
	border: solid 1px #554055;
}

.nagroda-1 {
	width: 100%;
	height: 100px;
	margin: 27px 0;
}

div.nagroda-1 p {
	color: #554055;
	font-family: arial, verdana, tahoma;
	font-size: 14px;  
	line-height: 18px;
}

.osiagi-1 {
	font-weight: bold;
	padding-top: 5px;
}

.odznaka {
	margin-right: 20px;
	float: left;
	border: 0;
}


.credits {
	color: #be2025;
	font-family: arial, verdana, tahoma;
	font-size: 9px;  
	font-weight: normal;
	width: 780px;
	margin: auto;
	margin-top: 10px;
	text-align: right;
	letter-spacing: 2px;
}

#rodowod-txt {
	color: #be2025;
	font-weight: bold;
}

.rodowod {
	border: solid #554055 1px;
	text-decoration: none;
}

#lara {
	width: 520px;
	height: 400px;
}

#iva_1 {
	width: 520px;
	height: 390px;
}

#iva_2 {
	width: 450px;
	height: 304px;
}

	
.kontakt-txt {
	color: #554055;
	font-family: arial, verdana, tahoma;
	font-size: 12px;  
	font-weight: normal;
	line-height: 18px;
	margin-left: 30px;
}

.kontakt-link {
	color: #d20000;
	text-decoration: none;
	font-weight: bold;
}

.kontakt-link:hover {
	color: #d20000;
	text-decoration: underline;
	font-weight: bold;
}
#kontakt-hd {
	font-weight: bold;
	font-size: 15px;  
}

#kontakt {
	width: 400px; 
	height: 220px;
	margin: auto;
	background: url('layout/kontakt.jpg') no-repeat;
	padding-top: 40px;
}


/* MIOT TABLE LAYOUT */

#container-miot {
	margin: auto;
	margin-top: 40px;
	width: 420px;
	text-align: center;
}

.in_text {
	border: solid #554055 1px;
}

/* GALLERY TABLE */


#container-gal {
	width: 480px;
	height: auto;
	position: relative;
	top: 50px;
	margin: auto;
	margin-bottom: 30px;
	padding: 10px;
	border: solid #222222;
	border-width: 1px;
	background-color: #d8efe3;
}

#gal-top {
	width: 480px;
	height: 20px;
}

.gal-top-cont {
	width: 160px;
	float: left;
}

#gal-bottom {
	width: 480px;
	height: auto;
	text-align: center;
}

.gal-txt {
	font-family: Arial;
	font-size: 12px;
	color: #554055;
	text-decoration: none;
	font-weight: bold;
	margin: 4px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
	padding-bottom: 4px;
}

#gal-end {
	color: #aaaaaa;
}

#gal-left-nav {
	width: 140px;
	text-align: center;
	position: relative;
	left: 10px;
	top: 0px;
	float: left;
	height: auto;
	padding-top: 120px;
}

.gal-mini {
	border: solid #554055 1px;
	margin: 3px;
}

/* gallery layout */

.thumbnail-cont {
	width: 33%;
	text-align: center;
	float: left;
}

.thumbnail-cont-1 {
	width: 25%;
	text-align: center;
	float: left;
}

.thumbnail-cont-2 {
	width: 50%;
	text-align: center;
	float: left;
}

.thumbnail-cont-3 {
	width: 66%;
	text-align: left;
	float: left;
}

.thumbnail-row {
	width: 100%;
	height: auto;
}

.thumbnail-row-2 {
	width: 100%;
	height: auto;
}

.drag-up {
	margin-top: -30px;
}

.a-gallery:hover {
	position: relative;
	top: -10px;
}

.pict-gallery {
	border: #ddd 2px solid;
	margin: 10px;
}