* {
	font-family: Verdana, Helvetica, Arial, Sans-Serif; 
	color: #5f0c00;
	box-sizing: content-box; /* dla opery, bo glupia nie umie liczyc */
}
html {
	margin: 0;
	padding: 0;
	font-size: 0.7em;
}
body {
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #FEE5A2;
	text-align: center; /* dla ie5 i 5.5. */
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
	font-size: 1.3em;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#container { background-color: #ffeec2 }
#header    { background-color: #e3f0ff; }
#left  { background-color: #ffeec2; }
#footer { background-color: #FEE5A2; } 
#menu    { background-color: #ffeec2; }
#content { background-color: transparent; }
#main { background-color: transparent; }

#container, #header, #left, #footer, #menu, #content, #main {
  margin: 0;
  padding: 0;
}
#container {
	width: 900px !important;
	width: 902px; /* IE */
	height: auto !important;
	height: 570px; /* IE */
	min-height: 570px;
	margin: 0 auto 30px auto;
	border: solid 1px #c0c0c0;
	text-align: left;
	position: relative;
}
#content {
	width: 100%;
	height: auto !important;
	height: 412px; /* IE */
	min-height: 412px;
	left: 0;
	position: relative;
}
#menu {
	/*top: 103px;*/
	left: 0;
	width: 100%;
	height: 35px;
	position: relative;
	background-color: #FEE5A2;
}

#menu ul {
	height: 35px;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	position: relative !important;
	position: absolute;
}
#menu li {
	display: inline;
	margin: 0;
	padding: 0;
	height: 35px;
	float: left;
	line-height: 0;
}

/* klasy ogolne */

.wysrodkuj {
	text-align: center;
}

.pole {
	font-size: 1.0em;
	border: 1px solid #5F0C00;
	padding: 3px 0 0 2px;
	background-color: #FFEEC2;
}
.p-waskie {
	height: 22px !important;
	height: 24px;
	width: 400px;
}
.p-szerokie {
	height: 100px;
	width: 400px;
}
.butt {
	height: 22px !important;
	height: 24px;
	font-size: 1.0em;
	font-weight: bold;
	border: 1px solid #5F0C00;
	padding: 1px 5px 2px 5px;
	background-color: #FFEEC2;
}
.pole-podpis {
	margin: 5px 0 2px 0;
}
.uwaga {
	color: red;
	font-weight: bold;
}
.galeria-podpis {
	font-size: 0.6em;
}
.pix {
    border: 1px solid black;
}