/*
  Author: Ing. Miloslav Ponkrac | miloslav.ponkrac@gmail.com | www.ponkrac.net
  
*/

body,html {
  background-color:#000000;
  color:#FFFFFF;
  margin:0 auto;
  padding:0;
  font-family:Arial,Tahoma,Verdana,sans-serif;
  font-size:14px;
}

area,body {
  font-family:Arial,Tahoma,Verdana,sans-serif;
  font-size:14px;
}

xbody {
  position:relative;
  font:0.95em/1.3em Tahoma,Geneva,sans-serif;
} */


/* -------------------------------------
 * Basic partitioning of sheet surface.
 * -------------------------------------*/


#top-band, #header-band, #main-band, #footer-band {
  position:relative;
  width:100%;
  margin:0 auto;
  padding:0;
  background-color:#FFFFFF;
  color:#000000;
}

#top-space, #header-space, #main-space, #footer-space {
  position:relative;
  width:960px;
  margin:0 auto;
  padding:0;
  background-color:#FFFFFF;
  color:#000000;
}

#top-band,    #top-space    { height:30px; }
#header-band, #header-space { height:210px; }

#top-band    { background:#404040; }
#header-band { background:#404040; }
#main-band   { background:#808080;  padding:5px 0; }
#footer-band { background:#000000; }

#top-space    { background:#000000; }
#header-space { background:#000000 url(bg_header_space.png) center center no-repeat; color:#CBD4E3; }

#main-space {
  margin:0 auto;
  border:2px solid #BBBBBB;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  padding:0;
  background:#FFFFFF;
  color:#000000;
  font-family:Arial,Tahoma,Verdana;
}

#main-inner {
  display:block;
  clear:none;
  position:relative;
  width:936px;
  margin:10px;
}

#wide-main-cell {
  width:100%;
  margin:0 auto;
  padding:0;
  background:#FFFFFF;
  color:#000000;
  font-family:Arial,Tahoma,Verdana,sans-serif;
}

#narrow-main-cell {
  width:700px;
  margin:0;
  padding:0 10px 0 0;
  background:#FFFFFF;
  color:#000000;
  font-family:Arial,Tahoma,Verdana,sans-serif;
}

#sidebar-cell {
  width:200px;
  margin:0;
  border-left:3px solid #feb765;
  padding:0 0 0 10px;
  background:#FFFFFF;
  color:#000000;
  font-family:Arial,Tahoma.Verdana,sans-serif;
}

#main {}

#footer-band, #footer-space {
  background:#000000;
  color:#FFFFFF;
}


/* -------------------------------------
 * Header.
 * -------------------------------------*/


div#top-space {
  background-color:#000000; color:#FFFFFF;
}

div#top-stace a img {
  text-decoration:none; border:0;
}

div#top-space a {
  font-weight:bold; text-decoration:none; font-size:11px; color:#DDDDDD;
}

div#top-space a:hover {
  text-decoration:underline; color:#FFFFFF;
}

div#top-space div.horizontal-menu {
  position:absolute; left:0; top:0; margin:1px 5px; border:0; padding:0; height:28px;
}

div#top-space div.horizontal-menu ul {
  display:block; margin:0; border:0; padding:0; list-style-type:none; background-color:#000000;
}

div#top-space div.horizontal-menu li {
  float:left; width:150px; height:27px; margin:0 1px; border-bottom:1px solid #808080; padding:0; background-color:#000000; text-align:center;
}

div#top-space div.horizontal-menu li a {
  display:block; width:100%; height:22px; padding-top:4px; font-size:12px; font-weight:bold; text-decoration:none; color:#DDDDDD;
}

div#top-space div.horizontal-menu li a:hover {
  background-color:#800000; color:#FFFFFF; text-decoration:underline;
}



#header-space {
  color:#CBD4E3;
}

#header-home {
  display:block; position:absolute; left:0; top:0; width:224px; height:169px; margin:0; padding:0;
}

#header-right {
  display:block; position:absolute; left:738px; top:25px; width:220px; height:199px; margin:0; padding:0; text-align:center;
}

