A:active {color:#233200; text-decoration:underline;} 
A:link {color:#233200; text-decoration:underline;} 
A:visited {color:#233200; text-decoration:underline;} 
A:hover {color:#233200; text-decoration:none;}

BODY {
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#f2f2ea;
	text-align:center;
	margin:0;
	font-family:verdana;
	font-size:11px;
	color:#233200;
	font-style:normal;
}

#menu_boki_white {
	width:100%;
	height:1px;
	background-color:#ffffff;
}

#menu_boki {
	width:50%;
	height:24px;
	background-color:#d7ddbb;
}

#menu_center {
	height:24px;
	background-color:#d7ddbb;
}

img.menu {
	margin-left:15px;
	margin-right:15px;
}

#bottom_top {
	width:100%;
	height:4px;
	background-color:#6d794e;
}

#bottom_boki {
	width:50%;
	height:57px;
	background-color:#3e4f17;
}

#copyright {
	width:580px;
	font-family: Verdana, Arial, Tahoma;
	font-size:10px;
	color:#FFFFFF;
	text-align:left;
	line-height:12px;
	padding-left:20px;
}

#copyright A:active {text-decoration:none; color:#fa0091;} 
#copyright A:link {text-decoration:none; color:#fa0091;} 
#copyright A:visited {text-decoration:none; color:#fa0091;} 
#copyright A:hover {text-decoration:underline; color:#fa0091;}

#bottom_center {
	height:57px;
	background-color:#3e4f17;
	
}

#profile_name {
	font-family: Times New Roman;
	font-size:35px;
	font-weight:bold;
	color:#566a23;
	margin-top:30px;
	font-style:italic;
}

#profile_data {
	width: 600px;
	font-family:Times New Roman;
	font-size:12px;
	border: 1px solid #b6baa3;
	margin-top:10px;
	background-color: #e4e6d8;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	font-style:normal;
}

#profile_data_td {
	width:300px;
	font-style:normal;
}

#titles {
	font-family: Times New Roman;
	font-size:20px;
	line-height:20px;
	margin-bottom:30px;
	margin-top:10px;
	font-style:normal;
}

.rodowod {
	font-family:Verdana, Arial;
	font-size:11px;
	border-collapse: collapse;
	width:750px;
	margin-bottom:20px;
}

.rodowod-td {
	vertical-align: middle; 
	text-align: center;
	border: solid 1px #b6baa3;
	padding:3px;
	padding-top:5px;
	padding-bottom:5px;
}

.rodowod-td A:active {text-decoration:underline; color:#233200;} 
.rodowod-td A:link {text-decoration:underline; color:#233200;} 
.rodowod-td A:visited {text-decoration:underline; color:#233200;} 
.rodowod-td A:hover {text-decoration:none; color:#233200;}

#rod-titles {
	font-size:10px;
	line-height:13px;
	font-style:italic;
	color:#59643e;
}
/*-----------AWESOME BOX --------------------*/
#aOverlay {
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	z-index: 900;
	display: none;
	cursor: pointer;
}
#aBox {
	position: absolute;
	z-index: 950;
	height: 42px; width: 42px;
	overflow: hidden;
}
#aBox div#aImgHolder {
	display: block;
	padding: 10px 0;
	background: #EEE;
	min-height: 32px;
}
#aBox img#aImg {
	display: block;
	margin: 0 10px;
	background: #EEE;
}
#aBox *:focus { -moz-outline: 0;; }
#aBox a.aButton {
	float: right;
	background-color: transparent;
	background-image: url(images/aBox-buttons.gif);
	text-decoration: none;
	width: 40px; height: 16px;
	cursor: pointer;
	border: 0;
	background-repeat: no-repeat;
}
#aBox a.aButton:hover {
	background-color: transparent;
	text-decoration: none;
	border: 0;
}
#aBox a.aButton:active {
	background-color: transparent;
	border: 0;
}
#aBox a#aCloseButton {
	width: 28px;
	height: 32px;
}
#aBox a#aCloseButton { background-position: 0 0; float: left; }
#aBox a#aNextButton { background-position: -68px 0; }
#aBox a#aPrevButton { background-position: -28px 0; }

#aBox a#aCloseButton:hover { background-position: 0 -64px; }
#aBox a#aNextButton:hover { background-position: -68px -64px; }
#aBox a#aPrevButton:hover { background-position: -28px -64px; }

#aBox a#aCloseButton:active { background-position: 0 -32px; }
#aBox a#aNextButton:active { background-position: -68px -32px; }
#aBox a#aPrevButton:active { background-position: -28px -32px; }

