* {
	padding: 0;
	margin: 0;
}

a{
	outline: none;
}


/* BODY */

body{
	background: #121018; 
	font-family: Verdana; 
	font-size: 12px;
	color: #ababab;
}

html, body {
	height: 100%;
}


/*pozdrowienia dla maæka, ryœka, waldka, artura*/

.radius{

	-webkit-border-radius:  18px; /* Safari, Chrome */
	-khtml-border-radius:  18px;    /* Konqueror */
	-moz-border-radius:  18px; /* Firefox */
	border-radius: 18px;
} 
.cleaner{
	clear: both;
}


/* LAYOUT */

#container{
	margin: 0px auto;
	width: 1000px;
}

#logo{
	width: 1000px;
	height: 346px;
	background: url('images/logo.jpg');
}

.menu{
	width: 1000px;
	height: 62px;
	background: url('images/menu.jpg');
}

	.menu li{
		display: block;
		float: left;
		text-align: center;
		margin: 10px 3px 10px 3px;
		font-size: 12px;
		line-height: 40px;
		color: #bd9cd4;
	}
	
	.menu li a:link, .menu li a:visited{
		text-decoration: none;
		color: #bd9cd4;
		text-transform: uppercase;
		padding: 5px 10px 5px 10px;
	}
	
	.menu li a:hover, .selected{
		color: #fff;
		background: #332648;
			-webkit-border-radius:  8px; /* Safari, Chrome */
	-khtml-border-radius:  8px;    /* Konqueror */
	-moz-border-radius:  8px; /* Firefox */
	border-radius: 8px;
	}

#content{
	min-height: 500px;
	width: 820px;
	margin: 0px auto;
	color: #b19eb1;
	line-height: 18px;
	padding: 60px 70px 60px 70px;
}

	.image, #content a:link img, #content a:visited img{
		border: 1px solid #3c3357;
		padding: 15px;
		-webkit-border-radius:  10px; /* Safari, Chrome */
	-khtml-border-radius:  10px;    /* Konqueror */
	-moz-border-radius:  10px; /* Firefox */
	border-radius: 10px;
	}
	
	#content a:hover img{
		border: 1px solid #c463e1;
		padding: 15px;
		-webkit-border-radius:  10px; /* Safari, Chrome */
	-khtml-border-radius:  10px;    /* Konqueror */
	-moz-border-radius:  10px; /* Firefox */
	border-radius: 10px;
		
	}
	
	#content a:link, #content a:visited{
		color: #855699;
	}
	
	#content a:hover{
		color: #c178ff;
	}
	
	a:link{
		text-decoration: none;
	}
	
	h1{
		color: #6c5a89;
		font-size: 33px;
		margin-bottom: 40px;
		margin-left:-20px;
	}
	
	h2{
		color: #9d53b3;
		font-size: 27px;
		line-height: 43px;
	}

.numer{
	color: #9f6b9f;
	font: 19px/22px Verdana;
}

.data{
	color: #5c445c;
}

#kontakt{
	width: 583px;
	height: 210px;
	padding-top: 90px;
	padding-left: 80px;
	margin: 0px auto;
	color: #8d629b;
	font: 12px/15px Verdana;
	background: url('images/kontakt.jpg');
}

	#kontakt a:link, #kontakt a:visited{
		color: #a85ac2;
		text-decoration: underline;
	}

	#kontakt a:hover{
		color: #d670f7;
	}
	
#copyrights{
	font: 10px/15px Verdana;
	color: #614561;
	width: 600px;
	margin: 0px auto;
	height: 40px;
}

/*  TABELE */

#tabelka_pedigree {
	border: 1px solid #3c3847;
	font: 11px Verdana;
	line-height: 15px;
	background: #000000;
}

#tabelka_pedigree td {
	font: 11px Verdana; 
	color: #514c6e;
	border-bottom-style: dashed;
	border-right-style: dashed;
	border-width: 1px;
	border-color: #3c3847;
	padding-left: 2px;
	text-align: center;
	line-height: 15px;
}

#tabelka_shows {
	border: 1px solid #3c3847;
	font: 11px Verdana;
	line-height: 15px;
	background: #000000;
}

#tabelka_shows td {
	font: 12px Verdana; 
	color: #514c6e;
	border-bottom-style: dashed;
	border-right-style: dashed;
	border-width: 1px;
	border-color: #3c3847;
	padding-left: 2px;
	text-align: center;
	line-height: 15px;
}

#tabelka_kittens {
	border: 1px solid #535d20;
	font: 11px Verdana;
	line-height: 15px;
	background: #000000;
}

#tabelka_kittens td {
	font: 11px Verdana; 
	color: #514c6e;
	border-bottom-style: dashed;
	border-right-style: dashed;
	border-width: 1px;
	border-color: #535d20;
	padding-left: 2px;
	text-align: center;
	line-height: 15px;
}

#tabelka_standard { 
	border-collapse: collapse; 
	text-align: left; 
	background: #000; 
	border: 1px solid #3c3847;
	font: 11px Verdana;
}

#tabelka_standard td { 
	border: 1px dashed #3c3847; 
	padding: 4px 4px;
}		

.naglowek {
	background: #514c6e;
	font: 11px Verdana;
	color: #000;
}


.link-wyr a:link, .link-wyr a:visited{
	font: 19px/26px Verdana;
	color: #806c97;
	text-decoration: none;
}

.link-wyr a:hover{
	color: #bb81f1;
}