#header-right a {
  font-family:"Palatino Linotype","Book Antiqua","Palatino",serif; font-weight:bold;
  text-decoration:none;
  font-size:13px;
  line-height:1.5em;
  letter-spacing:2px;
  color:#CBD4E3;
}

#header-right a:hover {
  text-decoration:underline;
  color:#E9DF55;
}

#header-bottom {
  display:block;
  position:absolute;
  left:350px;
  top:140px;
  width:500px;
  height:60px;
  margin:0;
  padding:0;
  text-align:center;
  font-size:0.8em;
}

#header-bottom a {
  color:#FF5050;
}


/* -------------------------------------
 * Footer.
 * -------------------------------------*/


#footer-space {
  clear:both;
  background-color:#000;
  border-top:1px dotted #373E4A;
  text-align:center;
  color:#697081;
  font-size:85%;
  padding:6px;
}

#footer-space li {
  display:inline;
  padding:0 32px 0 32px;
}

#footed-space #copyright {
  font-size:1.1em;
  font-weight:bold;
}

#footer-space #design, #footer-space #design a {
  color:#52555C;
}

#footer-space #copyright {
  text-align:center;
}

#footer-space #copyright p {
  margin: 0px;	
  padding: 10px 0px 10px 0px;
  font-weight: normal;
  color: #CCCCCC;
}

#footer-space #copyright a, #footer-space #copyright a:visited {
  text-decoration: none;
  color: #CCCCCC;
}

#footer-space #copyright a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}


/* -------------------------------------
 * Main.
 * -------------------------------------*/


#main-space {
  background:#FFFFFF;
  color:#000000;
  font-family:Arial,Tahoma,Verdana,sans-serif;
  line-height:20px;
}

#main-space hr {
  width:100%;
  height:1px;
  margin:0;
  border-top:1px solid #404040;
  border-bottom:0;
  border-left:0;
  border-right:0;
  padding:0;
  color:#E0E0E0;
}

#main-space h1 {
  display:block;
  width:100%;
  margin:10px 0;
 /* border-top:1px dotted #BBBBBB; */
  border-bottom:1px dotted #BBBBBB;
  padding:10px 0;
  color:#5F4303;
  font-family:Georgia,Times New Roman,Trebuchet MS,serif;
  font-size:24px;
  font-weight:bold;
  letter-spacing:0.1em;
}

#main-space h1 a, #main-space h1 a:visited {
  color:#333333;
  text-decoration:none;
}

#main-space h1 a:hover {
  color:#2255AA;
  text-decoration:none;
}

#main-space dh2 {
  display:block;
  width:100%;
  margin:20px 0 10px 0;
  border-top:1px solid #E0E0E0;
  border-bottom:1px solid #E0E0E0;
  padding:8px 0;
  color:#000000;
  font-family:Georgia,Times New Roman,Trebuchet MS,serif;
  font-size:18px;
  font-weight:bold;
}

#main-space h2 {
  display:block;
  width:100%;
  margin:0;
  border:0;
  padding:15px 0 10px 0;
  color:#000000;
  font-family:Georgia,Times New Roman,Trebuchet MS,serif;
  font-size:18px;
  font-weight:bold;
}

#main-space h3 {
  display:block;
  width:100%;
  margin:0px 0px 10px 0px;
  padding:5px 0px 5px 0px;
  color:#333333;
  font-family:Georgia,Times New Roman,Trebuchet MS,serif;
  font-size:17px;
  font-weight:bold;
  font-style:italic;
}
	
#main-space h4 {
  margin:20px 0px 10px 0px;
  padding:0px 0px 7px 0px;
  color:#333333;
  font-family:Georgia,Times New Roman,Trebuchet MS,serif;
  font-size:18px;
  font-weight:normal;
  border-bottom:1px dotted #BBBBBB;
}
	
#main-space h5 {
  margin:20px 0px 10px 0px;
  padding:0px;
  color:#333333;
  font-family:Georgia,Times New Roman,Trebuchet MS,serif;
  font-size:16px;
  font-weight:normal;
  font-style:italic;
}

