html {
	background-color:  #E5E5E5;
	}


body {
	background: #E5E5E5;
	margin: 0;
	padding: 0;
  	font-size: 11px;
	color: #666666;
	text-align: center;
  	font-family: trebuchet, Trebuchet MS, Arial, Tahoma, Verdana, Arial, SunSans-Regular, Sans-Serif;
}

td {
	font-size: 11px;
	color: #444444;
}

/* ##############  LINKI  ############## */
a {
  color: #FE0000;
  text-decoration: none;
  border-bottom: 1px solid #C0C0C0;
}

a:hover {
 border-bottom: 1px solid #000000;
}



.top {
	margin: 0 auto; /* center for now */
	width: 900px;
	padding: 0;
	background-color: #E5E5E5;
}


.strona {
	padding: 0;
	background: url(img/bg.png);
	background-repeat: repeat-x;
}

.pasek {
	background: url(img/bg_pasek.png);
	background-repeat: repeat-x;
	width: 900px;
	height: 97px;
	margin: 0;
	padding-left: 0px;
	padding-top: 0px;
	text-align: center;
}


.prawy {
	line-height: 25px;
	width: 280px;
	float: right;
	padding-left: 0px;
	margin: 0;
	text-align: left;
}

.tresc {
	width: 570px;
	text-align: justify;
	line-height: 20px;
	margin: 0;
	padding-left: 20px;
}


.stopka {
	height: 114px;
	background: url(img/bg_stopka.png);
	color: #333333;
	font-size: 11px;
}


.box {
	background: url(img/box_bg.gif);
	background-repeat: repeat-y;
	width: 260px;
	line-height: 17px;
}

#box_gora {
	background: url(img/box_gora.gif);
	background-repeat: no-repeat;
	width: 260px;
	height: 45px;
	color: #EEEEEE;
	font-size: 14px;
	font-weight: bold;
}

#box_dol {
	background: url(img/box_dol.gif);
	background-repeat: no-repeat;
	width: 260px;
	height: 39px;
}

a#stp {
	color: #333333;
	border: none;
}

a#stp:hover {
	color: #CCCCCC;
	border: none;
}

div#cleaner {
  clear: both;
  height: 0px;
  font-size: 1px;
  border: none;
  margin: 0;
  padding: 0;
}

a#menu {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	border: none;
}

a#menu:hover {
	color: #CCCCCC;
}



/* ##############  FORMULARZE  ############## */

.textarea, .input {
	color: #444444;
	font-size: 10px;
	border: 1px solid #666666;
	background: #FFFFFF;
}

.textarea {
font-size: 11px;
}

#button {
	background-color: #5C5C5C;
	color: #FFFFFF;
    border: 1px solid #5C5C5C;
	font-size: 12px;
	cursor: hand;
}

form {
	margin: 0;
	padding: 0;
}