﻿body {
  font: 90%/1.3 Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: rgb(0,0,0);
  background: rgb(255,255,255) url("imgsys/bgbody2a.png") repeat-y center top;
  padding-bottom: 15px;
}
h1, p.h1, h2, h3, h6, #servername, #servertitle, #slogan {
  font-family: Calibri, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h1, p.h1 {
  margin: 0 0 0.4em 0;
  color: rgb(204,17,0);
  font-size: 2.2em;  
}
h2 {
  margin: 0.8em 0 0.6em 0;
  color: rgb(51,51,102);
  font-size: 1.8em;  
}
h3 {
  margin: 0.8em 0 0.4em 0;
  color: rgb(51,51,102);
  font-size: 1.5em;  
}
h4, dt, .motto {
  margin: 0.6em 0 0.5em 0;
  color: rgb(80,80,80);
  font-size: 1.1em;  
}


h1 .subheading { font-size: 70%; color: rgb(153,0,0);     font-style: italic; }
h2 .subheading { font-size: 80%; color: rgb(102,102,102); font-style: italic; }

p, ol, ul {
  margin: 0 0 0.6em 0;
}
ol {
  margin: 0 0 0.6em 2em;
}
li {
  margin: 0 0 0.1em 1.0em;
}
ul { list-style: square; }
ul ul {list-style: disc; margin-left: 1em;}
ul ul ul {list-style: circle; margin-left: 2em; }
dt {
  font-size: 1.0em;
  font-weight: normal;
}
dd, blockquote, address {
  margin: 0 0 0.6em 2em;
}
a img { border: none; }

ul.news li     { margin-bottom: 0.8em; }
ul.news h3     { margin: 0; font-size: 1.45em; }
ul.news p      { margin: 0; }
ul.news strong { color: rgb(204,17,0); }
ul.news i      { color: gray; }

.clearboth { clear: both; }
.centered  { text-align: center; }
.raligned  { text-align: right; }
.laligned  { text-align: left; }
.small, small { font-size: 85%; }
.big, big { font-size: 120%; }
.noul { text-decoration: none; }
.arrow {
  color: rgb(204,17,0);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 900;
}
.obligatory {
  color: rgb(204,17,0);
  font-weight: bold;
}
.error, .warning, .help {
  border: 1px solid rgb(204,17,0);
  padding: 15px 15px 15px 70px;
  color: rgb(128,17,0);
  background: rgb(255,240,240) url("imgsys/ico32x32/stop.png") no-repeat 18px 15px;
  margin: 20px 100px;
}
.warning {
  background: rgb(250,250,210) url("imgsys/ico32x32/warning.png") no-repeat 18px 15px;
}
.help {
  background: rgb(240,244,252) url("imgsys/ico32x32/help.png") no-repeat 18px 15px;
}
.warning2 {
  border: 1px solid rgb(204,17,0);
  padding: 7px 5px 7px 70px;
  color: rgb(128,17,0);
  background: rgb(255,240,240) url("imgsys/ico32x32/warning.png") no-repeat 18px 15px;
  margin: 20px 15px;
}
.warning3 {
  background: rgb(255,255,255) url("imgsys/ico32x32/new.gif") no-repeat 645px 10px;
 
}
.tt {
  font-family: "Courier New", Courier, monospace;
}
.fullwidth { width: 740px; }
.hili { color: rgb(204,17,0); }
.nomargin { margin: 0;}

img.floatleft {
  float: left;
  margin: 3px 10px 6px 0;
}
img.floatright {
  float: right;
  margin: 3px 0 6px 10px;
}

p.clearboth {
  margin: 0; height: 10px; font-size: 5px;
}

table.framed  {
   border-collapse: collapse;
   margin: 20px 0;
   border: 2px solid rgb(204,204,204);
}
table.framed  td {
  border: 1px solid silver;
  vertical-align: top;
  padding: 5px 8px 0 8px;
  text-align: left;
  font-weight: normal;
  border: 1px solid rgb(204,204,204);
}
table.framed  th {
  border: 1px solid silver;
  vertical-align: top;
  padding: 5px 8px 5px 8px;
  text-align: left;
  font-weight: normal;
  color: rgb(102,102,102);
  background-color: rgb(240,240,240);
  border: 1px solid rgb(204,204,204);
}
table.framed  th.centered {
  text-align: center;
}
table.framed  th.raligned, table.framed  td.raligned {
  text-align: right;
}
table.framed p {
  margin: 0;
  padding: 0 0 5px 0;
}
table.framed th.nadpis {
  background-color: rgb(240,240,204);
}
table.framed th.submit {
  background-color: rgb(250,250,191);
  text-align: center;
  padding: 15px 8px;
  border-top-width: 2px 
}
table.framed h3 {
  margin: 0;
  padding: 5px 0;
  color: rgb(51,51,102);
  font-size: 1.2em;  
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
table.framed h4 {
  margin: 0;
  padding: 2px 0;
  color: rgb(51,51,102);
  font-size: 1.0em;  
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
table.framed tr.separator td, 
table.framed tr.separator th  {
  border-top-style: double;
  border-top-width: 3px;
}
table.framed  {

}

table.ncols {
  margin: 0;
}

table.ncols  td, 
table.ncols  th  {
  vertical-align: top;
  padding: 0 12px 5px 0;
  text-align: left;
  font-weight: normal;
  border: none;
}
table.ncols  th {
  color: rgb(102,102,102);
}


/* LAYOUT ELEMENTS */

#top {
  display: block;  position: absolute;
  top: 0; left:0;  width: 1px;  height: 1px;
}
#page {
}
#header, #header2, .hbar, #wrapper, #bottom {
  width: 750px;
  margin: 0 auto;
}
.w960px #header, .w960px #header2, .w960px .hbar, .w960px #wrapper, .w960px #bottom,
.cols2  #header, .cols2  #header2, .cols2  .hbar, .cols2  #wrapper, .cols2  #bottom {
  width: 960px;
}
#header0 {
}
#header {
  position: relative;
}
#header img {
  vertical-align: baseline;
}

