/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	/*list-style: none;*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	height: 100%;
}

body {
	font-family: 'Monda',Helvetica, Arial, sans-serif;
	text-align: center;	
	line-height: 1;
	background-color: #F2F2F2;
	background-image: url(/web/images/bg2.png);
	background-repeat:repeat-x;
	background-position: 0 -13px;
	
}

p, li {
	color: black;
	line-height: 1.4em;
	font-size: 13px;
	font-weight: 400;
}

ol {
   list-style-type:numeric;
}

ol, ul {
   margin-left:25px;
}

p a, a p, li a {
	text-decoration: none;
	color: #DE202C;
}

p a:hover, p a.active {
	text-decoration: none;
	color: #818181;
}

h1, h2, h3, h4, h5, h6, .aller, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family:'Monda', Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.2em;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {

}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 21px;
}

h6 {
	font-size: 18px;
}

/*
Piotrka klasy
*/

.znacznikiStronZwykle {
   height: 20px;
   margin-left: 20px;
   font-size: 13px;
   float: right;
   margin-bottom:15px;
}

.znacznikiStronZwykle span {
   display:inline-block;
   float:right;
}

.znacznikiStronZwykle p.napis {
   line-height: 20px;
   display:inline-block;
   padding-left:5px;
   padding-right:5px;
   height:20px;
   float:right;
   text-align:center;
   font-size: 13px;
}

.znacznikiStronZwykle a.tag {
   line-height: 20px;
   display:inline-block;
   float:right;
   padding-left:5px;
   padding-right:5px;
   height: 20px;
   color: black;
   text-align:center;
   font-weight: normal;
   text-decoration:none;
}

.znacznikiStronZwykle span {
   line-height: 20px;
}

.znacznikiStronZwykle a.active, .znacznikiStronZwykle a.tag:hover {
   background-color: #7b7d7f;
   font-weight: normal;
   color: white;
}

.button {
	color:white;
   background:rgb(0,156,226);
   border-width:0px;
   font-family: Verdana, Arial, sans-serif;
   padding:5px;
   padding-left:15px;
   padding-right:15px;
   cursor:pointer;
}

.buttonSmall {
	color:white;
   background:rgb(0,156,226);
   border-width:0px;
   font-family: Verdana, Arial, sans-serif;
   padding:2px;
   cursor:pointer;
}

.button:hover, .buttonSmall:hover {
	background-color: grey;
}

.errorDiv {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	background-color: #ec0200;
	font-weight: bold;
}

.confirmDiv {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	background-color: #009245;
	font-weight: bold;
}

.clear {
	clear: both;
}

.galleryImage {
   width:160px;
   padding:10px;
   border:1px solid #cccccc;
   float:left;
   margin:0px 10px 10px 0px;
}

.galleryImageDesc {
   clear:both;
   text-align:left;
   margin-top:4px;
}

.galleryImageDesc .noDesc {
   font-size:12px;
   cursor:pointer;
   line-height:17px;
   height:17px;
	width:160px;
	display:block;
	overflow:hidden;
}

.galleryImageDesc .galleryImageDescTextarea {
   line-height: 17px;
	font-size: 12px;
	padding:3px;
	font-family: Helvetica, Arial, sans-serif;
	color: #534741;
	background-color: white;
	border:1px solid grey;
	display:block;
	height:17px;
	width:155px;
}
