/*------------------------------------------------
CSS INFO
--------------------------------------------------
FILE: style.css
PROJECT:  Sandy
AUTHOR: ChciStranky.cz (info@chcistranky.cz, www.chcistranky.cz)
DATE: 04-2009
------------------------------------------------- */

/*------------------------------------------------
 STANDARD HTML TAG RESET 
------------------------------------------------- */
body,
h1, h2, h3, h4, h5,
p, ul, li, ol,
blockquote,
form {
  border: 0;
  margin: 0;
  padding: 0;
}

/*------------------------------------------------
STANDARD HTML TAG DEFINITION
------------------------------------------------- */

body,
form, input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #585858;
}

body {
  background: url(body.jpg) top repeat-x;
}

a:link, a:visited{
  color: #0033CC;
}

a:hover {
  color: #666;
}

/*------------------------------------------------
 100% HEIGHT
------------------------------------------------- */

html, body, #wrap {
  height: 100%;
}

body > #wrap {
  height: auto;
  min-height: 100%;
}

#wrap {
  background: url(wrap.gif) top repeat-x;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

/*------------------------------------------------
 MAIN
------------------------------------------------- */

#main {
  position: relative;
  width: 100%;
  padding-bottom: 80px; /* must be same height as the footer */
  margin: 0 auto;
}

/*------------------------------------------------
 HEADER
------------------------------------------------- */

#header {
  width: 920px;
  height: 292px;
  margin: 0 auto;
  background: url(header.jpg) top left no-repeat;
}

#header h1 {
  width: 560px;
  padding: 60px 0 57px 360px;
  font-size: 30px;
  line-height: 25px;
}

#header h1 small {
  font-size: 24px;
}

#header a {
  color: #fff;
  text-decoration: none;
}

#header ul {
  clear: both;
  padding: 0 0 0 380px;
  list-style: none;
}

#header ul li {
  float: left;
}

#header ul li a {
  display: block;
  float: left;
  padding: 15px 20px;
  font-weight: bold;
}

#header ul li a:hover, #header ul li a.active {
  background: url(menu.jpg) top center no-repeat;
}

/*------------------------------------------------
 CONTENT
------------------------------------------------- */

#content {
  width: 607px;
  margin: 0 auto;
  min-height: 600px;
  float: right;
}

#content h1 {
  clear: both;
  font-size: 24px;
  color: #346c9d;
}

#content h2 {
  clear: both;
  font-size: 18px;
}

#content h3 {
  clear: both;
  padding: 10px 0 0;
  font-size: 11px;
}

#content p {
  clear: both;
  padding: 0 0 20px;
}

#content span.photo {
  display: block;
  float: left;
  width: 140px;
  height: 106px;
  margin: 0 10px 0 0;
  border: 1px solid #4c97d6;
  background: #a7cef0;
  font-size: 0;
  text-align: center;
}

/*------------------------------------------------
 FOOTER
------------------------------------------------- */

#footer {
  position: relative;
  clear: both;
  width: 100%;
  height: 80px;
  margin-top: -80px; /* negative value of footer height */
  border-top: 20px solid #fff;
  background: #4c97d6;
  color: #fff;
  font-family: 'Trebuchet MS';
  font-size: 10px;
}

#footer .in {
  width: 970px;
  margin: 0 auto;
  background: #4c97d6 url(footer.jpg) left no-repeat;
}

#footer p {
  padding: 15px 40px;
}

#footer a {
  color: #fff;
}

.foto {
  height: 130px;
  width: 150px;
  border: 1px solid black;
  float: left;
  margin: 10px; 
}

.video {
  float: left;
  margin: 20px 0 0 40px;
}

img {
  border: 0;
}

#stred {
  width: 1000px;
  margin: 0 auto;
  
}