#header img#logo {
  position: absolute;
  top: 2px; left: 0px;
}
#header img#logo2 {
  position: absolute;
  top: 12px; right: 30px;
}
#servername {
  margin: 0; 
  padding: 26px 10px 22px 200px;
  font-size: 0.9em;
}
.top2 #servername {
  padding: 9px 10px 9px 200px;
}
#flags {
  position: absolute;
  top: 144px;
  left: 10px;
  width: 160px;
}
#header20 {
}
#header2 {
  height: 32px;
  background: rgb(191,191,191) url("imgsys/bghead.png") repeat-x left top;
  overflow: hidden;
}
.top2 #header2 {
  height: 80px;
  background: rgb(191,191,191) url("imgsys/bghead2.png") repeat-x left top;
}
#servertitle {
  display: none; 
}
.top2 #servertitle {
  margin: 0;
  color: rgb(0,27,128);
  font-style: normal;
  font-weight: bold;
  font-size: 1.8em;
  padding: 10px 10px 0 200px;
  display: block;
}
#slogan {
  font-size: 1.3em;
  padding: 4px 10px 0px 200px;
  color: rgb(0,0,64);
  font-style: normal;
  font-weight: bold;
  
}
.top2 #slogan {
  font-size: 1.5em;
  padding: 0px 10px 0px 200px;
}

.hbar0 {
}
.hbar {
  background: rgb(204,204,204);
  color: rgb(102,102,102);
}
.hbar p, .hbar ul {
  font-size: 90%;
  margin: 0;
  padding: 4px 10px 4px 200px;
  border: 1px solid rgb(204,204,204); 
  background: rgb(224,224,224);
}
.hbar li {
  margin: 0 10px 0 0 ;
  list-style-type: none;
  display: inline;
  padding: 0 0 0 10px;
  border-left: 1px solid rgb(153,153,153);
}
.hbar li:first-child {
  padding: 0px;
  border-left: none;
}
#wrapper0 {
}
#wrapper {
  background: white url("imgsys/bgwrap-750-left.png") repeat-y left top;
}
.sidebox1 { 
  float: left;
  width: 180px;
}
.sidebox2 {  
  float: right;
  width: 180px;
  display: none;
  font-size: 90%;
}
.mainbox { 
  float: right;
  width: 560px;
}
p.gotop {
  clear: both;
  margin: 0;
  padding: 5px 10px 10px 10px;
  text-align: right;
  font-size: 90%;
}
body.w960px #wrapper     { background: white url("imgsys/bgwrap-960-left.png") repeat-y left top; }
body.w960px .mainbox     { width: 770px; }
body.rightmenu #wrapper  { background: white url("imgsys/bgwrap-750-right.png") repeat-y right top; }
body.rightmenu div.w960px #wrapper  { background: white url("imgsys/bgwrap-960-right.png") repeat-y right top; }
body.rightmenu .sidebox1 { float: right; }
body.rightmenu .sidebox2 { float: right; }
body.rightmenu .mainbox  { float: left; }
body.rightmenu p.gotop   { padding-right: 200px; }
body.cols2 .sidebox2  { display: block; }
body.cols2 #wrapper   { background: white url("imgsys/bgwrap-960-2c-leftright.png") repeat-y left top; }
body.cols2 .mainbox   { width: 590px; }
body.cols2 div.rightmenu #wrapper  { background: white url("imgsys/bgwrap-960-2c-right.png") repeat-y right top; }
body.cols2 p.gotop   { padding-right: 200px; }
body.cols2 div.rightmenu p.gotop   { padding-right: 380px; }
body.cols0 .sidebox1 { display: none; }
body.cols0 #wrapper  { background: white; }
body.cols0 .mainbox  { width: inherit; }
body.cols0 div.rightmenu p.gotop   { padding-right: 0px; }