#aBox div#aBoxMeta {
	position: absolute;
	z-index: 960;
	background: #EEE;
	padding: 0 10px;
	height: 0;
	overflow: hidden;
}
#aBox h1#aInfoTitle {
	color: #444;
	font-size: 16px;
	font-weight: bold;
	margin: 0 80px 0 32px;
	text-align:left;
}
#aBox p#aCount {
	clear: right;
	float: right;
	text-align: center;
	width: 80px;
	margin: 0;
	color: #666;
	font-size: 11px;
}
#aBox p#aInfo {
	margin: 0 80px 0 32px;
	color: #666;
	font-size: 11px;
	text-align:left;
}
#aBox h1#aInfoTitle, #aBox p#aCount, #aBox p#aInfo {
	font-family: Arial, Helvetica, Verdana, sans-serif !important;
	text-transform: none !important;
}

img#aLoadImg {
	position: absolute;
	top: -900em; left: -900em;
	border: 0;
	width: 32px;
	height: 32px;
	z-index: 999;
}
/*-----------AWESOME BOX - KONIEC--------------------*/


#dog {
	width:450px;
	border: 1px solid #b6baa3;
	margin-top:20px;
	background-color: #e4e6d8;
	text-align:left;
	padding:5px;
	padding:5px;
	cursor:pointer;
	font-family:Times New Roman;
	font-size:12px;
}

img.dog {
	border: 1px solid #b6baa3;
}

#dog_name {
	font-weight:bold;
	font-size:21px;
	margin-bottom:10px;
}

#news1 {
	margin-top:60px;
	border:0;
	width:744px;
	height:170px;
	background-image:url(images/news_bg1.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#news2 {
	margin-top:60px;
	border:0;
	width:744px;
	height:170px;
	background-image:url(images/news_bg2.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#news_date {
	width:78px;
	background-image:url(images/news_date.jpg);
	background-repeat:no-repeat;
	background-position:top;
	text-align:left;
}

#news_date_month {
	border:0;
	width:54px;
	height:13px;
	position:relative;
	top:6px;
	left:6px;
	font-family:Verdana;
	font-weight:bold;
	color:#FFF;
	font-size:9px;
	text-align:center;
}

#news_date_day {
	width:54px;
	height:57px;
	border:0;
	position:relative;
	top:8px;
	left:6px;
	font-family:Monotype Corsiva;
	font-weight:bold;
	color:#788a4d;
	font-size:30px;
	text-align:center;
}

img.flaga {
	border:0px;
}

#news_news {
	width:666px;
	text-align:left;
	background-image:url(images/news_news.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:10px;
	font-family:Verdana;
	font-size:11px;
	color:#50504d;
}

#news_title {
	font-family:Verdana;
	color:#788a4d;
	font-size:19px;
	font-weight:bold;
	border-bottom: dashed 1px #a9a9a6;	
}

img.news-mini {
	margin:5px;
	border:3px solid #dad5ce;
}

.news-nazwa {
font-family:Verdana, Arial;
font-size:11px;
font-weight:bolder;
color:#50504d;
}

.news-nazwa A:active {text-decoration:none; color:#513B19;} 
.news-nazwa A:link {text-decoration:none; color:#513B19;} 
.news-nazwa A:visited {text-decoration:none; color:#513B19;} 
.news-nazwa A:hover {text-decoration:underline; color:#513B19;}

#puppies {
	text-align:center;
	font-size:15px;
	width:350px;
	font-family: Times New Roman;
	font-size:14px;
	line-height:16px;
	font-style:normal;
}

#puppies A:active {text-decoration:none; color:#566a23;font-family: Times New Roman;font-size:20px;font-weight:bold;font-style:italic;} 
#puppies A:link {text-decoration:none; color:#566a23;font-family: Times New Roman;font-size:20px;font-weight:bold;font-style:italic;} 
#puppies A:visited {text-decoration:none; color:#566a23;font-family: Times New Roman;font-size:20px;font-weight:bold;font-style:italic;} 
#puppies A:hover {text-decoration:underline; color:#566a23;font-family: Times New Roman;font-size:20px;font-weight:bold;font-style:italic;}


img.puppies {
	border:3px solid #dad5ce;
	margin-bottom:5px;
}

#litter {
	width:550px;
	border: 1px solid #b6baa3;
	margin-top:20px;
	background-color: #e4e6d8;
	text-align:left;
	padding:5px;
	padding:5px;
	cursor:pointer;
	font-family:Times New Roman;
	font-size:12px;
}
