/* =INITIAL
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling:
   Elements we want to clean out entirely: */
html, body, form, fieldset {
  margin: 0;
  padding: 0;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
  margin: 1em 0;
  padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
  margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
  cursor: pointer;
}
fieldset {
  border: none;
}

/* Form field text-scaling */
input, select, textarea {
  font-size: 100%;
}



.center, .text-center { text-align: center; }
.tleft { text-align: left; }
.tright { text-align: right; }
.text-strong { font-weight: bold; }



body {
  font-family: Verdana, "Helvetica CE", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.6em;
  color: black;
  background: #567373 url(images/bg.png) repeat-y center top;
  text-align: center;
}

a {
  color: #006666;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

p.emphasized {
  clear: both;
  font-size: 15px;
  font-style: italic;
  line-height: 1.5em;
  margin-top: 0;
  padding-top: 1.5em;
}




#header-wrp {
  font-family: "Arial CE", Arial, Verdana, "Helvetica CE", Helvetica, sans-serif;
  width: 860px;
  margin: 0 auto;
  height: 184px;
  background: transparent url(images/header-rpt.jpg) repeat-x left top;
  text-align: left;
}

#header {
  position: relative;
  width: 860px;
  height: 184px;
}
.header-1 {
  background: transparent url(images/header-1.jpg) no-repeat left top;
}
.header-2 {
  background-image: url(images/header-2.jpg);
}

#header h1 {
  position: absolute;
  top: 22px;
  left: 11px;
  margin: 0;
}

#header #h-text {
  position: absolute;
  top: 29px;
  left: 165px;
  width: 370px;
}

#header #h-text h2 {
  font-size: 17px;
  font-weight: normal;
  margin: 2px 0 0 0;
}

#header #h-text p {
  font-family: Verdana, "Helvetica CE", Helvetica, sans-serif;
  margin-top: 7px;
  line-height: 1.3em;
}




#mainmenu ul {
  width: 650px;
  position: absolute;
  top: 113px;
  left: 181px;
  list-style-type: none;
}

#mainmenu li {
  float: left;
  margin: 0;
}

#mainmenu a {
  float: left;
  height: 27px;
  padding: 5px 6px 0 5px;
  color: white;
}

#mainmenu a.grouplink, #mainmenu a.selflink {
  color: black;
  background: transparent url(images/topmenu-active.gif) repeat-x left top;
}

#submenu ul {
  width: 650px;
  position: absolute;
  top: 140px;
  left: 181px;
  list-style-type: none;
}

#submenu li {
  float: left;
  margin: 0;
  padding-top: 3px;
}

#submenu a {
  float: left;
  height: 25px;
  padding: 1px 6px 0 5px;
}

#submenu a.grouplink, #submenu a.selflink {
  color: black;
  text-decoration: underline;
}

/*
#submenu a.grouplink:hover, #submenu a.selflink:hover {
  text-decoration: none;
}
*/



#content-wrp {
  width: 860px;
  margin: 0 auto;
  background-color: #99cccc;
  text-align: left;
}

#content-bkg {
  background: #99cccc url(images/bkg.png) repeat-y left top;
}

#content {
  width: 860px;
  overflow: hidden;
  padding-bottom: 90px;
  min-height: 100px;
  height:expression(this.scrollHeight < 152? "150px" : "auto" );
  background: transparent url(images/foliage-cont.jpg) no-repeat left bottom;
}




#left-bkg {
  float: left;
  width: 180px;
  background: #e8f2f1 url(images/left-rpt.png) repeat-y left top;
}

#left-bkg-top {
  background: transparent url(images/left-top.jpg) no-repeat left top;
}

#left {
  padding: 25px 18px 75px 15px;
  min-height: 70px;
  background: transparent url(images/left-btm.jpg) no-repeat left bottom;
  font-size: 11px;
  line-height: 1.3em;
}

#left ul, #right ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#left li, #right li {
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px solid #dddddd;
}

#left a.selflink {
  color: #000;
  text-decoration: underline;
}




#main-container-1 {
  float: right;
  width: 680px;
}
#main-container-2 {
  padding: 0 0 0 60px;
}




#right-bkg {
  float: right;
  width: 191px;
  margin: 25px 0 0 5px;
  background: #e8f2f1 url(images/right-rpt.png) repeat-y left top;
}

#right-bkg-top {
  background: transparent url(images/right-top.jpg) no-repeat left top;
}

#right {
  padding: 25px 18px 200px 30px;
  min-height: 70px;
  background: transparent url(images/right-btm.jpg) no-repeat left bottom;
  font-size: 11px;
  line-height: 1.3em;
}




#center {
  padding: 40px 50px 0 20px;
}

h2, h3, h4 {
  font-family: Georgia, Times New Roman, Times, serif;
  font-weight: normal;
  line-height: 1;
}
h2 {
  margin: 0 0 30px 5px;
  font-size: 24px;
}
h3 {
  margin: 30px 0 15px 5px;
  font-size: 18px;
}
h4 {
  margin: 30px 0 15px 5px;
  font-size: 14px;
  font-weight: bold;
}
#center h2, #center h3, #center h4 { line-height: 1.4em; }
#left h2, #right h2 {
  margin: 0 0 0.5em 5px;
  font-size: 18px;
}

