/*********
 Czcionki
**********/

body, table, input, textarea  { font: normal 8pt/1.5em Tahoma, Verdana, Arial, sans-serif; }


/**************
 Kolory tekstu
***************/

/* glowny kolor tekstu */
body { color: #000; background-color: #F8F6F2;}

/* kolor linkow */
#content a       { color: #000; text-decoration: underline; }
#content a:hover { color: #b00; }
#content h1 { font: 11pt Tahoma, Verdana; font-weight: bold; }
#content h2 { font: 9pt Tahoma, Verdana; font-weight: bold; }
/* kolor tekstow w polach w formularzach */
#content textarea, #content input, #content label { color: #555; }

/*****
 LOGO
******/

/* jesli dodasz wlasne logo, zaktualizuj ponizej wysokosc nowego logo */
/*#logo {
    height: 124x;
    margin: 10px 0 0px 0;
    border: 0px solid #999;
    background: #DDD2BF;
}*/


/******************
 LEWE I PRAWE MENU
*******************/
#menu {width: 122px; margin: 0;}

/* wyglad pozycji menu */
#menu a             { color: #555; text-decoration: none; }
#menu li           { color: #555; border-bottom: 1px solid #e2e2e2; padding: 1px 1px 1px 2px; }
#menu a:hover{ color: #000; text-decoration: underline; }
#menu li:last-child{ border-bottom-width: 0; }


/**************
 SRODEK STRONY 
***************/

#content
{ font-size: 1em; margin-bottom: 0.5em; }


/*******
 Stopka
********/

#footer         { text-align: center; }
#footer a       { color: #666; text-decoration: underline; }
#footer a:hover { color: #000; }


/*******
 Tabela
********/

#table         { width: 761px; }


/******
 Ramka
*******/

#ramka { width: 100%; height: 600; border: 0px; }


/*********
 Formularz
**********/

#text_area { width: 500; height: 200; }