@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/bg.jpg);
	margin: 0px;
	padding: 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height: 20px;
	
}

a:link {text-decoration: none}

a:visited {text-decoration: none}

a:hover {text-decoration: none}

a:active {text-decoration: none}

img {
	padding:1px; 
	background: white;
	border:1px solid #8C786E;
	box-shadow: 3px 3px 4px #898989;
	}

h2 {
	font-family:Viner Hand ITC; 
	font-size:18px;
	color: #6B5B3E;
	}
	
h3 {	
	margin:0px;
	padding:0px;
	}

.top {
	background:url(../images/top.png) no-repeat;
	width:100%;
	height: 217px;
	float:left;
	}

.container {
	width: 1020px;
	margin: 0px auto;
	clear:both;
	
}

.menu span{
	display:none;
}

a.home {
	background:url(../images/home.png);
	display:block;
	width:262px;
	height: 62px;
	margin-top:-15px;
	float:left;
	margin-right:40px;
}

a.home_active{
	background:url(../images/homeactive.png);

}

a.oferta {
	background:url(../images/oferta.png);
	display:block;
	width:116px;
	height: 48px;
	margin-top:5px;
	float:left;
	margin-right:40px;
}

a.oferta_active{
	background:url(../images/ofertactive.png);
}

a.galeria {
	background:url(../images/galeria.png);
	display:block;
	width:129px;
	height: 55px;
	margin-top:15px;
	float:left;
	margin-right:40px;
}

a.galeria_active{
	background:url(../images/galeriactive.png);
}

a.lokalizacja {
	background:url(../images/lokalizacja.png);
	display:block;
	width:193px;
	height: 60px;
	margin-top:5px;
	float:left;
	margin-right:40px;
}

a.lokalizacja_active{
	background:url(../images/lokalizacjactive.png);
}

a.kontakt {
	background: url(../images/kontakt.png);
	display:block;
	width:141px;
	height: 54px;
	margin-top:-15px;
	float:left;
}

a.kontakt_active{
	background:url(../images/kontaktactive.png);
}

.main{
	width:854px;
	margin:0px auto;
}

.topmain{
	background:url(../images/topmidle.png)no-repeat;
	width:854px;
	height: 92px;
	float:left;
}
	
.content {
	background:url(../images/tresc.png) no-repeat;
	width: 658px;
	height:242px;
	float:left;
	text-shadow: 1px 1px 2px white;
}

.tresc {
	margin-left: 60px;
	margin-top:0px;
}

.bok {
	background: url(../images/bok.png) no-repeat;
	float:left;
	width: 196px;
	height: 242px;
}

.bottom {
	background:url(../images/dol.png) no-repeat;
	width:658px;
	height: 99px;
	float: left;
}

.corner {
	background: url(../images/rog.png)no-repeat;
	width:196px;
	height: 99px;
	float:left;
}

.copyrights {
	width:100%;
	float:left;
	margin-top: -25px;
	color:white;
	font-size: 9px;
}

.copyrights a{
	color: white;
	}
	
input[type=text], textarea {
	width: 200px;
	border-radius: 5px;
}