@charset "utf-8";
/* CSS Document */

/* podpisy dotycza znacznika pod nimi */
/* ogolnie do strony */
* {
    margin: 0;
}
html {
	height: 100%;
}	
/* styl linki */
a {
	color: #dcdcdc;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a.czerwony:hover {
	color: #FF4B24;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
/* styl tlo */
body {
	background-attachment: scroll;
	background-color: #a3a3a3;
	background-image: url(images/tlo.jpg);
	background-position: center 123px;
	background-repeat: no-repeat;
	height: 100%;
}
/* styl pudelko */
.kontener {
	height: auto !important;
	height: 100%;
	margin-bottom: -29px;
	min-height: 100%;
}
/* styl header z logiem */
.header {
	height: 231px;
	margin-right: auto;
	margin-left: auto;
	width: 186px;
}
/* styl menu we flashu*/
.kolumna_srodkowa {
	height: 341px;
	margin-right: auto;
	margin-left: auto;
	width: 517px;
}
/* styl stopka */
.linki {
	color: #dcdcdc;
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 45px;
	padding-top: 45px;
	text-align: center;
	text-decoration: none;	
}
/* styl stopka z grafiką*/
.stopka {
	height: 29px;
	background-attachment: scroll;
	background-image: url(images/stopkatlo.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
/* styl tekstu dla stopki z grafiką*/
.styl1 {
	color: #dcdcdc;
	font-family: Tahoma, "Times New Roman", Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0px;
}
/* przepchniecie stopki w dol strony */
.pchniecie {
	height: 29px;
}
