* {
    font-family: trebuchet ms, arial, sans-serif;
}


body {
    margin: 0px;
    padding: 0px;
    behavior: url("/iefix.htc");
}

html { margin: 0px; padding: 0px; }


h1
{
    font-size:11pt;
}

h2,h3
{
    font-size:10pt;
}

p,td, li, th
{
    font-size: 8pt;
}

input,textarea
{
    font-size: 9pt;
    background: lightgray;
    border: 1px solid black;
}

fieldset
{
    border: 1px solid black;
}

a
{
    text-decoration: none;
}

legend
{
    font-size: 8pt;
    font-weight: bold;
}




div#menu {
	padding: 2px;
	background: #FFAA11;
	font-size: 10pt;
	height: 24px;
}

#menu ul {
	margin: 0;
	padding: 0 0 19px 0;
	list-style-type: none;
}

#menu li  {
	margin: 0 -1px 0 0;
	padding: 0;
	padding-left: 7px;
	padding-right: 7px;
	border:1px solid black;
	color:black;
	text-decoration:none;
	background-color:white;
	float:left;
}

#menu a.mi {
	text-decoration: none;
	display: block;
	color: #000000;
	background-color: #ffffff;
}

#menu ul.poziom1 a.mi {display: inline}
#menu ul.poziom2 a.mi {display: block}

#menu a.mi:hover {
	text-decoration: underline;
}

#menu li ul {
	display: none;
}

#menu li:hover ul {
	visibility: visible;
	display: block;
	position:absolute;
	z-index:1;
	width:120px;
	padding-left: 7px;
	padding-right: 7px;
	padding: 0;
	margin: 0;
	border:1px solid black;
	background: white;
}

#menu li li {
	border: none;
	}

#menu li li a {
	padding: 2px 2px 2px 10px;
}

.support {
	clear: both;
}

ul.poziom1 li {height: 22px; }


ul.poziom2 li {height: auto; }




.male
{
    font-size: 7pt;
}


table.forumwatki, table.forumwatki tr
{
    width: 100%;
}

table.forumwatki td, table.forum th
{
    border: 1px solid black;
    vertical-align: middle;
    padding: 3px;
    text-align:center;
}

table.forumwatki td.dodatek
{
    vertical-align: top;
    text-align:left;
    padding-top:0;
    margin-top:0;
    font-weight: bold;
    font-size: 11pt;
}


span.tagi
{
    font-size:9pt;
    color:green;
}

span.tagi a
{
    font-size:9pt;
    color:green;
}

table.forum, table.forum tr
{
    width: 100%;
}



td.forum_tresc, td.forum_id
{
    vertical-align: top;
    border: 1px solid black;
    overflow: hidden;
}

span.forum_autor
{
    font-weight: bold;
}

span.forum_data
{
    font-size: 7pt;
}


div.forum_img
{
    width: 142px;
    overflow: hidden;
    height: 142px;
}

img.forum_img
{
    clip: rect(0px,0px,140px,140px);
    border: 1px;
}

p.forum_tresc, p.forum_podpis
{
    padding: 1px;
}

p.forum_podpis
{
    font-size: 7pt;
}

table.forum_nr
{
    width: 100%;
}

table.forum_nr td
{
    text-align: center;
    width: 6.66%;
}

textarea.forum_wypowiedz
{
    width: 100%;
    height: 75px;
}

input.forum_wypowiedz
{
    width: 100%;
}


.nieobecnosc
{
    background: #ff4444;
}

.obecnosc
{
    background: lightgreen;
}

.odwolane
{
    b//ackground: black;
    text-decoration: line-through;
    background: lightgray;
}


.spoznienie
{
    background: lightblue;

}

.uspr
{
    background: yellow;

}


@media print {

    .niedrukuj {
	display:none;
    }    
}

@media print {

    div#menu {
	display:none;
    }    
}


p.proust_wprowadzanie 
{ font-style:italic;}

p.proust_pytanie  {
    font-weight:bold;
}

#dane {
// Wlacz kiedy ci smutno, kiedy ci zle,
// kiedy masz rozne, rozne zmartwienia:
// background-image: url(/img/misie.gif) !important;
}


input.error {border: 1px solid #B22222; background: #FA8072;}
label.error {color:red;}