/* CSS Document */


html, body, p, h1, h2, h3, table, div, span, strong, ul, li, img, a, hr, object, embed {
  margin: 0;padding: 0;border: 0;
}

body {
  text-align: center;
  background: url('../img/body_bg.jpg') top #000 no-repeat;
  font-family: Arial;
}

#container {
  width: 680px;
  height: auto;
  margin: 0 auto;
  background-color: #000;
  margin-bottom: 50px;
}

#header {
  width: 680px;
  height: 83px;
  background: url('../img/header.gif') center #000 no-repeat;
}

#content {
  width: 680px;
  height: auto;
  background: url('../img/content_bg.gif') center top #000 no-repeat;
  color: #FFF;
  text-align: left;
}

#menu {
  height: 40px;
  text-align: center; /* bylo left */
/*  font-size: 0.75em;*/
  font-size: 0.8em;
  padding: 30px 20px 0 20px;
}

#menu a {
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
}



#menu a:hover,#menu a#active {
  color: #ffc30d
}


#motiveimg {
  float: left;
  padding: 25px 20px 10px 10px;
}

#leftmenu {
  float: left;
  margin: 25px 20px 10px 10px;
  padding: 20px;
  width: 230px;
  height: 200px;
  /*text-align: right;*/
}

#leftmenu a {
  display: block;
  color: #FFF;
  font: 0.8em 'Trebuchet MS';
  text-decoration: none;
}
#leftmenu a:hover { color: #ffc30d; }

#text_content {
  position: relative;
  width: 360px;
  height: 300px;
  min-height: 300px;
  margin-left: 300px;
  font-size: 0.8em;
}

body[id] #text_content { height: auto; }


#text_content h1 {
  text-transform: uppercase;
  font: normal 1.3em Arial;
  color: #ffc30d;
  margin: 25px 5px;
}

#text_content h2 {
  font: normal 1.1em Arial;
  color: #ffc30d;
  margin: 25px 5px;
}

#text_content b {
  font-size: 0.9em;
}

#text_content p {
  font: normal 11px Arial;
  text-align: justify;
  margin: 5px;
  color: #AAA;
}


#text_content a {
  text-decoration: none;
  color: #CCC;
}

#text_content a:hover {
  text-decoration: underline;
}

#text_content #foto {
  width: 340px;
  margin-left: 10px;
  border: 1px solid #333;
}


/* inspirace */
#left_submenu {
  position: absolute;
  top: 100px;
  left: 130px;  
  text-align: right;
}

#right_submenu {
  position: absolute;
  top: 100px;
  right: 130px;
  text-align: left;
}

#left_submenu, #right_submenu {
  font: normal 1.2em 'Trebuchet MS';
  color: #FFF;
}
a img.inspirace { border: 1px solid #000;}
a img.inspirace:hover { border: 1px solid #ffc30d;}
a#left_submenu:hover, a#right_submenu:hover { text-decoration: none; color: #ffc30d; }


.videogalerie_image {
  cursor: pointer;
}

#footer {
  width: 100%;
  height: 76px;
  text-align: center;
  margin: 10px auto;
  background: url('../img/footer.gif') center #000 no-repeat;
}


#seo_partners {
  width: 80%;
  height: auto;
  margin: 0px auto;
  text-align: center;
}

#seo_partners a {
  font-size: 11px;
  color: #AAA;
  text-decoration: underline;
}

#seo_partners a:hover {
  text-decoration: none;
}

#seo_list a {
  font-size: 14px;
  color: white;
}

#seo_list h2 {
  display: inline;
  font-size: 14px;
  color: #AAA;
}