/* CSS Document */
@charset "utf-8";

body {
  background-color: black;
  padding: 0px;
  margin: 0px;
  font-family: "Arial", "Verdana", sans-serif;
  font-size: 12px;
  color: rgb(32,32,32);
}

a {
  color: red;
}

a:link {
  color: red;
  font-weight: bold;
  text-decoration: none;  
}     /* unvisited link */

a:visited {
  color: red;
 font-weight: bold;
  text-decoration: none;  
}  /* visited link */

a:hover {
  color: rgb(255,64,0);
  font-weight: bold;
  text-decoration: underline;  
}   /* mouse over link */

a:active {
 color: red;
 font-weight: bold; 
}   /* selected link */


.podklad {
  width: 1012px;
  background-image: url('../img/pozadi_stin_pod_bilou_strankou.gif');
  background-repeat: repeat-x;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

#main {
  width: 996px;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.inner_content {
  width: 964px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../img/top_logo.jpg');
  background-repeat: no-repeat;
}

.active_prvky_pozicovani{
  margin-top: 0px;
  padding-top: 1px;
  margin-bottom: 0px;
}

.right_part_search_and_shop {
  padding-right: 0px;
  text-align: left;
  position: relative;
  top: 10px;
  width: 230px;
/*  float: right;*/
  /*padding-bottom: 30px;*/
}

.left_part_pozice_na_strankach {
    font-size: 12px;
    padding-left: 5px;
/*  padding-top: 130px;*/
}


.tbl_active_prvky_in_logo {
  width: 964px;
  height: 102px;
}

.menu_and_right_side {
  padding-top: 10px;
  width: 956px;
  margin-left: auto;
  margin-right: auto;
}


.bottom_page {
  background-image: url('../img/pozadi_bottom_page.gif');
  background-repeat: repeat-x;
  width: 964px;
  height: 124px;
  color: #ffffff;
  margin-top: 20px;
  font-size: 12px;
}

.bottom_odkazy_1 {
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  float: left;
}

.bottom_odkazy_2 {
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  float: right;
}


.bott_a {
  color: rgb(221,221,221);
  font-weight: bold;
  text-decoration: none;  
}


.bott_a:link {
  color: rgb(221,221,221);
  font-weight: bold;
  text-decoration: none;  
}     /* unvisited link */

.bott_a:visited {
  color: rgb(221,221,221);
 font-weight: bold;
  text-decoration: none;  
}  /* visited link */

.bott_a:hover {
  color: rgb(221,221,221);
  font-weight: bold;  
  text-decoration: underline;  
}   /* mouse over link */

.bott_a:active {
 color: rgb(221,221,221);
 font-weight: bold; 
  text-decoration: underline;   
}   /* selected link */

#news {
  float: right;
}

.generatedcontent {
  padding: 10px;
  padding-left: 30px;
  padding-top: 0px;
}

H1 {
  margin-top: 0px;
  font-size: 20px;
  text-align: center;
}

.fotogal_a:link {
  color: rgb(0,0,102);
  font-weight: bold;
  text-decoration: none;  
}     /* unvisited link */

.fotogal_a:visited {
  color: rgb(0,0,102);
  text-decoration: none;  
}  /* visited link */

.fotogal_a:hover {
  color: rgb(0,0,255);
  font-weight: bold;
  text-decoration: none;  
}   /* mouse over link */

.fotogal_a:active {
 color: rgb(0,0,255);
 font-weight: bold; 
  text-decoration: none;  
}

.searchresultsh {
		text-align: center;
}

.searchresults {
		padding: 20px;
}


.searchresultsli {
		margin-top: 10px;
}

