body {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	background: #dcdede;
	
}





.calosc {
	
	position: relative;
	width: 1024px;
	height: 600px;
	
	margin: auto;
	z-index: 99;
}



.logo {
		position: relative;
		width: 120px;
		height: 65px;
		left: 0px;
		top: 0px;
		z-index: 99;
}



.naglowek {
	width: 100%;

}


.logonapis {
		position: relative;
		width: 600px;
		height: 25px;
		left: 0px;
		top: 15px;
		z-index: 99;
		font-family: Tahoma, Helvetica, Arial, sans-serif;
		line-height: 22px;
		font-size: 28px;
		font-weight: bold;
		color: #000000;
		
}

.strefaucznia {
	
		position: fixed;
		width: 200px;
		left: 0px;
		top: 0px;
		left: 65%;
		z-index: 99;
		height: 75px;

}


.strefaucznia img:hover{
	height: 80px;
	margin-top: -10px;
	
	
}


.strefaucznia img{
	height: 80px;
	margin-top: -20px;
	
}



.strefaucznianapis {
	
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 9px;
		font-weight: bold;
		color: grey;
		z-index: 96;

}



.menutab {
	width: 100%;
	height: 50px;
	z-index: 91;	
}


.menutab td{
	background: #5287ff; 
	text-align: center;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
	
.menutab td:hover{
	background: red;
	cursor:pointer;	
}
	
	
	
.srodek	{
		min-height: 400px;
		background: #FFFFFF;
		border-radius: 15px;
		padding: 15px;
		text-align: justify;
		line-height: 16px;
	
}
	
	
	

.stopka{
	position: fixed;
	width: 100%;
	bottom: 0px;
	left: 0px;
	background: #ffcc00; 
	text-align: center;
	line-height: 6px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	z-index: 111;
}


.stopka a{

	font-size: 12px;
	font-weight: bold;
	color: grey;
	z-index: 111;
}


.dopisek {
	font-size: 75%;
	margin-left: auto;
	font-weight: bold;
	color: #FFFFFF;
}
	
	
	
	
.page-header {
	
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding: 25px;


}	
	
	
	
	
	
	


a {
	color: #005e8d;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #002b41;
	text-decoration: underline;
}



p {
	margin: 25px;
}




strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


h1,h2,h3,h4,h5,h6 {
	margin: 9px 0;
	font-family: inherit;
	font-weight: bold;
	line-height: 18px;
	color: inherit;
	text-rendering: optimizelegibility;
}


hr {
	margin: 18px 0;
	border: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #fff;
}


.info {
		position: absolute;
		width: 550px;
		left: 30%;
		top: 200px;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #000000;
		z-index: 20;
		background: #FFFFFF;
		border-radius:15px;
		padding: 25px;
}


.pasektop {

		width: 99%;
		left: 0px;
		top: 0px;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #FFFFFF;
		z-index: 105;
		background: red;
		padding: 5px;
}


#form-login-username {
	
	padding: 5px;
	
}

#form-login-password {
	
	padding: 5px;
	
}

#form-login-remember {
	
	padding: 5px;
	
}

#form-login-submit {
	
	padding: 5px;
	
}