.container {
  padding: 20px 10px 10px 10px;
}
.menubox, .whitebox {
  margin: 0 0 10px 0;
  padding: 0 0 4px 0;
  font-size: 100%;
}
.menubox {
  background-color: white;
  border: 1px solid rgb(204,204,204);
}
.menubox  {
  margin: 0 0 10px 0; 
  padding: 2px 6px 2px 6px;
  background: rgb(204,204,204);
}
.active h3 {
  color: rgb(153,0,0);
  background: rgb(204,204,204);
}
.menubox h4 {
  margin: 10px 0 16px 0; 
  padding: 3px 6px 3px 6px;
  color: rgb(80,80,80);
  background: rgb(232,232,232);
  font-weight: normal;
}
.menubox h4.strong {
  font-weight: bold;
  color: rgb(20,40,80);
  background: rgb(244,226,240);
}
.menubox ul {
  margin: 8px 0 6px 0; 
  padding: 0 8px;
}
.menubox ul.bottomborder {
  padding-bottom: 8px;
  border-bottom: 2px solid rgb(232,232,232);
}
.menubox ul.topborder {
  padding-top: 8px;
  border-top: 2px solid rgb(232,232,232);
}


.menubox hr {
  display: none;
}
.whitebox {
}
.whitebox h3 {
  margin: 1px 0 16px 0; 
  padding: 0 0 1px 0;
  border-bottom: 3px double silver;
  color: rgb(0,0,102);
}

.whitebox h4 {
  margin: 6px 0 2px 0; 
  padding: 0;
  border-bottom: 0px solid silver;
  
}
.whitebox ul {
  margin: 0 0 16px 0px; 
}
.whitebox li {
  margin-bottom: 6px;
  color: rgb(102,102,102);
}
.whitebox li.hili {
  color: rgb(204,14,0);
}
.whitebox li strong {
  color: rgb(0,0,64);
}
.whitebox red {
  color: rgb(204,17,0);
}
.whitebox li ul {
  margin-bottom: 0;
}
.whitebox li ul li {
  font-size: 95%;
  margin-bottom: 0;
  color: rgb(128,128,128);
}
.whitebox li ul li.hili {
  color: rgb(204,14,0);
}


.whitebox ul.topborder {
  padding-top: 8px;
  border-top: 1px solid rgb(204,204,204);
}




#bottom0 {
}
#bottom {
  background: rgb(204,204,204);
  background: rgb(191,191,191) url("imgsys/bghead2.png") repeat-x left top;
}
#bottom2 {
  padding: 10px;
}
.bottombox0 {
  width: 234px;
  float: left;
} 
.bottombox1st, .bottombox {
  padding-right:10px;
}
.bottombox {
  padding-left: 10px;
  border-left: 1px dotted rgb(128,128,128);
}
 
#footer {
  clear: both;
  font-size: 90%;
  padding-top: 8px;
  margin-top: 10px;
  border-top: 1px dotted rgb(128,128,128);
  text-align: center;
  color: rgb(40,40,40);
}
#footersimple {
  font-size: 90%;
  text-align: left;
  margin-left: 190px;
  color: rgb(40,40,40);
}


ul.linkbox li {
  margin: 0 0 0 7px;
  list-style-type: none;
  font-size: 85%;
}


a:link    { color: rgb(0,51,204); }
a:visited { color: rgb(0,51,204); }
a:hover   { color: rgb(204,17,0); }
a:active, 
a:focus   { color: rgb(255,102,0); }

.hbar a:link    { color: rgb(0,51,204);  text-decoration: none; }
.hbar a:visited { color: rgb(0,51,204);  text-decoration: none; }
.hbar a:hover   { color: rgb(204,17,0);  text-decoration: underline; }
.hbar a:active, 
.hbar a:focus   { color: rgb(255,102,0); text-decoration: underline; }

#bottom a:link    { color: rgb(51,51,102); }
#bottom a:visited { color: rgb(51,51,102); }
#bottom a:hover   { color: rgb(204,17,0); }
#bottom a:active, 
#bottom a:focus   { color: rgb(204,17,0); }

#bottom #footer a:link,    #bottom #footersimple a:link    { color: rgb(80,80,80); text-decoration: none; }
#bottom #footer a:visited, #bottom #footersimple a:visited { color: rgb(80,80,80); text-decoration: none; }
#bottom #footer a:hover,   #bottom #footersimple a:hover   { color: rgb(204,17,0); text-decoration: underline; }
#bottom #footer a:active,  #bottom #footersimple a:active, 
#bottom #footer a:focus,   #bottom #footersimple a:focus   { color: rgb(204,17,0); text-decoration: underline; }

.graylinks a:link    { color: rgb(80,80,80); }
.graylinks a:visited { color: rgb(80,80,80); }
.graylinks a:hover   { color: rgb(204,17,0); }
.graylinks a:active, 
.graylinks a:focus   { color: rgb(204,17,0); }


