/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	/*font-family: Helvetica, Arial, sans-serif;*/
	font-family: Georgia, serif;
	background: #fff;
	line-height: 1.5;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a
{
  color: #8E4129;
  text-decoration: underline;
  padding: 0.25em 0;
}

a:hover {
  background-color: #8E4129;
  color: white;
}
a:active { text-decoration: none; color: black;}


a img { border: none; }

#menu {
  width: 270px;
  overflow: auto;
    top: 0;
    bottom: 0;
  position: fixed;
  height: 100%;
	background-color: #fff;
}
  #menu h1 a
  {
    color: black;
    text-decoration: none;
    background-color: white;
  }
    #menu h1 a:hover
    {
      text-decoration: underline;
    }


#menu ul {
	list-style: none;
	margin: 0 0 1.5em 0;
}

#menu ul li.section-title {
	font-size: 1.334em;
	font-style: oblique;
	color: #524B4B;
}
  #menu ul li a
  {
    text-decoration: underline;
    padding: 0.25em 0;
  }
    #menu ul li a:hover
    {
      
    }

#content {
    height: 100%;
    margin: 0 0 0 280px;
    top: 0;
}

.container {
    padding: 3em 0 1.5em 1.5em;
}

#content p
{
  width: 495px;
  margin-bottom: 1.5em;
}

p {
    margin: 0 0 1.5em 0;
}

h1
{
  font-size: 2em;
  line-height: 1;
  margin: 0 0 0.75em 0;
  padding: 0;
  font-weight: normal;
  /*color: #9B0017;*/
}
  #menu h1
  {
    color: black;
    margin: 0 0 0.267em 0;
  }
    #menu h1 span
    {
      color: #7F7F7F;
      display: inline;
      font-style: oblique;
    }
  h1 span
  {
    display: block;
  }
h2
{
  font-size: 1.5em;
  line-height: 1.334;
  margin: 0 0 0.8em 0;
  font-weight: normal;
}
h3
{
  font-size: 1.25em;
  margin: 0 0 1em 0;
  font-weight: normal;
  font-style: oblique;
  line-height: 1.25;
}
  
  h3#claim
  {
    margin: 0 0 3em 0;
  }
  
h4 {
	font-size: 1em;
	font-style: oblique;
	line-height: 250%;
}

#img-container	{ margin: 0; padding: 0; }

/*
#img-container p	{ width: 520px; }
*/

#once { clear: left; }

/*  VLASTNI  */

/*  Top page box  */
#top_page_box
{
  width: 490px;
}
  #top_page_box h1 /* nadpis stranek */
  {
    margin: 0 0 1.72em 0;
  }
  #top_page_box h2 /* anglicky */
  {
    
  }
  #top_page_box h3 /* cesky */
  {
    color: #7F7F7F;
  }


/*  Tohle drzi obrazky  */
span.nothumb /* Zaroven definice Image Caption */
{
  margin: 0 0 1.5em 0;
  padding: 0 1.5em 1.5em 0;
  font-style: normal;
  width: 515px;
  float: left;
}
span.nothumb img
{
  display: block;
  margin: 0 0 0.5em 0;
}
span.nothumb strong /*  Image Title  */
{
  font-size: 1.334em;
  font-style: italic;
  /*color: #4A98D2;*/
}

br
{
  display: none !important;
}
