﻿/* 2009 Piotr Mierzejewski */
/* reset */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana;
	font-size: 12px;
	background-color: #EAE9CA;
	line-height: 1.5;
}
a {
	text-decoration: none;
	border-bottom: 1px blue solid;
	padding: 1px;
}
a:visited {
	border-bottom: 1px #551a8b solid;
}
	
/* div#kontener, div#top */
div#kontener {
	width: 100%;
	margin-bottom: 10px;
}
div#top {
	 background-image: url("../img/logo_gradient.jpg");
	 background-repeat: repeat-x;
	 height: 123px;
}
#top h1 a {
	width: 420px;
	height: 123px;
	text-indent: -100000px;
	background-image: url("../img/logo.jpg");
	background-repeat: no-repeat;
}
#top a#top_tytul {
	float: left;
	border: none;
}
#top ul {
	list-style-type: none;
	float: right;
}


/* #tresc */
div#tresc {
	margin: 30px;
}


/* index.php */
div#tresc table {
	border-collapse: collapse;
	float: left;
	width: 45%;
	/*overflow: scroll;*/
}
div#tresc table tr td a, p.brak_zdjecia {
	display: block;
	/*padding: 5px;*/
	
	color: #000000;
	text-decoration: none;
	border-bottom: none;
	height: 100%;
	text-align: center;
}
div#tresc table tr th {
	padding: 5px;
}
div#tresc table tr td {
	border: 1px solid #D3D2CD;
	background-color: #F1F3C6;
}
div#tresc table tr th {
	border: 1px solid #868580;
}
div#tresc_prawo {
	float: right;
	width: 40%;
}
div#tresc_prawo ul {
	list-style-type: none;
}
div#tresc_prawo h2.tp_element {
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
div#tresc_prawo ul.tp_element_lista li {
	margin-left: 20px;
	list-style-type: disc;
}


/* galeria.php */
h2#tytul {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

div#mapa{
	/*margin-left: 30px;*/
	margin-top: 15px;
	float: left;
	width: 50%;
}
div#mapa h3 {
	font-size: 14px;
	margin-bottom: 10px;
}
div#opis{
	margin-top: 15px;
	float: left;
	width: 50%;
}
ul#galeria {
	/*border: 1px solid;*/
	/*margin: 30px;*/
	text-align: center;
	margin: 0 auto;
	width: 80%;
}
ul#galeria li {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	/*width: 165px;*/
	width: 165px;
	margin: 5px;
	text-align: center;
	/*_height: 250px;*/
}
ul#galeria li a, ul#inskrypcje li a, .highslide-container a {
	border: none;
}
.podpis {
	font-size: 8px;
	/*text-align: center;*/
}


/* inskrypcje */
ul#inskrypcje {
	margin: 0 auto;
	width: 80%;
	text-align: center;
}
ul#inskrypcje li, .brak_tresci{
	border: 1px solid #D3D2CD;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	width: 165px;
	margin: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #F1F3C6;
}
div#stopka p {
	clear: both;
	text-align: center;
}


/* inne */
hr.clear {
	clear: both;
	visibility: hidden;
}
.srodtytul {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 15px;
}
div.materialy li {
	margin-left: 25px;
}
img {
	border: none;
}