#main-space p {
  margin:0;
  cborder:1px solid green;
  padding:5px 10px 10px 10px;
  ctext-indent:14px;
  font-size:14px;
  text-align:justify;
}

#main-space blockquote {
  margin:0px 20px 15px 20px;
  padding:10px 15px 0px 15px;
  border:1px dotted #BBBBBB;
  background:#EEEEEE;
}

#main-space blockquote p {
  margin:0px 0px 0px 0px;
  padding:0px 0px 10px 0px;
}

#main-space table.table-01 { margin:5px 0 10px 0; border:0; border-collapse:collapse; padding:0; text-align:center; }
#main-space table.table-01 th, #main-space table.table-01 td { margin:0; border:1px solid #000000; padding:2px 10px 2px 10px; text-align:center; }
#main-space table.table-01 th.caption { letter-spacing:0.33em; }
#main-space table.table-01 th { background-color:#D0D0D0; }
#main-space table.table-01 tr.even td { background-color:#D0D0D0; }
#main-space table.table-01 td { background-color:#E0E0E0; }


  



#main-space .headline {
  float:left;
  width:100%;
  margin:10px 0px 10px 0px;
  border-bottom:1px dotted #BBBBBB;
  padding:3px 0px 7px 0px;
  clear: both;
}

#main-space a, #main-space a:visited {
  color:#2255AA;
  text-decoration:underline;
}

#main-space a:hover {
  text-decoration:none;
}

#main-space .upper-navigation-path {
  margin:0 0 20px 0;
  border-bottom:2px solid #333333;
  padding:0 0 5px 0;
  font-size:14px;
  color:#333333;
}


/* -------------------------------------
 * Main.
 * -------------------------------------*/


#vsidebar h2 {
  display:block;
  width:170px;
  margin:0 0 5px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding:3px 0 3px 7px;
  background:#333333;
  color:#FFFFFF;
  font-family:Arial,Tahoma,Verdana,sans-serif;
  font-size:11px;
  font-weight:bold;
  text-transform:uppercase;
}

#sidebar ul {
  margin:10px 0 10px 0;
  padding:0;
  list-style-type:none;
}
	
#sidebar ul li {
  margin:0 0 2px 0;
  padding:0;
  list-style-type:none;
  font-size:0.8em;
}

#sidebar a, #sidebar a:visited {
  color:#2255AA;
  text-decoration:underline;
}
	
#sidebar a:hover {
  color:#2255AA;
  text-decoration:none;
}

#sidebar .sidebar-widget {
  width:180px;
  margin:0 0 10px 0;
  border:1px solid #333333;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  padding:2px;
  background:#FFFFFF url(bg_sidebar_widget.png) repeat-x;
}

#sidebar .box {
  background-color:#FFFFFF;
  width:194px;
  margin:0 0 12px 0;
  padding:4px 0;
  border-left:1px solid #eee;
  border-right:1px solid #eee;
  border-top:4px solid #E8E8E8;
  border-bottom:4px solid #E8E8E8;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}




/*
#sidebar h2 {
  margin-top:0;
  margin-bottom:.5em;
  color: #CBD4E3;
  width:180px;
  border-top:1px dashed #373E4A;
  border-bottom:1px dashed #373E4A;
  background:#000000 none;
  font-size:1.5em;
  padding:4px;
}

#sidebar {width:180px;float:right;padding:20px 20px 0 0;background-color:#000000;color:#CBD4E3;}

#sidebar ul {
  list-style-type:none;
  margin:0 0 1.5em 0;
  padding:0;
}

#sidebar li {
  padding-left:1em;
  background:#000 url(images/sidebar_nav_bullet.gif) no-repeat 0 .4em;
}

#sidebar p {
  font-size:85%;
  margin:.75em 0;padding:0;
}

.contacts {
  line-height:2em;
  color:#CBD4E3;
}

.contacts strong {
  color:#F5DF38;
}
*/





