/****************************************************************************************
************ PLIK STYLOW ****************************************************************
****************************************************************************************/



/*=====================================================================================*/
/*======== PODSTAWOWE =================================================================*/
/*=====================================================================================*/
body {
	background : rgb(255,255,255); /* #151515; #eff8ff*/;
	margin: 1 0 0 1;
	vertical-align: top;
	background-image: url("pasy4.png");
	background-repeat: repeat-x;
	background-position: 0 0;
	
}
/* bok w przeg_tree.php */
.bok {
	background: #252525;           /*#dff1ff;*/
}
/* Klasa - Podstawowy, najwiekszy tytul */
.profile {
	text-align : center;
	font-size : 18px;
	color :  rgb(40,40,40);     /*#00436e;*/
	font-weight:bold;
	padding:50px
}
.title {
	font-family : Garamond, "Times New Roman", serif;
	font-size : 36px;
	font-weight:bold;
}

.subtitle {
	font-family : Garamond, "Times New Roman", serif;
	font-size : 20px;
	font-weight:normal;
}

.subsubtitle {
	font-family : Garamond, "Times New Roman", serif;
	font-size : 16px;
	font-weight:normal;
}

.info {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight:bold;
}

.subinfo {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight:normal;
}

.disc {
	font-family : Garamond, "Times New Roman", serif;
	font-size : 14px;
	font-weight:normal;
	color:rgb(220,220,220);
	text-align : center;
}

.box {
	 border:solid 1px rgb(150,150,150);
	 margin:50px;
	 background-color: rgb(254,254,254);
	
}

.box_dotted {
	 border:dotted 1px rgb(150,150,150);
	 margin:50px;
	 background-color: rgb(250,250,250);
	  
}

/*=====================================================================================*/
/*======== ODNOSNIKI ==================================================================*/
/*=====================================================================================*/
/* Podstawowy, standardowy */

.subtitle a {
	font-family : Garamond, "Times New Roman", serif;
	font-size : 20px;
	font-weight:normal;
	color: black;
	text-decoration:none;
	border-bottom:1px dotted black;
}

.subtitle a:hover {
	font-family : Garamond, "Times New Roman", serif;
	font-size : 20px;
	font-weight:normal;
	color:black;
	text-decoration:none;
	border-bottom:1px solid black;
}

.subsubtitle a {
	font-family : Garamond, "Times New Roman", serif;
	font-size : 16px;
	font-weight:normal;
	color: black;
	text-decoration:none;
	border-bottom:1px dotted black;
}

.subsubtitle a:hover {
	font-family : Garamond, "Times New Roman", serif;
	font-size : 16px;
	font-weight:normal;
	color:black;
	text-decoration:none;
	border-bottom:1px solid black;
}

.subinfo a {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight:normal;
	color: black;
	text-decoration:none;
	border-bottom:1px dotted black;
}

.subinfo a:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight:normal;
	color:black;
	text-decoration:none;
	border-bottom:1px solid black;
}



