/***** Global definitions *****/
a {
	text-decoration: none;
}

a:link {
	color: #1b7ec3;
}

a:visited {
	color: #636a6f;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}
/*** Eof Global definitions ***/


/**** WordPress formatting ****/
/*
 * Tu mozna dotykac dowoli, pod warunkiem, ze zachowuje sie nomenklature:
 *
 * #text <tag> lub <klasa> {
 *    ...definicja styli...
 * }
 *
 * To sie nazywa kaskadowosc.
 * Kaskadowosc jest dobra. ;-P
 *
 */
#text h1 {
	font-size: 13px;
}

#text h2 {
	padding-bottom: 20px;
	font-size: 17px;
	font-weight: bold;
	color: #f47814;
	text-align: center;
}

#text h3 {
	padding-bottom: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #f47814;
	text-align: center;
}

#text p {
	padding-bottom: 10px;
	background: none;
	font-size: 13px;
	line-height: 1.5;
	text-align: justify;
}

#text p.ogl {
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	text-align: justify;
	text-indent: 35px;
}

#text ul {
	font-size: 12px;
	margin-bottom: 8px;
	padding-left: 14px;
}

#text ul li {
	font-size: 12px;
	line-height: 1.5;
	text-decoration: none;
	text-align: left;
	margin-bottom: 10px;
}

#text ol {
	font-size: 12px;
	margin-bottom: 12px;
}

#text ol li {
	margin-left: 20px;
	font-size: 12px;
	line-height: 1.5;
	text-decoration: none;
	text-align: justify;
}

#text .bold {
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}

#text .center {
	text-align: center;
	margin: 0px auto;
}

#text .margintop {
	margin-top: 40px;
}

#text .marginbottom {
	margin-bottom: 40px;
}

#text .wciecie {
	text-indent: 20px;
}

#text .name {
	padding-top: 15px;
	font-weight: bold;
	font-size: 12px;
}

#text .pdf {
	padding-right: 5px;
	padding-top: 2px;
}

#text .spzzoz {
	font-weight: bold;
	font-family: Verdana, sans-serif;
	text-align: center;
}

#text .star {
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	list-style: disc;
}

#text .uwaga {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #f00;
	line-height: 2;
	text-align: center;
}

#text .info {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	text-align: justify;
	line-height: 1.5;
}

#text .info_bold {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	text-align: justify;
	line-height: 1.5;
}

.galeria {
	margin: 10px;
	border: 1px solid #999999;
}

#text .margin {
	margin: 10px 0px 60px 0px;
}

#text .wyroznienie {
	background-color: #C8C8C8;
	border: 1px #f47814 solid;
	padding: 10px;
}

#text .wyroznienie_jasniejsze {
	background-color: #e4e4e4;
	border: 1px #999999 solid;
	padding: 10px;
}

div .navigation {
	width: 100%;
	clear: both;
}

div .alignleft {
	float: left;
}

div .alignright {
	float: right;
}

/** Eof WordPress formatting **/
