/***********************************************/
/*  CSS FILE                                   */
/*  styl_walerych.css                          */
/*  UPDATE 2005 01 27 - 16:00                  */
/*  All rights reserved !!!                    */
/*  Author : Jedrzej Schmeidel (Yunnan)        */
/*  WWW : www.yunnan.tk                        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

* {
    font-family: "Tahoma", "Arial", "sans-serif";
}

body{
/*	width: 1000px;*/
	line-height: 1.2;
/*	background: #FFD9BB;*/
	background: #BBBBBB;
/*	background-image: url(images/tlo.gif);*/
/*	border: 1px solid #FF11CC;*/
	font-family: "Tahoma", "Arial", "sans-serif";
	color: #000000;
	text-align: center;
}

a{
	color: #444444;
	text-decoration: none;
}

a:link{
	color: #444444;
	text-decoration: none;
}

a:visited{
	color: #444444;

}

a:hover{
	color: #BBBBBB;

}

a:active{
	color: #555555;
}

a img, a:link img{
	/* border: 2px solid #000000;*/
	border: 0px;
}

a:hover img{
	/* border: 2px solid #BBBBBB;*/
	border: 0px;
}

h1{
/*    font-family: "Tahoma";*/
/*    font-family: "Libre SemiSans Light SSi", "Microsoft Sans Serif";*/
    height: 105px;
/*    font-size: 550%;*/
/*    font-variant: small-caps;*/
    margin: 0px;
    padding: 0px;
    color: #EEEEEE;
    background: transparent url(images/header3.png) no-repeat center center;
}

h1 span {
    display: none;
}


h2{
 font-family: Arial,sans-serif;
 font-size: 160%;
 font-weight: bold;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 120%;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 110%;
 font-weight: normal;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Arial,sans-serif;
 font-size: 90%;
 font-weight: normal;
 color: #BBBBBB;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
 margin: 0px;
 padding: 0px 5px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

dt{
 font-weight: bold;
 margin: 0px;
 padding: 10px 0px 0px 0px;
}

dd{
 margin: 0px;
 padding: 0px 0px 0px 20px;
}

.PR{
 font-size: 70%;
 font-weight: normal;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#body{
	margin: 20px auto;
	display: block;
/*	border: 1px solid #FFaaCC;*/
/*	background: #DDDDDD;*/
	background: #918E95;
/*	background-image: url(images/tlo/wiolonczelabw.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;*/
	width: 1000px;
/*	margin: 0 auto;*/
	padding: 0px;
	text-align: left;
}

#gora{
	clear: both;
	width: 1000px;
	padding: 0px;
	margin: 0px;
/*	border: 1px solid #444444;*/
	text-align: center;
/*	background-image: url(images/gora.gif);*/
	background-repeat: repeat-x;
	background-position: top left;
	height: 100px;
}

#pasekNav{
	clear: both;
	width: 1000px;
	padding: 0px;
	margin: 0px;
/*	border: 1px solid #FF00AA;*/
	color: #EEEEEE;
}

#srodek{
	clear: both;
/*	float: right;*/
	width: 1000px;
	padding: 0px;
	margin: 0px;
/*	border: 1px solid #444444;*/
}

#dol{
	clear: both;
	height: 30px;
	padding: 15px 0px 0px 50px;
	display: block;
	margin: 0px;
/*	border: 1px solid #44ff44;*/
	background-image: url(images/dol.gif);
	background-repeat: repeat-x;
	background-position: top left;
	font-weight: bold;
/*	color: #FFFFFF;*/
}

/***********************************************/
/* Skladniki GORA                              */
/***********************************************/

/************* #pasekNav gornej styles **************/

#dataczas{
	clear: right;
	float: right;
	text-align: right;
	padding: 5px;
	font-size: 80%;
}

#guziki{
	clear: left;
	float: left;
}

/***********************************************/
/* Skladniki SRODEK                            */
/***********************************************/

/************** .zawartosc styles ***************/

.zawartosc{
	clear: both;
	padding: 20px;
}

.zawartosc img{
	float: left;
	padding: 10px 10px 10px 10px;
}


/************** .produkty styles *****************/

.foto{
	float: left;
	padding: 5px;
	margin: 5px;
	width: 290px;
	height: 160px;
/*	border-left: 1px solid #222222;
	border-bottom: 1px solid #000000;*/
	font-size: 100%;
	font-weight: normal;
/*	background-image: url(images/foto.gif);*/
	background-repeat: no-repeat;
	background-position: top left;
}

.fotofull{
	float: left;
	padding: 5px;
	margin: 5px;
	width: 900px;
/*	height: 100px;*/
/*	border-left: 2px solid #777;
	border-bottom: 5px solid #000000;*/
	font-size: 30px;
	font-weight: bold;
/*	background-image: url(images/foto.gif);*/
	background-repeat: no-repeat;
	background-position: top left;
}

.fotofullo{
	float: left;
	font-family: Centaur;
	padding: 5px;
	margin: 5px;
	width: 900px;
/*	height: 100px;*/
	border-left: 2px solid #777;
	border-bottom: 5px solid #000000;
	font-size: 30px;
	font-weight: bold;
/*	background-image: url(images/foto.gif);*/
	background-repeat: no-repeat;
	background-position: top left;
}

.foto img{
	padding: 0px;
	margin: 5px;
/*	height: 128px;*/
}

.fotofull img{
	width: 600px;
}

.fotofullo img{
	clear: left;
}


/************* #dol styles pasek dolny***************/

#dol img{
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
	border: 0px;
}

/*********** #sectionLinks styles ***********/

#pasekNav{
	margin: 0px;
	padding: 25px 25px;
/*	border: 1px solid #ff3300;*/
	font-size: 100%;
	font-weight: bold;
}

#pasekNav a {
	clear: none;
/*	background-color: #FFD9CC;*/
/*	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;*/
	color: #EEEEEE;
	padding: 5px 5px;
	margin: 3px;
/*	background-image:url(images/dol.gif);*/
	background-repeat:repeat-x;
	background-position:bottom left;
/*	display: run-in;
	width: 200px;*/
}

#pasekNav a:hover{
/*	background-color: #FFD9AA;*/
/*	border-left: 1px solid #000000;*/
	border-bottom: 4px solid #777;
	color: #BBBBBB;
/*	background-image:url(images/dol.gif);*/
	background-repeat:repeat-x;
	background-position:top left;
}

#pasekNav a:active{
/*	background-color: #FFD9AA;*/
/*	border-left: 1px solid #000000;*/
	border-bottom: 4px solid #777;
/*	color: #000000;
	background-image:url(images/guzik_b.gif);
	background-repeat:no-repeat;
	background-position:bottom left;*/
}
