/* =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%;
}







body {
  font-family: Verdana, "Helvetica CE", Helvetica, sans-serif;
  font-size: 80%;
  line-height: 1.2em;
  color: black;
  background-color: white;
}

a {
  color: #006666;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}




#header-wrp {
  font-family: "Arial CE", Arial, Verdana, "Helvetica CE", Helvetica, sans-serif;
  width: 860px;
  text-align: left;
}

#header {
  position: relative;
  height: 158px;
}

#header h1 {
  position: absolute;
  top: 5px;
  left: 15px;
  margin: 0;
}

#header #h-text {
  position: absolute;
  top: 35px;
  left: 190px;
  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.2em;
}



div#mainmenu {
  display: none;
}

div#submenu {
  display: none;
}



#content-wrp {
  text-align: left;
}

#content {
  border-top: 1px dashed black;
  border-bottom: 1px dashed black;
  padding: 40px 20px;
}



#left-bkg {
  display: none;
}



#main-container-1 {
}

#main-container-2 {
}



#right-bkg {
  display: none;
}



h2, h3, h4 {
  font-family: Georgia, Times New Roman, Times, serif;
  font-weight: bold;
  line-height: 1.2em;
}

#center h2, #center h3, #center h4 {
  margin: 1.5em 0 0.5em 0;
}

#center p {
  margin: 0.5em 0;
}

#left h2, #right h2 {
  margin: 0 0 0.5em 5px;
  font-size: 18px;
}

#center ul, #center ol {
   margin: 0.5em 0 1.5em 1.5em;
   line-height: 1.2em;
}

#center li {
   margin: 0.5em 1.5em;
}

#center table {
   margin: 0.5em 0;
}



#footer-wrp {
  font-family: Tahoma,"Arial CE","Helvetica CE",Arial,Helvetica,sans-serif;
  text-align: left;
}

#footer {
  text-align: right;
  padding: 5px 20px 0 0;
}

a#miskerik-webdesign {
  display: none;
}

a#miskerik-webdesign span {
  visibility: hidden;
}

#footer .print {
  display: none;
}





.alert {
  padding: 10px;
  background: #f2f2f2;
  border: 1px dotted #ccc;
}
.alert p, .alert div {
  margin: 1em 0;
}
.center {
  text-align: center;
}
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}

.quote {
  padding: 0 0 0 40px;
  background: url(images/quote.gif) no-repeat left top;
}

th {
  font-size: 80%;
  vertical-align: top;
  padding: 0 5px;
  text-align: center;
  background: #ccc;
}
td {
  font-size: 80%;
  padding: 0 5px;
  vertical-align: top;
}

table.lines {
  border-right: 1px dotted #c2c2c2;
  border-top: 1px dotted #c2c2c2;
}
table.lines td, table.lines th {
  border-left: 1px dotted #999;
  border-bottom: 1px dotted #c2c2c2;
}
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: 80%;
  padding: 0 5px;
}

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-left:0.5em; }
a.varlink { text-decoration:none; }


/* maintenance man's styles :) */
table.zosrzkontakty {
  width: 450px;
  margin-left: 25px;
}
