/*######################
#
#	File		: style.css
#	Date		: 24.02.2010
#	Author		: Dawid Janiga
#	Rights		: Reserved
#
####*/

body {
	background-color: #fff3c9;
	background: url("images/bg.png") repeat-x #fff3c9;
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #393939;
}

* { margin: 0; padding: 0; border: none; }

a, a:visited, a:active, a:hover {
    color: #a06b39;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#logo{
	height: 188px;
	background: url("images/logo.png") no-repeat;
}

#menu{
	width: 528px;
	height: 56px;
	border-left: 1px solid #000000;
}

#home {
	display: block;
	float: left;
	width: 212px;
	height: 56px;
	background: url("images/home.png") 0 0 no-repeat;
}

#oferta {
	display: block;
	float: left;
	width: 168px;
	height: 56px;
	background: url("images/oferta.png") 0 0 no-repeat;
}

#galeria {
	display: block;
	float: right;
	width: 148px;
	height: 56px;
	background: url("images/galeria.png") 0 0 no-repeat;
}

#home:hover, #oferta:hover, #galeria:hover {
	background-position: 0 -56px;
}

#right {
	width: 214px;
	height: 230px;
	background-color: #fff8e0;
	border-right: 1px solid #000000;
	vertical-align: top;
}

#kontakt {
	width: 194px;
	height: 210px;
	background: url("images/bg-kontakt.png") no-repeat;
	padding: 30px 10px 10px 10px;
}

#info {
	width: 164px;
	height: 241px;
	background: url("images/bg-info.png") no-repeat;
	background-color: #fff8e0;
	padding: 10px;
	margin: 10px auto;
}


#content{
	background-color: #fff8e0;
	border-left: 1px solid #000000;
	vertical-align: top;
}
#content p {
	width: 473px;
	min-height: 111px;
	background: url("images/bg-p.png") no-repeat;
	padding: 10px;
	margin: 10px auto;
	line-height: 1.6em;
    font-size:  1.05em;
}

#main {	
	width: 527px;
	height: 65px;
	background: url("images/main.png") no-repeat;;
}

img.gallery {
	border: 1px solid #C2C2C2;
	background: #ffffff;
	padding: 4px;
	margin: 6px;
}
img.gallery:hover {
	border: 1px solid #D4D4D4;
	background: #efefef;
}

#footer {
	width: 744px;
	height: 63px;
	background: url("images/bg-footer.png") no-repeat;
	text-align: center;
}

