
/* 
{
	border: 1px solid black;
	font-size: 12pt;
	font-family: "Arial",Serif;
}
*/

/* Pierwsze zajęcia */
div 
{
    border-style:solid;
    border-width:1px;
}

div#baner
{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    height:64px;
    
    background-image:url('../img/f16smuga.jpg');
    background-repeat:repeat-x;
    min-width: 400px;
    z-index: 1;
}


div#menu 
{
    position:absolute;
    left:10px;
    top:90px;
    width:150px;
    
    background-color: #B3D7FB;
    z-index: 3;
    padding: 20px 20px 20px 20px;
    border-width: 2px;
    border-color: Black;
    font-family: Calibri,Sans-Serif;
}

div#tresc 
{
    position: absolute;
    right:0px;
    top:90px;
    left:210px;
    bottom:0px;
    
    overflow:auto;
    border-width:0px;
    padding: 10px 20px 10px 10px;
    z-index: 2;
}


div.dodatkowo
{
	float: left;
	width: 200px;
	padding: 10px 10px 10px 10px;
	margin: 0px 10px 0px 0px;
	overflow: hidden;
}

div#lg
{
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url('../img/rog.png');
    left: -2px;
    top: -2px;
    border: 0px;
    z-index: 4;
}

div#pg
{
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url('../img/rog2.png');
    right: -2px;
    top: -2px;
    border: 0px;
    z-index: 4;
}

div#pd
{
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url('../img/rog3.png');
    bottom: -2px;
    right: -2px;
    border: 0px;
    z-index: 4;
}

div#ld
{
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url('../img/rog4.png');
    left: -2px;
    bottom:-2px;
    border: 0px;
    z-index: 4;
}

div#tytul_menu
{
    position: absolute;
    left: 30px;
    top: -10px;
    right: 30px;
    z-index: 5;    
    background-color: White;
    text-align: center;
    border-width: 2px;
    font-family: Calibri,Sans-Serif;
}

a 
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h1 
{
    text-align: center;
    font-family: Calibri,Sans-Serif;
    margin-top: 0.5em;
}

/* Drugie zajęcia */


img
{
    border-width: 0px;
}

img#baner2
{
    float:right;
}
          
p 
{
    text-align: justify;
	margin-top: 0em;
	margin-bottom: 0em;
}

p.tekst
{
	margin-bottom: 0.5em;
}

p.tekst:first-letter 
{
    font-size: 1.5em;
}

h2+p.tekst
{
    text-indent: 0em;
}

p.tekst
{
    text-indent: 1.5em;
}
h2
{
    font-family: Calibri,Sans-Serif;
    margin-top: 0.5em;
	margin-bottom: 0.5em;
}

h4
{
    font-family: Calibri,Sans-Serif;
    margin-top: 0em;
	margin-bottom: 0.5em;
}

ol
{
    list-style-type: upper-roman;
}


li ol
{
    list-style-type: decimal;
}

li li ol
{
    list-style-type: lower-alpha;
}

/*
A gdyby było już CSS3 (Nie zadziała w IE)
*/

div.dodatkowo:nth-of-type(2n)
{
	float: right;
	margin: 0px 0px 0px 10px;
}


