@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fadfd9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7e2f25;
	font-size: 0.8em;
}
#container { 
	width: 708px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e1705e;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0;
} 
#strona {
width: 648px;
margin: 0 auto;
padding:0px;
}
#header { 
	width:648px;
	height:296px;
	background: #DDDDDD; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:0;
} 
#srodek{
margin:0px;
padding:0px;
width:648px;
height:459px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 221px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:459px;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin:0;
}

#telefon {
width:221px;
height:130px;
margin:0;
padding:0;
}
#menu1 {
width:221px;
height:34px;
margin:0;
padding:0;
}
#znaczek1 {
width:221px;
height:21px;
margin:0;
padding:0;
}
#menu2 {
width:221px;
height:24px;
margin:0;
padding:0;
}
#znaczek2 {
width:221px;
height:20px;
margin:0;
padding:0;
}
#menu3 {
width:221px;
height:30px;
margin:0;
padding:0;
}
#znaczek3 {
width:221px;
height:21px;
margin:0;
padding:0;
}
#menu4 {
width:221px;
height:33px;
margin:0;
padding:0;
}
#znaczek_dolny {
width:221px;
height:146px;
margin:0;
padding:0;
}
#mainContent {
	width:427px;
	height:459px;
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:right;
	background-color: #dab5af;
}  
#footer {
	width:648px;
	height:30px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:0;
	background:#DDDDDD;
	clear: both;
	background-image: url(images/wedding2_15.jpg);
	background-repeat: repeat-x;
	
}
#footer_tresc{

padding/* */:/**/0px; /*moz padding*/
padding:/**/9px ; /*IE padding*/
height:10px;
font-size:0.95em;
}
img{
border: none;
}
.obrazek{
	/*border: 4px solid #000000;*/
	margin-left:8px;
	margin-top:8px;
	margin-down:0px;
	margin-right:0px;
}
a:link{
text-decoration: none;
color: #5b1e16;
}
a:visited{
text-decoration: none;
color: #5b1e16;
}