body {
 font-family: "Verdana", "Arial", "Helvetica";
margin: 0px; 
padding: 0px; 
}

.background {background-image: url("img/HEAD2.png"); width: 1000px; background-color: #fff}

.nadpis{
   font-family: "verdana", "arial", "helvetica";
   font-size: 12pt;
   font-weight: bold;
   color: #000000;
   margin-left: 30;
   margin-right: 30;
   
}

.title {
   font-family: "verdana", "arial", "helvetica";
   font-size: 10pt;
   font-weight: bold;
   color: #3D3D3D;
   text-align: center;
}

.text {
   font-family: "verdana", "arial", "helvetica";
   font-size: 10pt;
   font-weight: normal;
   color: #000000;
   margin-left: 30;
   margin-right: 30;
   text-align: justify;
}

.textr {
   font-family: "verdana", "arial", "helvetica";
   font-size: 9pt;
   font-weight: normal;
   color: #000000;
   margin-left: 30;
   margin-right: 30;
   text-align: right;
}

.textl {
   font-family: "verdana", "arial", "helvetica";
   font-size: 9pt;
   font-weight: normal;
   color: #000000;
   margin-left: 30;
   margin-right: 30;
   text-align: left;
}

.textsmall {
   font-family: "verdana", "arial", "helvetica";
   font-size: 9pt;
   font-weight: normal;
   color: #000000;
}
.textvsmall {
   font-family: "verdana", "arial", "helvetica";
   font-size: 8pt;
   font-weight: normal;
   color: #000000;
}

.textvsmallb {
   font-family: "verdana", "arial", "helvetica";
   font-size: 8pt;
   font-weight: bold;
   color: #000000;
}

.textsmallb {
   font-family: "verdana", "arial", "helvetica";
   font-size: 9pt;
   font-weight: bold;
   color: #000000;
}

.textb {
   font-family: "verdana", "arial", "helvetica";
   font-size: 10pt;
   font-weight: bold;
   color: #000000;
   margin-left: 30;
   margin-right: 30;
}

.textcont {
   font-family: "verdana", "arial", "helvetica";
   font-size: 9pt;
   font-weight: bold;
   color: #000080;
   text-align: center;
}

.stin {
   font-family: "verdana", "arial", "helvetica";
   font-size: 1pt;
   font-weight: normal;
   color: #3C3835;
   margin-left: 45;
   margin-right: 5;
         
}

.menu {
   font-family:"verdana", "arial", "helvetica";
   font-size: 9pt;
   color: #000000;
   font-weight: bold;
   margin-left: 0;
   margin-right: 0;
}

.menu  a	{ color: #000000; text-decoration: none}
.menu  a:link 	{ color: #000000; text-decoration: none}
.menu  a:vlink	{ color: #000000; text-decoration: none}
.menu  a:alink	{ color: #000000; text-decoration: none}
.menu  a:hover	{ color: #000000; text-decoration: none}

.menu2 {
   font-family:"verdana", "arial", "helvetica";
   font-size: 8pt;
   color: #000000;
   font-weight: normal;
   margin-left: 0;
   margin-right: 0;
}

.menu2  a	{ color: #000000; text-decoration: none}
.menu2  a:link 	{ color: #000000; text-decoration: none}
.menu2  a:vlink	{ color: #000000; text-decoration: none}
.menu2  a:alink	{ color: #000000; text-decoration: none}
.menu2  a:hover	{ color: #000000; text-decoration: none}

.act {
   font-family:"verdana", "arial", "helvetica";
   font-size: 12pt;
   color: silver;
   font-weight: bold;
   margin-left: 40;
}
   
.act  a		{ color: #FFFFFF; text-decoration: none}
.act  a:hover	{ color: #F2C716; text-decoration: none}

.link {
   font-family:"verdana", "arial", "helvetica";
   font-size: 11pt;
   color: #6F4B2D;
   font-weight: normal;
   margin-left: 40;
}

.link  a	{ color: #3E3E3E; text-decoration: underline}
.link  a:link 	{ color: #3E3E3E; text-decoration: underline}
.link  a:vlink	{ color: #3E3E3E; text-decoration: underline}
.link  a:alink	{ color: #3E3E3E; text-decoration: underline}
.link  a:hover	{ color: #3E3E3E; text-decoration: underline; font-weight: bold}

.linkact {
   font-family:"verdana", "arial", "helvetica";
   font-size: 11pt;
   color: silver;
   font-weight: bold;
   margin-left: 40;
}
   
.linkact  a		{ color: #3E3E3E; text-decoration: underline}
.linkact  a:hover	{ color: #3E3E3E; text-decoration: underline}

.fotogalerie img {
  border: 1px #3E3E3E solid;
}
input.edit {
  border: none;
  cursor: pointer;
  display: inline-block;
  text-indent: -3000px;
  background: url(img/pen.png) no-repeat 50% 50%;
  width: auto;
  height: auto;
}
input.drop {
  border: none;
  cursor: pointer;
  display: inline-block;
  text-indent: -3000px;
  background: url(img/drop.png) no-repeat 50% 50%;
  width: auto;
  height: auto;
}
input.ok {
  border: none;
  cursor: pointer;
  display: inline-block;
  text-indent: -3000px;
  background: url(img/ok20.png) no-repeat 50% 50%;
  width: auto;
  height: auto;
}
input.add {
  border: none;
  cursor: pointer;
  display: inline-block;
  text-indent: -3000px;
  background: url(img/addsmall.png) no-repeat 50% 50%;
  width: auto;
  height: auto;
}
input.upload {
  border: none;
  cursor: pointer;
  display: inline-block;
  text-indent: -3000px;
  background: url(img/upload-20.png) no-repeat 50% 50%;
  width: auto;
  height: auto;
}