body {
	background-color:#8A8A8A;
	background-image: url('grafika/tlo2.jpg');
	margin: 0;
	font-size: 14px;
	}

h1 {color: #B49900; text-align: center;; padding-top: 10px; padding-right: 26px; margin: 0;
	font-size: 40px;
}
h2 {
	text-align: center;
	margin: 8px 0 18px 0;
}

div {
	margin: 0;
	padding: 0
}

a
{
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}	

p {
	margin-left: 4px;
}	


#body {
   width: 960px;
   margin-top: 4px; margin-bottom: 20px; margin-left: auto; margin-right: auto;
   border-color: #505050; border-style:solid; border-width: 1px;
   background-color: #B0B0B0;
   overflow: hidden;
}

div#header {
	background-image: url('grafika/banner-w3.jpg');
	background-repeat:no-repeat;
	height: 248px;
	position: relative;
}

div#headertable {
	display: table;
	height: 248px;
}


a#headeranchor {
    width: 100%;
    height:  100%;
    position: absolute;
    left: 0;
    top: 0;
}


#headertext{
	text-align: justify;
	margin-bottom: 0px;
	padding: 2px 8px;
	color: black;
	display: table-cell;
	vertical-align: bottom;
	font-size: 18px;
	font-weight: bold;
}

q {
	font-style: oblique;
}

#menu {
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	overflow: hidden;
	float: left;
	width: 200px;
	text-align: center;
	background-color: #B0B0B0;
	color: #F4F394;
	font-size: 20px;
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	background-image: linear-gradient(left , #B3B3B3 0%, #919191 100%);
	background-image: -o-linear-gradient(left , #B3B3B3 0%, #919191 100%);
	background-image: -moz-linear-gradient(left , #B3B3B3 0%, #919191 100%);
	background-image: -webkit-linear-gradient(left , #B3B3B3 0%, #919191 100%);
	background-image: -ms-linear-gradient(left , #B3B3B3 0%, #919191 100%);
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, #B3B3B3),
		color-stop(1, #919191)
	);
}

#dolnemenu {
	margin-top: 80px;
	
}


#content {
	padding: 8px;
	
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	overflow: hidden;
	float: right;
	width: 744px;

	min-height: 350px;
	background-color: #eee;
	background-image: linear-gradient(left , #bbb 0%, #eee 10px);
	background-image: -o-linear-gradient(left , #bbb 0%, #eee 10px);
	background-image: -moz-linear-gradient(left , #bbb 0%, #eee 10px);
	background-image: -webkit-linear-gradient(left , #bbb 0%, #eee 10px);
	background-image: -ms-linear-gradient(left , #bbb 0%, #eee 10px);
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, #BBBBBB),
		color-stop(0.05, #EEEEEE)
	);
}

#info {
	border: 4px dashed;
	background-color: #e8e826;
	font-family: Verdana, Arial, Helvetica, sans-serif;;
}

#footer {
	clear: both;
	background-color: #71670e
}


#header_opis {
	position:absolute;
	right:10px;
	bottom: 0px
}


#listaprzepisow {
	font-size: 1.1em;
}	

#listaprzepisow a{
	color: inherit;
}	

#listaprzepisow li{
	margin-bottom: 5px;
}	

#zdjecia {
	margin: 6px 10px 10px
}

div.zdjecie {
	width: 210px;
	margin: 0px 10px 20px 0px; 
	display: inline-block;
}


div.zdjecie img {
	border-width: 3px;
	border-color: #96BF00;
	border-style: solid;
}


div.zdjecie img:hover {
	border-color: #CC0000;
}
	



.wiadomosc {
	padding: 10px 20px 30px
}

.data {
	color: #E08A05;
	font-size: 1.0em;
	margin: 0
}

.tekst {
	margin: 0;
	padding-top: 9px	
}

a.menuitem {
	border: 3px none rgb(128,128,128);
	margin: 5px 5px;
	padding: 4px 0;
	display: block;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px; 
	border-radius:5px;
}	

a.menuitem:hover {
	/*border: 3px groove white;
	margin: 0px 0px 0px 0px;	*/
	text-decoration: none;
	color: rgb(255,255,210);
	background-color: rgb(40,40,240);

}	

}	

a#logout {
	font-weight: bold;
	color: red;
}

a#podlgad {
	color: green;
}



.link {
	padding: 20px 20px 0px 30px
}

.link h2{
	text-align: left;
	color: #4A3400;
	margin-bottom: 0px;
	font-size: 1.3em;
}
.link h2 a{
	color: inherit;
}

.link a.url{
	font-size: 0.8em;	
	}

.link p.opis{
	font-size: 0.9em;	
	margin: 5px 0px
	}

form {
	margin: 10px 10px;	
	padding: 5px; 
}


form *
{
	margin-top: 0.5em;
}

textarea#tresc {
	width: 100%;
}

div.spacer {
  clear: both
  }

.error
{
	text-align: center;	
	color: red;
	font-weight: bold;
}

.ok
{
	text-align: center;	
	color: #E2BB2F;
}

div.bannery
{
	margin-top: 30px;
}

div#menu img
{
	margin: 5px auto;
	border-style: none;
}

#logininfo
{
	color: green;
	font-size: 0.8em;
	text-align: right;
	margin-right: 10px;
}

table#listawiadomosci {
	border-style: none;
	border-spacing: 0px;
	margin: 30px 5px;
	font-size: 0.9em;
}

table#listawiadomosci caption {
	font-size: 1.4em;
}

table#listawiadomosci th {
	font-size: 1.1em;
}

table#listawiadomosci th, table#listawiadomosci td{
	padding: 0.3em 3px;;	
}

table#listawiadomosci tr.header{
	background-color: #B0E0B0;
}



table#listawiadomosci tr.odd {
	background-color: #E0E0E0;
}

table#listawiadomosci tr.even {

	background-color: #B0B0E0;
}

table#listawiadomosci tr:hover{
	background-color: #5050FF;
}

td.akcje{
	font-size: 0.8em;
}

.green {
	color: green !important;
}

.red {
	color: red !important;
}


a.buttonlike {
   border: 4px outset;
   padding: 2px 4px;
   
   text-decoration: none;
	margin-top: 2px;   
	margin-bottom: 2px;  
	display: inline-block; 
 }

.poleformularza {
	width: 90%;
}

select
{
	min-width: 200px;
}

input {
	float: right;
}

form#nowyobraz {
	min-width: 40em;
	max-width:100%;

}

fieldset {
	border-style: groove;
	border-width: 2px;
	border-color: black;
	line-height: 2em;
}
input[type=submit],input[type=button]
{
	padding: 1px 20px;
}

input.zdjecieinput {
	max-width: 70%;
	float: right;
	width: 50em;
	text-align: left;
}
  
.banner
{
	float: left;
}

.separator
{
	clear: both;
}

