*/
html
body {
  background-color: edede1;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: center;
}

.logo {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-image: url('img/logo_con2.jpg');
  background-repeat: repeat-x;
  }

.container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  }

.menu {
  width: 200px;
  float: left;
  overflow: hidden;
  } 

.tresc {
  width: 740px;
  float: left;
  text-align: justify;
  margin-left: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  background-color: #fff;
 }

  

.stopka {
        clear: both;
        width: 100%;
        height: 200px;
        background-image:url('img/stopka.jpg');
        background-repeat:repeat-x;
        color: white;
}

ul
{
list-style-type:square;
margin:0;
padding:0;
}

.menu1:link
{
display:block;
font-weight:bold;
font-size: 10pt;
color:darkblue;
border-bottom-style:dotted;
width:190px;
text-align:left;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}

.menu1:visited
{
display:block;
font-weight:bold;
font-size: 10pt;
color:darkblue;
border-bottom-style:dotted;
width:190px;
text-align:left;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}




.menu1:hover
{
background-color:lightsalmon;
border-bottom-style:solid;
}


.menu1:active
{
background-color:pink;
border-bottom-style:solid;
}



p
{
margin-left: 10px;
margin-right: 10px;
}


h1,h2,h3,h4
{
color: darkblue;
}
