/*  (c) 2008 Control : ( http://e-ctrl.net )
    --------------------------------------------------------------
	Wszelkie prawa zastrzeżone dla : Control Marek Zima
	Pomoc techniczna : http://e-ctrl.net
    --------------------------------------------------------------
*/


body {	background-color: #FFF;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;

	text-align: center; /* wysrodkowuje DIV'y w IE */
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; }

/* ########## ########## ########## D I V ########## ########## ########## */

/* HEADER */


.sitemap  { width: 55%;
	    float: left;
	    overflow: hidden;
	    background: url(../img/bg.jpg) repeat-y left;
	    border-bottom:1px dashed #0099FF; 
	    color: #E9F1FC; font-family: Arial, Helvetica, sans-serif; font-size: 12px;text-align: left; cursor: help; }

.sitemap:hover  { border-bottom:1px dashed #FFF; }

.sitemap2 { width: 45%;
	    float: left;
	    overflow: hidden;
	    background-color: transparent;
	    border-bottom:1px dashed #0099FF; 
	    color: #0099FF; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: right; cursor: help; }

.sitemap2:hover  { border-bottom:1px dashed #000; }

.logo      { width:980px; overflow: hidden; clear: both; background-color: transparent;
	     color: #0099FF; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: center; }

.menu      { width: 100%; overflow: hidden; clear: both; background-color: transparent;
	     color: #0099FF; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: center; }
 

/* ZAWARTOSC */

#srodek1   { width:980px; background: none; overflow:hidden; margin:0 auto; }
#srodek2   { width:980px; background:#FFFFFF; overflow:hidden; margin:0 auto; } 
#bottomend   { width:980px; background: transparent;  overflow:hidden; margin:0 auto; } 

.menuleft  { background:none; float:left; width:200px; min-height: 600px; display:inline; margin:0 auto; border-left:1px solid #AEAEAE; } .menuleft:hover {  }
.menuright { background:none; float:left; width:200px; min-height: 600px; display:inline; margin:0 auto; border-right:1px solid #AEAEAE; } .menuright:hover {  }
.odstep    { background:none; float:left; width:17px; display:inline; margin:0 auto;}
.odstep2   { background:none; float:left; width:24px; display:inline; margin:0 auto;}
.tresc     { background:none; float:left; width:546px; min-height: 400px; display:inline; margin:0 auto; overflow:hidden; } .tresc:hover {  }


/* STOPKA */

.prestopka  { width: 100%;
	    float: center;
	    overflow: hidden;
	    background: url(../img/gfx/headline1.png) repeat-y left;
	    border-bottom:1px dashed #0099FF; 
	    color: #E9F1FC; font-family: Arial, Helvetica, sans-serif; font-size: 12px;text-align: left; cursor: help; }
.prestopka:hover  { border-bottom:1px dashed #FFF; }


.stopka  { width: 55%;
	    float: left;
	    overflow: hidden;
	    background: url(../img/gfx/headline1.png) repeat-y left;
	    border-bottom:1px dashed #0099FF; 
	    color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 12px;text-align: left; cursor: help; }
.stopka:hover  { border-bottom:1px dashed #FFF; }


.stopka2 { width: 45%;
	    float: left;
	    overflow: hidden;
	    background-color: transparent;
	    border-bottom:1px dashed #0099FF; 
	    color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: right; cursor: help; }
.stopka2:hover  { border-bottom:1px dashed #000; }

.stopka2 a { width: 45%;
	    color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: right; cursor: help; }


/* ########## ########## ########## T E X T ########## ########## ########## */


/* H1 H2 H3 ITP.. 
==================*/

h1 {	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFCC00;
	text-align: center; }

h2 {	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFCC00;
	text-align: center; }

h3 {	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFCC00;
	text-align: center; }



/* HMMM.. 
===========*/


/* ZMIANA WYGLADU TABELKI PO NAJECHANIU MYSZKA */
td:hover { border-color: #00486A; }


/* MENUCSS 
===========*/


ul, ul li { display: block; 
	    list-style: none;
	    margin: 0; padding: 0; }

ul li { display: inline;
	white-space: nowrap; 
	margin-right: 10px; }

ul a:hover { background-color: #486A84;
	     border-bottom-color: #000; }

ul a:link, ul a:visited {
 	font-size: small; 
	text-decoration: none;
	background-color: #3E5C73;
	color: #FFF;
	border: 1px solid #486A84;
	padding: 2px; }


