/* CSS Document */

body
  {
  margin: 0px;
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 0.8em; 
  color: #000000;
  background-color: #ffffff;
  }

h1
  {
  font-size: 2em;
  margin: 0em;
  }

h2
  {
  font-size: 2em;
  }

h2#first
  {
  margin-top: 0px;
  }

h3
  {
  font-size: 1.7em;
  font-style: italic;
  }

h4
  {
  font-size: 1.4em;
  }

a, a:active, a:visited
  {
  color: #ff7c1b;
  }

a:hover
  {
  text-decoration: underline;
  }

ul li
  {
  line-height: 16px;
  margin-bottom: 3px;
  }

div#container
  {
  margin: 0px;
  width: 1217px;
  text-align:left;
  /* border: 1px solid blue; */
  }

div#logo_pcnet
  {
  position: absolute;
  left: 145px;
  top: 10px;
  }

div#topmenu
  {
  background: url("img/white_bg.gif");
  width: 100%;
  /* border: 1px solid green; */
  height: 83px;
  background-position: center;
  } 

div#topmenu_links
  {
  padding-top: 48px;
  padding-left: 406px;
  } 

div#topmenu_links a
  {
  color: #000000;
  font-weight: bold;
  font-size: 1.2em;
  text-decoration: none; 
  }

div#topmenu_links a:active
  {
  color: #ff7c1b;
  font-weight: bold;
  font-size: 1.2em;
  }

div#bottommenu
  {
  width: 100%;
  height: 56px;
  background: url("img/bottom_menu_bg.jpg");
  background-position: center;
  /* border: 1px solid blue; */
  }

div#bottom_menu_inside a
  {
  color: #98a0a2;
  font-size: 1.2em; 
  font-weight: bold;
  text-decoration: none;  
  }

div#bottom_menu_inside
  {
  padding-top: 7px; 
  margin-left: 160px;
  }  

div#bottom_menu_inside a:hover
  {
  text-decoration: underline; 
  }

.bottommenu_main
  {
  font-size: 1.3em; 
  color: #ffffff;
  font-weight: bold;
  }

div#wrapper
  {
  float:left;
  width:100%;
  /* border: 1px solid pink; */
  }

div#content
  {
  margin: 0 150px; 
  /* border: 1px solid blue; */
  }

div#rightcolumn
  {
  float:left; 
  width:150px; 
  margin-left:-150px; 
  /* border: 1px solid red; */
  }

div#leftcolumn
  {
  float:left;
  width:150px; 
  height: 354px;
  margin-left:-1217px;
  /* border: 1px solid green; */
  background: url("img/left_column_bg.gif"); 
  background-position: left top;
  background-repeat: none;
  }

div#footer
  {
  margin-top: 220px;
  color: #ffffff;
  background-color: #1f2324;
  text-align: right;
  padding: 5px 110px 5px 5px;
  font-size: 0.8em;
  clear:left;
  }

div#footer_bottom
  {
  background: url("img/white_bg.gif");
  height:60px;
  background-position: center;
  }

p.novinky
  {
  color: #666666;
  }

p.novinky a
  {
  color: #ff7c1b;
  text-decoration: none;
  }

p.novinky a:hover
  {
  text-decoration: underline;
  }

p.error
	{
	font-weight: bold; 
	color: #000000; 
	background-color: #33ff33; 
	padding: 6px;
	text-align: center; 
	line-height: 22px;
	}

td.kontakt h2
  {
  margin-top: 0px;
  margin-bottom: 12px;
  }

.datum_upr
  {
  color: #666666;
  }

.oddelovac
  {
  margin-left: 2px;
  margin-right: 2px;
  color: #ffffff;
  font-weight: bold;
  }

.bila_sipka
  {
  position: relative; 
  top: 1px;
  margin-left: 2px;
  }

div.obsah
  {
  width: 600px;
  /* border: 1px solid blue; */
  }
