body {
	background-image: url(../szablony/back_blue.jpg);
	font: 12px Verdana;
	color: #666;
	line-height: 15px;
}

A {
 outline: none;
}

.data{
	font: 10px Verdana; 
	color: white; 
	margin-left: 2px;
}

.tekst_1{
	font: 10px Verdana; 	
	color: dimgray;
	text-decoration: none;
}

.tekst_1:hover{
	font: 10px Verdana; 	
	color: #aaa;
	text-decoration: underline;
}

.tekst_3{
	font: 10px Verdana; 	
	color: white;
	text-decoration: none;
}

.tekst_3:hover{
	font: 10px Verdana; 	
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.tekst_4{
	font: 13px Verdana; 	
	color: #bbb;
	text-decoration: none;
}

.tekst_4:hover{
	font: 13px Verdana; 	
	color: #666;
	font-weight: normal;
	text-decoration: underline;
}

.tekst_2{
	font: 11px Verdana; 	
	color: darkred;
	text-decoration: none;
}

.tekst_2:hover{
	font: 11px Verdana; 	
	color: #aaa;
	text-decoration: underline;
}

#gora_tab{
	width: 950px; 
	height: 14px; 
	background-image: url(../szablony/gora_tab_blue.jpg); 
	background-repeat: no-repeat;
}

INPUT{
	width: 150px;
	height: 20px;
	border: 1px solid #ddd;
	background-color: #ededed;
}

TEXTAREA{
	width: 350px;
	height: 120px;
	border: 1px solid #ddd;
	background-color: #ededed;
}

SUBMIT{
	width: 50px;
	height: 20px;
	border: 0px solid #ddd;
	background-color: #444;
}