BODY {
	background-color: #ffffff;
	font-size: 12px;
	font-family: Tahoma, Helvetica, Arial;
}




IMG {
	border: 0px;
}

A {
	color: black;
	text-decoration:none;
}

A:HOVER {
	text-decoration:underline;
}

H1 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 13px;
	font-variant: small-caps;
}

.float_right {
	float: right;	
}

.clear {
	clear: both;	
}

.center {
	text-align: center;	
}

.right {
	text-align: right;	
}

#container {
	margin: auto;
	width: 750px;	
}

#content {
	border-left: 13px solid #ff9c00;
	border-right: 13px solid #ff9c00;
	padding: 20px;
}

#content ul {
	list-style-type: square;
}

#footer {
	text-align: center;
	background-color: #ff9c00;
	padding: 2px;
	font-size: 9px;
}

.szafy table {
	width: 100%;
}

.szafy table td {
	padding: 20px;	
}

.index {
	background-image: url("../img/bg/1.jpg");
	background-repeat: no-repeat;
}

.oferta {
	background-image: url("../img/bg/2.jpg");
	background-repeat: no-repeat;
}

.szafy {
	background-image: url("../img/bg/3.jpg");
	background-repeat: no-repeat;
}

.kontakt {
	background-image: url("../img/bg/4.jpg");
	background-repeat: no-repeat;
}

.galeria table {
	width: 100%;	
}

.galeria .menu td {
	width: 110px;
	text-align: center;
	padding: 3px;
	border: 1px solid #222222;
	background-color: #ff9c00;
}

.galeria .images img {
	border: 1px solid #222222;	
}

