/*moja strona*/

* {
margin: 0;
padding: 0;
}

body {
background-color: #fff;
font-family: Tahoma;
font-size: 10pt;
}

#page {
width: 760px;
margin: 0 auto;
text-align: center;
}

ul {
list-style-type: square;
}

ul li {
padding: 10px;
}

a, a:link, a:active, a:visited {
color: #666;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #666;
font-weight: bold;
text-decoration: underline;
}

/*-----------------------------------------------*/

#header {
width: 760px;
height: 80px;
margin: 20px 0 20px 0;
background-color: #cc0000;
border-bottom: #7a7a7a solid 20px;
}

#title {
float: left;
margin-top: 10px;
padding-left: 20px;
color: #fff;
font-family: Arial;
font-size: 24pt;
}

#subTitle {
clear: left;
float: left;
padding-left: 22px;
color: #fff;
font-family: Arial;
font-size: 12pt;
}

/*-----------------------------------------------*/

#content {
margin: 0 auto;
text-align: center;
}

p {
margin-bottom: 20px;
font-family: Tahoma;
font-size: 10pt;
}

#moduly {
float: left;
/*width: 440px;*/
margin: 0;
}


#modulycentered {
float: center;
/*width: 440px;*/
margin: 0;
}

.modulynaglowek {
padding: 0.5cm;
color: #cc0000;
font-family: Tahoma;
font-size: 10pt;
font-weight: bold;
text-align: center;
/* border-bottom: 2px #c2c2c2 dashed;*/
}

.modulytresc {
font-family: Tahoma;
font-size: 10pt;
font-weight: bold;
text-align: center;
}

table.zajecia {
float: left;
text-align: center;
border-top: 2px #c2c2c2 dashed;
}


td {
border-right: 2px #c2c2c2 dotted;
}


#wizytowka {
float: right;
width: 150px;*
/*height: 140px;*/
margin-top: 50px;
margin: 0 auto;
padding: 1cm 0 0.5cm 0;
font-family: Tahoma;
font-size: 10pt;
font-weight: bold;
text-align: center;
border: 2px dotted #c2c2c2;
background-color: #f7f7f7;
}

.wizytowkanaglowek {
margin-top: 10px;
color: #cc0000;
font-family: Tahoma;
font-size: 10pt;
font-weight: bold;
text-align: center;
border-bottom: 2px #c2c2c2 dotted;
}

table.wizytowkanaglowek {
float: left;
text-align: center;
border-top: 2px #c2c2c2 dashed;
}


td.wizytowkanaglowek {
border-right: 0px #c2c2c2 dotted;
}


#footer {
clear: both;
width: 760px;
margin: 0 auto;
padding-top: 20px;
color: #c2c2c2;
font-family: Arial;
font-size: 8pt;
text-align: center;
border-bottom: #7a7a7a solid 20px;
}

.left {
float: left;
margin: 0;
padding-top: 1px;
padding-left: 10px;
}


.right {
float: right;
margin: 0;
padding-top: 3px;
padding-right: 10px;
}


.flink:link, .flink:active, .flink:visited {
color: #c2c2c2;
font-family: Arial;
font-size: 8pt;
text-decoration: none;
}

.flink:hover {
color: #666;
font-family: Arial;
font-size: 8pt;
text-decoration: underline;
}

.mlink:link, .mlink:active, .mlink:visited {
color: #cc0000;
font-family: Arial;
font-size: 8pt;
text-decoration: none;
}

.mlink:hover {
color: #bb1f1f;
font-family: Arial;
font-size: 8pt;
text-decoration: underline;
}