/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  For All
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
*
{
	padding:2;
	margin:2;
}	

* img
{
	border: 0px dotted lime;
}


body 
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #80B8E8;
  	color: #003868;
	padding: 0;
	padding-top: 1em;
	padding-bottom: 1em;
}

body input
{
  		color: blue; 
		background-color: inherit;
		/*font-size:16px;*/
		/*font-weight:normal;*/
		/*border: 2px dotted olive;*/
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Zwezenie <powoduje efekt wysrodkowania>
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#srodek
{
	margin: auto;
	width: 70%;
	color: #003868;
	/*border: 1px dotted #003868;*/
	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Quick Menu: 
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/    
#menu
{
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size: 16px;
}  

#menu ul 
{ 
	position: fixed; 
	padding: 0; 
	/*padding-top: 85px;*/
	margin-left: 10px;
	list-style-type: none; 
}

#menu li 
{ 
	margin: 0 0 .2em 0; 
	/*border: 1px dotted #003868;*/
}

#menu a 
{ 
	display: block; 
	color: #80B8E8;
	background-color: #003868; 
	width: 10em; 
	padding: .2em .8em; 
	text-decoration: none; 
}

#menu a:hover
{ 
	background-color: #80B8E8;
	color: #003868; 
	text-align: right;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Tresc- główna zawartość strony
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#tresc
{
	color: #003868;
	padding: 0px 35px 0px 0px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 35px;
	float: left;
	
	
}

#tresc p
{
	border-bottom: 1px dotted #003868;
	padding-bottom: 10px;
	padding-top: 5px;
	font-size: 12px;
	line-height: 16px;
	
	
}


#tresc h1
{
	text-align: center;
	font-size: 16px;
	color: #003868;
	background-color: inherit;
	padding-top: 10px;
}

#tresc a
{
	text-decoration: underline;
	color: #003868;
	background-color: inherit;
}

#tresc a:hover
{
	text-decoration: none;
	color: #003868;
	/*border-bottom: 0px dashed olive;*/
}

#tresc ul
{
	list-style-type: none;
}


#obraz img
{
	/*overflow: hidden;*/ 
	margin-left: 150px;
}

#tresc img a:hover
{
	
}

#tresc table 
{

}


#tresc tr.one 
{
        background-color: lightgray;
}

#tresc td.two
{
	background-color: lightblue;
}


#tresc .other
{
	color: lightblue;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Stopka
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#stopka
{
	background-color: #003868;
	clear: both;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	//border-top: 1px dotted #003868;
	color: #80B8E8;
}

#stopka a
{
	text-decoration: underline;
	color: #80B8E8;
	background-color: #003868;
}

#stopka a:hover
{
	text-decoration: none;
	color: #003868;
	background-color: #80B8E8;
}

#stopka img
{
	border: 0px dotted #003868;;
}
	

 /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* special: */
#hideall
{
	visibility: hidden;
	z-index: -1;
}

#hideall img
{
	visibility: hidden;
	z-index: -1;
}


	
