body
{
  font-family: 'Arial Narrow', Arial, sans-serif;
}

h2.WithSubhead
{
  line-height: 0;
  margin-bottom: 0;
}

h3, h4
{
  line-height: 0.5;
}

p
{
  width: 40em;
  text-align: justify;
}

a        { color: #a30000; }
a:hover  { color: gray;    }
a:active { color: black;   }

td { vertical-align: bottom; }
th { text-align: left;       }



/*
 *
 * Zpet/Zurueck
 * 
 */   

#zpet, #zurueck
{
  width: 40px;
  height: 17px;
  display: block;
}

#zpet:hover, #zurueck:hover
{
  background-position: -41px 0;
}
      
#zpet
{
  background: white url('cz/Zpet.png') no-repeat 0 0;
}

#zurueck
{
  background: white url('de/Zurueck.png') no-repeat 0 0;
}

/*
 *
 * Galerie
 * 
 */
body.galerie
{
  margin: 0; 
  padding: 0;
  overflow: hidden; 
}

#sipky_container
{
  position: absolute; 
  top: 90%; 
  left: 93%; 
  width: 30px; 
  height: 28px;
}

.sipky-last
{
  margin-top: -12px;
}   

/*
 *
 * Sipky
 * 
 */   

.next, .prev
{
  display: block;
  width: 36px;
  height: 14px;
}

.next:hover, .prev:hover
{
  background-position: 0 -14px;
}

.next
{
  background: url('Next.png') no-repeat scroll 0 0;
}

.prev
{
  background: url('Prev.png') no-repeat scroll 0 0;
}

.up
{
  display: block;
  background: url('Up.png') no-repeat scroll 0 0;
  width: 36px;
  height: 12px;
}

.up-last
{
  margin-left: 36px;
}

.up:hover
{
  background-position: 0 -12px;
}

/*
 *
 * Titulni strany NEW!
 * 
 */

body.ts-new
{
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: center;
}

body.ts-new #ts-distance
{ 
	width:1px;
	height:50%;
	float:left;
}

body.ts-new #ts-container
{
	margin: 0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	clear: left;
	/*border: 1px solid green;*/
}

body.ts-new #menu
{
  list-style: none;
  padding: 0;
  font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-size: 40px;  
}

body.ts-new #menu li
{
  margin: 0;
  padding: 0;
}

body.ts-new #menu a
{
  text-decoration: none;
  color: #636363 !important;
}

body.ts-new #menu a:hover
{
  color: #a30000 !important;
}
   

/*
 *
 * Titulni strany
 * 
 */

body.ts
{
  text-align: center;

  padding: 0;
  margin: 0;
}


#ts_horizon
{
	text-align: center;
	position: absolute;
	display: block;      

	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	
	overflow: visible;
	visibility: visible;
}

#ts_container
{
  margin: 0; 
  padding: 0;
	text-align: left;

  position: absolute;
  left: 50%;
}

#ts_content
{
  border: 0;
  margin: 0;
  padding: 0;
}   

/*
 * Common
 */ 

.nocss { display: none; }
.block { display: block; }
.abspos { position: absolute; }

.quot { font-family: Arial; }
