body
{
	background:url(/gfx/tlo.png);
	background-repeat:repeat-x;
	background-color: #ffffff;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #1a171b;
	text-align: center;
}

.contbig
{
	width: 900px;
	display:block;
	margin: 0 auto;
	padding:0;
	position:relative;
}

.contsmall
{
	width: 900px;
	display:block;
	margin:0;
	padding:0;
	position:relative;
	z-index:1;
}
.menu
{
  /*width: 700px;*/
  position: absolute;
  top: 90px;
  right: 20px;
}
.menu a {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	/*line-height: 20px;*/
	padding: 10px 30px 28px 6px;
	text-decoration: none;
	outline: none;
}
.menu a:hover,
.menu a.active {
	text-decoration:none;
}
.logo
{
  position: absolute;
  top: 30px;
  left: 20px;
}
.logo img
{
  outline: none;
  border: 0;
}
.langbox
{
	position:absolute;
	top: 0px;
	right: 0px;
	width: 86px;
	height: 39px;
	background-image: url(/gfx/jezyki.png);
	background-repeat: no-repeat;
	font-size: 11px;
	
}

.langbox a
{
	float: right;
	margin: 13px 13px 0 0;
	text-decoration:none;
	color:#b8b9b9;
	font-weight: bold;
}
.langbox #kreska
{
  float: right;
	margin: 13px 13px 0px 0px;
	color: #e4e4e4;
}
.nav
{
  position: absolute;
  top: 150px;
  left: 0;
  color: #8e8d8f;
  font-size: 12px;
}
.nav a
{
  color: #8e8d8f;
}

.content
{
	padding: 220px 0px 50px 0px;
	text-align:justify;
	position:relative;

}
.content td
{
  font-size:12px;
  vertical-align: top;
}
.glowna /*nadpisuje .content na stronie głównej*/
{
  padding: 141px 0px 0px 0px;
}
.txt
{
  float: left;
  width: 590px;
  text-align: justify;
}
.rightcol
{
  float: right;
  width: 270px;
  padding: 10px 0 0 0;
}
.motto
{
  background-color: #ececec;
  padding: 25px 20px;
  margin: 10px 0 0 0;
  display: block;
}
.podsalbum
{
  text-align: center;
  float: left;
  border: 1px solid #C0C0C0;
  padding: 8px;
  margin: 8px 8px 0 0;
  width: 136px;
}
.podsalbumfoto
{
  text-align: center;
  float: left;
  border: 1px solid #C0C0C0;
  padding: 8px;
  margin: 8px 8px 0 0;
  width: 160px;
}
.podsalbumfoto img
{
  margin: 0;
}
.podsalbfotopis
{
  text-align: left;
  width: 160px;
  margin: 0 0 0 24px;
  float: left;
}


.footer
{
  width: 100%;
  background-color: #eaeaea;
  padding: 10px 0;
  color: #a3a3a3;
  font-size: 11px;
}
.footer a
{
  color: #a3a3a3;
  text-decoration: none;
}
.separator
{
  clear: both;
  width: 100%;
  height: 1px;
  line-height: 1px;
}

/**************************TYPOGRAPHY*************************/
h1, h2, h3
{
	padding:0;
	margin: 0 0 10px 0;
	clear:both;
	color: 	#002045;
}
h1 
{
	display:block;
	font-size:16px; 
	margin: 20px 0 0px 0;
}

h2 
{
	font-size:14px;
}
h3 
{ 
	font-size: 13px;
}

h4
{
	margin:				20px 0 0px 0;
	padding:			0;
	font-size: 			14px;
	color: #1a171b;
}
h5
{
  color: #1a171b;
  margin: 20px 0 0 0;
  font-size: 12px;
  font-weight: bold;
}
p
{
  margin: 10px 0;
}
a
{
  text-decoration: none;
  color: #1a171b;
}
a:hover
{
  text-decoration: underline;
}
input,
select,
textarea
{
  border: 1px solid #002045; 
}
img
{
  border: none;
}
ul, ol{
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	padding-left: 25px;
}

li{
	margin-bottom: 5px;
}
hr {
  width: 100%;
  background-color: #002045;
  clear: both;
  color: #002045;
  height: 1px;
  border: none;
  margin: 0;
}


