/* css reset - początek*/
* {
	padding: 0px;
	margin: 0px;
}

html {
	overflow-y: scroll;
}

a {
	outline: none;
}

a img {border: none;
}

.clear {
	clear: both;
}
/* css reset - koniec*/

body {
	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 12px;
}

/*
@font-face {
	font-family: 'GraublauWebBold';
	src: url('/images/GraublauWebBold.eot');
	src: local('Graublau Web Bold'), 
	local('GraublauWeb-Bold'), 
	url('/images/GraublauWebBold.otf'); 
}
*/
ul {
	margin-left:20px;
}

p {
	color: #333333;
	line-height: 1.4em;
	font-size: 1.2em;
}

p a {
	text-decoration: none;
	color: #f71d2f;
}

p a:hover {
	text-decoration: underline;
	color: black;
}

#wrapper {
	
}

#main {
	
}

#content {

}

#sidebar {

}

#footer {

}


/*
Piotrka klasy
*/

.znacznikiStronZwykle {
   height: 20px;
   margin-left: 20px;
   background-color: #e7e7e7;
   float: left;
}

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

.znacznikiStronZwykle a.tag {
   line-height: 20px;
   display:block;
   float:right;
   width:20px;
   height: 20px;
   color: black;
   text-align:center;
   font-weight: bold;
   text-decoration:none;
}

.znacznikiStronZwykle a.active, .znacznikiStronZwykle a.tag:hover {
   background-color: #dddddd;
   font-weight: bold;
   color: black;
}

.pole {
   line-height: 12px;
	font-size: 12px;
	padding:2px;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	color: #534741;
	background-color: white;
	border:1px solid rgb(11,71,112);
}

.button {
	padding-left: 10px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-top: 4px;
	/*font-family: Verdana, "Times New Roman", Times, serif;*/
	font-size: 11px;
	background:rgb(0,40,77);
	color:white;
	border:0px;
	cursor:pointer;
}

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

.dragged {
	cursor: all-scroll !important;
	border-color: #cc0000 !important;
	z-index: 300 !important;
	filter: alpha(opacity=60);-moz-opacity:.60;opacity:.60;
}

.chosen {
	background: rgb(194,194,194);
}

span.napisNadPolem {
   font-family:Verdana;
   line-height: 10px;
   color: #4a4a4a;
   font-size: 9px;
   padding-bottom:2px;
   display:block;
}

.errorDiv {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 1.2em;
	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: 1.2em;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	background-color: #009245;
	font-weight: bold;
}


