body {
	SCROLLBAR-FACE-COLOR: #ffffff; FONT-WEIGHT: normal; FONT-SIZE: 10px; SCROLLBAR-HIGHLIGHT-COLOR: #c1b29d; CURSOR: default; SCROLLBAR-SHADOW-COLOR: #ffffff; COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #c1b29d; SCROLLBAR-TRACK-COLOR: #c1b29d; FONT-FAMILY: Verdana; SCROLLBAR-DARKSHADOW-COLOR: #c1b29d; TEXT-DECORATION: none; background-color: #ffffff
}

A:link {font-weight: normal; font-size: 25px; color:#000000; background: none; font-family: tahoma, Verdana; text-decoration: none}
A:visited {font-weight: normal; font-size: 25px; color:#000000; background: none; font-family: tahoma, Verdana; text-decoration: underline}
A:hover {font-weight: normal; font-size: 25px; color:#888888; background: none; font-family: tahoma, Verdana; text-decoration: underline}

a.menu {font-weight: normal; color:#000000; font-size: 25px; background: none; font-family: tahoma, verdana; text-decoration: none}
a.menu:hover {font-weight: normal; color: #888888; font-size: 25px; background: none; font-family: tahoma, verdana; text-decoration: underline}

a.sub_menu {font-weight: normal; color:green; font-size: 22px; background: none; font-family: tahoma, verdana; text-decoration: none}
a.sub_menu:hover {font-weight: normal; color: #888888; font-size: 22px; background: none; font-family: tahoma, verdana; text-decoration: underline}
a.sub_menu:visited {font-weight: normal; color: green; font-size: 22px; background: none; font-family: tahoma, verdana; text-decoration: underline}

.dane {font-weight: normal; color: #000000; font-size: 25px; background: none; font-family: tahoma, verdana; text-align: justify; text-decorate: none; text-indent: 1cm}
.dane:first-letter{font-size:35px;}
.hr {color: #c1b29d}
.form {font-weight: normal; color:#000000; font-size: 25px; background: none; font-family: tahoma, verdana; text-decoration: none}
.stopka {font-weight: normal; color:#000000; font-size: 25px; background: none; font-family: tahoma, verdana; text-decoration: none}
.blad {font-weight: normal; color:red; font-size: 25px; background: none; font-family: tahoma, verdana; text-decoration: none}
.start {font-weight: normal; color:#000000; font-size: 25px; background: none; font-family: tahoma, verdana; text-decoration: none; text-align: center; text-indent: 0cm}
.start:first-letter{font-size:25px;}
.podpisy {font-weight: normal; color:#000000; font-size: 12px; background: none; font-family: tahoma, verdana; text-decoration: none; text-align: center; text-indent: 0cm}
/*.podpisy:first-letter{font-size:20px;}*/
.opisy {font-weight: normal; color:#000000; font-size: 15px; background: none; font-family: tahoma, verdana; text-decoration: none; text-align: justify; text-indent: 1cm}
.opisy:first-letter{font-size:25px;}
.sitemap {font-weight: normal; color:#000000; font-size: 15px; background: none; font-family: tahoma, verdana; text-decoration: none; text-align: justify; text-indent: 0cm}
.sitemap:first-letter{font-size:25px;}
.blanc_link {font-weight: normal; color:#000000; font-size: 15px; background: none; font-family: tahoma, verdana; text-decoration: none}
.naglowek {font-weight: normal; color:#000000; font-size: 15px; background: none; font-family: tahoma, verdana; text-decoration: none; text-align: center}

.login {font-weight: normal; color:red; font-size: 15px; background: none; font-family: tahoma, verdana; text-decoration: none; text-align: left; text-indent: 0cm}
.login:first-letter{font-size:25px;}
a.menu_nie {font-weight: normal; color:red; font-size: 25px; background: none; font-family: tahoma, verdana; text-decoration: none}
a.menu_nie:hover {font-weight: normal; color: #888888; font-size: 25px; background: none; font-family: tahoma, verdana; text-decoration: underline}
a.menu_tak {font-weight: normal; color:green; font-size: 25px; background: none; font-family: tahoma, verdana; text-decoration: none}
a.menu_tak:hover {font-weight: normal; color: #888888; font-size: 25px; background: none; font-family: tahoma, verdana; text-decoration: underline}

ul#opis {
	list-style: none;
}

.input{
  padding:12px;
  background:#cccccc;
  border: 1px solid #000000;
  font-size:24px;
  color:#000000;
  font-family:tahoma;
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 24px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.button:hover {
	text-decoration: none;
}

.button:active {
	position: relative;
	top: 1px;
}

.black {
  outline: none;
	color: #ffffff;
	border: solid 1px #000000;
	background: green;
//for Webkit
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#ffffff));
//for Firefox
	background: -moz-linear-gradient(top,  #000000,  #ffffff);
//for IE
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff');
}

.black:hover {
  outline: none;
  color: #000000;
	background: #cccccc;
//for Webkit
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#333333));
//for Firefox
	background: -moz-linear-gradient(top,  #333333,  #333333);
//for IE
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#333333');
}

.black:active {
	color: #333333;
//for Webkit
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#ffffff));
//for Firefox
	background: -moz-linear-gradient(top,  #000000,  #ffffff);
//for IE
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff');
}

/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}

.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}







/*
	* { 
			margin: 0; 
			padding: 0;
		}
		body { 
			font: 100% normal Arial, Helvetica, sans-serif; 
			background: #161712;
		}
*/
/*
	form, input, select, textarea {
			margin:0; 
			padding:0; 
			color:#ffffff;
		}
*/
		div.box {
			margin:0 auto;
			width:500px;
			background:#222222;
			position:relative;
			top:50px;
			border:1px solid #262626;
		}
 
		div.box h1 { 
			color:#ffffff;
			font-size:18px;
			text-transform:uppercase;
			padding:5px 0 5px 5px;
			border-bottom:1px solid #161712;
			border-top:1px solid #161712; 
		}
 
		div.box label {
			width:100%;
			display: block;
			background:#1C1C1C;
			border-top:1px solid #262626;
			border-bottom:1px solid #161712;
			padding:10px 0 10px 0;
		}
 
		div.box label span {
			display: block;
			color:#bbbbbb;
			font-size:12px;
			float:left;
			width:100px;
			text-align:right;
			padding:5px 20px 0 0;
		}
 
		div.box .wpis {
			padding:10px 10px;
			width:200px;
			background:#262626;
			border-bottom: 1px double #171717;
			border-top: 1px double #171717;
			border-left:1px double #333333;
			border-right:1px double #333333;
		}
 
		div.box .wiadomosc {
			padding:7px 7px;
			width:350px;
			background:#262626;
			border-bottom: 1px double #171717;
			border-top: 1px double #171717;
			border-left:1px double #333333;
			border-right:1px double #333333;
			overflow:hidden;
			height:150px;
		}
 
		div.box .button	{
      outline: none;
			margin:0 0 10px 0;
			padding:4px 7px;
			background:#CC0000;
			border:0px;
			position: relative;
			top:10px;
			left:382px;
			width:100px;
			border-bottom: 1px double #660000;
			border-top: 1px double #660000;
			border-left:1px double #FF0033;
			border-right:1px double #FF0033;
		}






.gallery {
position:relative;
overflow:hidden;
width:520px;
margin:15px auto;
padding:50px;
background:#eee;
}

.gallery a:link,
.gallery a:active,
.gallery a:visited {
color:#555;
outline:0;
text-decoration:none;
}

.gallery a:hover {color:#fc0;} 

.gallery img {border:0;}
.gallery .float-left {float:left;}
.gallery .float-right {float:right;}
.gallery .clear {clear:both;}
.gallery .clearb10 {padding-bottom:10px;clear:both;}

.gallery .titlebar {
height:24px;
line-height:24px;
margin:0 5px;
}

.gallery .title {
font-size:18px;
font-weight:400;
}

.gallery .thumb {
overflow:hidden;
float:left;
width:110px;
height:75px;
margin:5px;
border:5px solid #fff;
}

.gallery .thumb:hover {
border:0;
width:120px;
height:85px;
}

/***** pagination style *****/
.gallery .paginate-wrapper {
padding:10px 0;
font-size:11px;
}

.gallery a.paginate {
color:#555;
padding:0;
margin:0 2px;
text-decoration:none;
}

.gallery a.current-paginate, 
.gallery a.paginate:hover {
color:#333;
font-weight:700;
padding:0;
margin:0 2px;
text-decoration:none;
}

.gallery a.paginate-arrow {
text-decoration:none;
border:0;
}