#center ul, #center ol {
   margin: 1em 0 2em 1em;
   line-height: 1.4em;
}

#center li {
   margin-top: 10px;
}

#center table {
  margin-top: 10px;
  margin-bottom: 10px;
}



#footer-wrp {
  position: relative;
  font-family: Tahoma,"Arial CE","Helvetica CE",Arial,Helvetica,sans-serif;
  font-size: 11px;
  width: 860px;
  height: 135px;
  margin: 0 auto;
  background: transparent url(images/footer-rpt.jpg) repeat-x left top;
  text-align: left;
}

#footer {
  height: 130px;
  background: transparent url(images/footer.jpg) no-repeat left top;
  text-align: right;
  padding: 5px 45px 0 0;
}

a#miskerik-webdesign {
  display: block;
  width: 103px;
  height: 13px;
  float: left;
  margin-left: 20px;
  font-size: 10px;
  background: transparent url(images/miskerik-webdesign.gif) no-repeat right top;
  text-align: left;
  color: #939393;
}

* html a#miskerik-webdesign {
  margin-left: 10px;
}

a#miskerik-webdesign:hover {
  background-position: right -20px;
  color: #737373;
  text-decoration: none;
}

a#miskerik-webdesign span {
  visibility: hidden;
}

#footer .print {
  position: absolute;
  top: 1px;
  left: 360px;
  height: 21px;
  padding: 4px 20px 0 40px;
  color: #000;
  background: #d6d4d5 url(images/icon_print.png) no-repeat 18px 5px;
  text-transform: uppercase;
}





.alert {
  padding: 10px;
  background: #f2f2f2;
  border: 1px dotted #ccc;
}
.alert p, .alert div {
  margin: 1em 0;
}

.quote {
  padding: 0 0 0 40px;
  font-size: 15px;
  line-height: 1.5em;
  background: url(images/quote.gif) no-repeat left top;
}

th {
  padding: 5px;
  font-size: 80%;
  vertical-align: top;
  text-align: center;
  background: #ccc;
}
td {
  padding: 5px;
  font-size: 80%;
  vertical-align: top;
}

table.headers-right th {
  text-align: right;
}

table.lines {
  border-right: 1px dotted #c2c2c2;
  border-bottom: 1px dotted #c2c2c2;
}
table.lines td {
  border-left: 1px dotted #999;
}
table.lines-clear {
  border-right: 1px dotted #c2c2c2;
}
table.lines-clear td {
  border-left: 1px dotted #999;
  border-bottom: 1px dotted #999;
}

tr.row1 {
  background: #f2f2f2;
}
table.lines-clear tr.row1 {
  background: none;
}

table.clear tr.row1 {
  background: none;
}
table.clear th, table.clear td {
  font-size: 100%;
  padding: 5px;
  line-height: 1.3em;
}

tr.lightGrayBkg, table.lines-clear tr.lightGrayBkg {
  background: #f2f2f2;
}


.wrap{
  width: 600px;
  overflow: auto;
  overflow-y: hidden;
}



#edit {
  padding: 0.2em 1em;
  font-size: 9px;
  color: #fff;
  background-color: #000;
}
#edit a {
  color: #099;
}



/* pmwiki styles */
code.escaped { white-space: nowrap; }
.vspace {display: none; }
.indent { margin-left:40px; }
.outdent { margin-left:40px; text-indent:-40px; }
a.createlinktext { text-decoration:none; border-bottom:1px dotted gray; }
a.createlink { text-decoration:none; position:relative; top:-0.5em; font-weight:bold; font-size:smaller; border-bottom:none; }
.editconflict { color:green; font-style:italic; margin-top:1.33em; margin-bottom:1.33em; }
table.markup { border:2px dotted #ccf; width:90%; }
td.markup1, td.markup2 { padding-left:10px; padding-right:10px; }
table.vert td.markup1 { border-bottom:1px solid #ccf; }
table.horiz td.markup1 { width:23em; border-right:1px solid #ccf; }
table.markup caption { text-align:left; }
div.faq p, div.faq pre { margin-left:2em; }
div.faq p.question { margin:1em 0 0.75em 0; font-weight:bold; }
.frame { border:1px solid #cccccc; padding:4px; background-color:#f9f9f9; }
.lfloat { float:left; margin-right:0.5em; }
.rfloat { float:right; margin:0 0 0.5em 1em; }
a.varlink { text-decoration:none; }


/* maintenance man's styles :) */
table.zosrzkontakty {
  width: 450px;
  margin-left: 25px;
}

.highslide-wrp {
  overflow: hidden;
  background-color: #f2f2f2;
  padding-bottom: 16px;
}

.highslide-wrp a {
  display: block;
  float: left;
  padding: 0;
  margin: 8px 0 0 8px;
  line-height: 0;
  border: 1px solid #006666;
}

.highslide-wrp a:hover {
  border: 1px solid red;
}

.highslide-wrp img {
  float: left;
  padding: 0;
  margin: 8px 0 0 8px;
  border: 1px solid #006666;
}

.highslide-wrp a img {
  float: none;
  margin: 0;
  border: none;
}

.projektyeu {
  margin-top: 50px;
}

.projektyeu a, .projektyeu img {
  margin: 15px 0 0 15px;
}

.projektyeu a img {
  margin: 0;
}

.a_mbotright a {
  margin: 0 8px 8px 0;
}
