@charset "iso-8859-2";
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#30150d;
	margin:0;
	background:#eee8df;
}
img {
	border:0;
}
a:link{
	color:#30150d;
	text-decoration:none;
}
a:visited{
	color:#30150d;
	text-decoration:none;
}
a:hover{
	color:#30150d;
	text-decoration:underline;
}
a:active{
	color:#30150d;
	text-decoration:none;
}
h1{
	color:#bf4db3;
	font-size: 14px;
	font-weight:bold;
}
#top{
	width:1012px; 
	height:386px; 
	position:relative; 
	background:url('../img/top.jpg');
	color:#b1a28c;
}
#top a{
	color:#b1a28c;
	text-decoration:none;
}
#top a:hover{
	text-decoration:underline;
}
#middle{
	width:1000px;
	clear:both;
	position:relative;
	overflow:hidden;
}
#footer{
	width:1000px; 
	height:102px; 
	clear:both;
	position:relative; 
	background:url('../img/footer.jpg');
	color:#b1a28c;
}
#footer a{
	color:#b1a28c;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer .bellgraf{
	color:#5a554d;
	text-decoration:none;
}
#footer .bellgraf a{
	color:#5a554d;
	text-decoration:none;
}
#footer .bellgraf a:hover{
	color:#5a554d;
	text-decoration:underline;
}
 /*********************************/
 /********** FORMULARZ ************/
/*********************************/

input[type="text"]{
	background:#ffffff;
	border: 1px solid #cfd5db;
	color:#635f29;
	height:25px;
	width:140px;	
}
input[type="submit"]{
	border:0px;
 	height:22px;
	width:68px;
	background: url('../img/wyslij.jpg');	
	color: #f7f1e9;

}

textarea{
	background:#ffffff;
	border: 1px solid #cfd5db;
	color:#635f29;
	height:110px;
	width:140px;
	resize: none;
	overflow: auto;
}
input.invalid {
	background-color: #FF9;
	border: 2px red inset;
}

label.invalid {
	color: #F00;
	font-weight: bold;
}

label.error {
	color: red;
	font-style: italic
}

.kontakt_table td {
	background:#f4f6f8;
}
#error_message{
	color:#F00;
	font-weight:bold;
}
.menu_oferta_on a{
	text-decoration:none;
	color:#ffffff;
}
.menu_oferta_on a:hover{
	text-decoration:underline;
	color:#ffffff;
}
.menu_oferta_off a{
	text-decoration:none;
}
.menu_oferta_off a:hover{
	text-decoration:none;
}
