html {
	background-color:  #F1F1E7;
	}


body {
	background: url(img/bg.png) repeat-x top;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #444444;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, trebuchet, Trebuchet MS, SunSans-Regular, Sans-Serif;
}

td {
	 font-size: 11px;
	 color: #444444;
	}

/* ##############  LINKI  ############## */
a {
  color:#AC0000;
  text-decoration: none;
  border-bottom: 1px solid #C0C0C0;
}

a:hover {
 border-bottom: 1px solid #000000;
}

tr {
	display : table-row;
}

a#pasek {
    display: block;
    width: 102px;
    height: 30px;
    border: none;
    color: #CCCCCC;
    line-height: 28px;
    text-align: center;
    background: url(img/button.jpg) 0 0 no-repeat; }
 
a#pasek:hover { background-position: 0 -30px; color: #EEEEEE; border: none;}

a#bok {
	color: #444444;
	border: none;
	
}

a#bok:hover {
	color: #AC0000;
	border: none;
}

#bok {
	padding-bottom: 5px;
}
.strona {
	margin: 0 auto;/* center for now */
	width: 770px;
	padding: 0;
}


.tlo {
	padding: 0;
}

.lewy {
	width: 220;
	float: left;
	padding-left: 10px;
	margin: 0;
	text-align: left;
}

.tresc {
	text-align: justify;
	line-height: 20px;
	margin: 0;
	padding-left: 240px;
}



.top {
	background: url(img/bg_top.gif);
	background-repeat : no-repeat; 
	width: 770px;
	height: 360px;
	margin: 0;
	padding: 0;
	
}


.stopka {
	height: 100px;
	width: 767px;
	background: url(img/bg_footer.gif);
	color: #EEEEEE;
	font-size: 11px;
}

a#stp {
	color: #EEEEEE;
	border: none;
}

a#nagl {
	color: #666666;
	border: none;
}

div#cleaner {
  clear: both;
  height: 0px;
  font-size: 1px;
  border: none;
  margin: 0;
  padding: 0;
}

a#menu {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	border: none;
}

a#menu:hover {
 	color: #000000;
}

/* ##############  FORMULARZE  ############## */

.textarea, .input {
	color: #444444;
	font-size: 12px;
	border: 1px solid #A2A2A2;
	background: #FDFDF7;
}

.textarea {
font-size: 11px;
}

#button {
	background-color: #444444;
	color: #FFFFFF;
    border: 1px solid #444444;
	font-size: 12px;
	cursor: hand;
}

form {
	margin: 0;
	padding: 0;
}


/* ##############  INNE  ############## */

#naglowek1 {
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
	border-bottom: 1px dotted #666666;
}

#naglowek2 {
	font-size: 26px;
	color: #CC0000;
	margin-bottom: 10px;
	padding-top: 20px;
}

#alert {
	color: #CC0000;
	padding: 20 20 20 20;
	border: 2px solid #CC0000;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color : #FFDDDD;
}

#fv_b {
	border: 1px solid #A2A2A2;
}
#fv_b2 {
	border: 2px solid #A2A2A2;
	background-color: #E7E7D7;
}

.hintsClass {
			font-family: tahoma, verdana, arial;
			font-size: 11px;
			background-color: #f0f0f0;
			color: #000000;
			border: 1px solid #808080;
			padding: 5px;
			width: 200px;
		}
