/*Set default margin's and padding
* { margin: 0; padding: 0; }*/


/* Set generic img and link tags */
img {
	float:right;
	margin-bottom:2px;
}
a {
	color:#FEF9E9;
	background-color:#663300;
	text-decoration:none;
}
a:hover {
	color:#663300;
	background-color:#FEF9E9;
}


/*container - celý obsah*/
#container {
	width: 1050px;
	margin: 10;
	margin-bottom: 10px;
	font-family: "Courier New", Courier, monospace, sans-serif;
	font-size: 12px;
	color: #333333;
/* 	background-color:#f7f2e3; */
background-image: url(images/zebra600.jpg);
	line-height: 1.6em;
}

/* A. Header*/
#header {
	width: 1050px;
  background-color: #6e3f0f;
	color: #d1bfa6;
	padding-top:6px;
	/* border-bottom-width: 1px; */
	border-bottom-style: solid;
	border-bottom-color: #d1bfa6;
}
#header h1 {
	background-color: #f7f2e3;
  font-family: Arial, Helvetica, sans-serif;
	/* font-weight:bold; */
	font-size: 30px;
	line-height:140%;
	color:#6e3f0f;
	margin-top:10px;
	margin-bottom: 10px;
	}
#header p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	line-height:140%;
	margin-top: -20x;
	margin-left: 40px;
	margin-bottom:5px;
}
#header img {
	float:right;
	clear:none;
	height:100px;
}

/* B. levý sloupec - obsahuje navigaci a thumbnails */
#left {
position: absolute;	
top: 160px;
left: 8px;
	width: 210px;
	background-color: #663300;
	
	/* float: left; 
	clear:both;
	margin-left: ;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:#660000;
	color: #FEF9E9;*/
}

/* B1. Navigation */
#navigation {
	width: 186px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 0px;
	
	color: rgb(0,0,153);
	background-color: #a58663; 
	font-size: 13px;
}

#navigation ul {
	margin:0;
	padding-left: 0;
	list-style-type: none;			
	float: left;
	
}
#navigation a {
	display: block;
	padding: 5px;
	width: 182px;
	border-bottom: 1px solid #663300;
}
#navigation a:link, #navlist a:visited 
{	color:#333399;
	background-color:#FEF9E9;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, sans-serif;
	}

#navigation a:hover {
	background-color: #D1BFA6;
	color:#FEF9E9;
}


/* B2. Thumbnails */
 #thumbnails {
 	width: 200px;
 	height: 158px;
 	border-bottom: 10px solid #6e3f0f;
 	margin-left: 11px;
	margin-top: 8px;
 	padding-left: 5;
 background-color: #FEF9E9;
 	float: left;
		clear:both;
	font-size: 13px;
	color:#333399;
	line-height: 100%;
	}
/* #thumbnails a, a:hover{
	padding:0;
	margin:0;
	text-decoration:none;
}
#thumbnails img {
	float: left;
	margin: 0;
	border:none;
}  */

/*střední sloupec, dříve byl pravý sloupec */
#right {
width: 645px;
height: 528px;
position: absolute;	
top: 162px;
left: 216px;
	/* float: right; */
	clear:right;
background-color:#f7f2e3; 
	border-right: 10px solid #6e3f0f;
	border-left: 10px solid #6e3f0f;
	border-top: 10px solid #6e3f0f;
	border-bottom: 10px solid #6e3f0f;
}
#righth1 {
	
	margin-top:-15px;
	margin-bottom: 2px;
	margin-left: 1px;
	padding-bottom: 5px;
	padding-top: 3px;
	background-color: #663300;
	
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height:80%;
	color:#FEF9E9;
}

#right p {
	font-size:100%;
	color:#663300;
	margin-bottom: 10px;
	margin-left:15px;
	margin-right:20px;
	margin-top:-5px;
}

/*nový pravý sloupec*/
#right1 {
	float: right;
	/*background-color:#f7f2e3;*/
	position:relative;
	left: -45px;
	top: 160px;
	width: 150px;
}
#right1_text {
float: right;
	/*background-color:#f7f2e3;*/
	position:relative;
	left: 20px;
	top: 140px;
	width: 210px;
	font-size: 13px;
/* 	font-weight: bold; */
  font-family: Arial, Helvetica, sans-serif;
  color:rgb(0,0,102);
}	
/* #right1 p {
	font-size:14px;
	font-weight: bold;
  color:#663300;
	margin-bottom: 10px;
	margin-left:15px;
	margin-right:20px;
	margin-top:-5px;
}
#right1 h2 {
  POSITION: absolute;
  TOP: 80px;
  LEFT: 500px;
	font-size:40px;
	color:#663300;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	padding-left: 8px;
	padding-right: 8px;
	} */
