BODY {	text-align: center;
	font-family: Trebuchet MS, Arial;
	font-size: 80%;
	background: #311918;
	background-image: url('layout-bg.jpg');
	background-repeat: repeat-x;
	margin:0px auto; 
}

A:link {COLOR: yellow; FONT-WEIGHT: bold; TEXT-DECORATION: underline;}
A:visited {COLOR: yellow; FONT-WEIGHT: bold; TEXT-DECORATION: underline;}
A:hover {COLOR: #3b2625; FONT-SIZE: 100%; FONT-WEIGHT: none; TEXT-DECORATION: underline;}
A:active {FONT-WEIGHT: none; TEXT-DECORATION: none; color: yellow; TEXT-DECORATION: underline;}

/* General */

#layout
{
	margin: 0px auto; 
	width: 945px;
}

#layout-top1 {
	width: 945px;
	height: 108px;
	background-image: url('layout-top1.jpg');
  top: 0px;
  color: #FFFFFF;
  text-align: left;
}

#layout-top2 {
	width: 945px;
	height: 78px;
	background-image: url('layout-top2.jpg');
  top: 0px;
  color: #FFFFFF;
	font-style: italic;  
  }

#layout-navi {
	width: 945px;
	height: 71px;
	background-image: url('layout-top3.jpg');
	color: #ffffff;
	text-align: left;
	}

.navigace {
  margin: 0 0 0 400px;
	padding: 0;
	font-size: 150%;
	}

.navigace a {
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  }
  
.navigace a:hover {
  color: #3b2625;
  text-decoration: underline;
  }  

.motto {
  margin: 0px 0px 0px 100px;
	padding: 0;
	font-style: italic;
	}
	
#layout-main {
	width: 945px;
	background-image: url('layout-bg-main.gif');
	}
	
#layout-main-text {
	margin: 0px 50px 0px 50px;
	text-align: justify;
	font-size: 128%;
	font-style: italic;
}

#layout-main-text a{
	color: #5f971d;
}

#layout-main-text a:hover{
	color: #000000;
}

#layout-footer {
	width: 945px;
	height: 58px;
	text-align: center;
	color: #ffffff;
	background-image: url('layout-footer.gif');
	font-family: Trebuchet MS, Arial;
	}

#layout-footer-txt {
	text-align: center;
	font-size: 90%;
	}
	
#body1 { 
	width: 450px;
	color: #000000;
	float: left;
}

#body2 {
	width: 450px;
	color: #000000;
	float: right;
}
	
/* Formating */

H1 {	font-size: 300%;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	font-style: italic;
  color: #ffffff; }

H2 {	font-size: 200%;
	text-decoration: none;
	font-weight: bold;
  color: #5f971d; }
	
.nadpis-webu {	
	position: absolute;
  left: 530px;
  }

.nadpis-webu a {	
	text-decoration: none;
	font-weight: bold;
  color: #588b1b; }
  
.nadpis-webu a:visited {	
	text-decoration: none;
	font-weight: bold;
  color: #588b1b; }

#layout-footer a{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;	
}

#layout-footer a:hover{
	color: #bbbbbb;
}

li {
	line-height: 20px;
}

/* tables */

.tr1 {
	background-color: #625151;
	color: #FFFFFF;
	font-size: 100%;
	text-align: left;
	border-bottom: 2px #000000;
	font-weight: bold;
	line-height: 25px;
	padding: 5px 5px 5px 5px;
	
}

.tr2 {
	font-size: 10pt;
	background-color: #eeeeee;
	text-align: left;
	padding: 2px 7px;
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
}

#lang{
  position: relative;
 	height: 30px;
	width: 950px;
  margin: 0 auto;
	vertical-align: middle;
  line-height: 1.5em;
	text-align: right;
}

#lang a{
	vertical-align: middle;
	color: #fff;
}

#lang a.flagVybrany{
	background: #891623;
	color: #fff;
}

#lang a img{
 	vertical-align: middle;
 	border: 1px solid #aaa;
  _margin-top: 5px;

}

